Skip to content

codelathe/filecloudapi-python

Repository files navigation

Overview

A Python library to connect to a Filecloud server

This project was generated with cookiecutter using jacebrowning/template-python.

Linux Build Windows Build Code Coverage Code Quality PyPI License PyPI Version PyPI Downloads

Setup

Requirements

  • Python 3.11+

Installation

Install it directly into an activated virtual environment:

$ pip install filecloudapi-python

or add it to your Poetry project:

$ poetry add filecloudapi-python

Usage

After installation, the package can be imported:

$ python
>>> import filecloudapi
>>> filecloudapi.__version__