Metadata-Version: 2.1
Name: filecloudapi-python
Version: 0.2.1
Summary: A Python library to connect to a Filecloud server
Home-page: https://pypi.org/project/filecloudapi-python
License: Apache-2.0
Author: FileCloud
Author-email: dev@filecloud.com
Requires-Python: >=3.11,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: click
Requires-Dist: requests
Project-URL: Documentation, https://filecloudapi-python.readthedocs.io
Project-URL: Repository, https://github.com/codelathe/filecloudapi-python
Description-Content-Type: text/markdown

# Overview

A Python library to connect to a Filecloud server

This project was generated with [cookiecutter](https://github.com/audreyr/cookiecutter) using [jacebrowning/template-python](https://github.com/jacebrowning/template-python).

[![Linux Build](https://img.shields.io/github/actions/workflow/status/codelathe/template-python-demo/main.yml?branch=main&label=linux)](https://github.com/codelathe/filecloudapi-python/actions)
[![Windows Build](https://img.shields.io/appveyor/ci/codelathe/template-python-demo/main.svg?label=windows)](https://ci.appveyor.com/project/codelathe/filecloudapi-python)
[![Code Coverage](https://img.shields.io/codecov/c/github/codelathe/filecloudapi-python)
](https://codecov.io/gh/codelathe/filecloudapi-python)
[![Code Quality](https://img.shields.io/scrutinizer/g/codelathe/filecloudapi-python.svg?label=quality)](https://scrutinizer-ci.com/g/codelathe/filecloudapi-python/?branch=main)
[![PyPI License](https://img.shields.io/pypi/l/filecloudapi-python.svg)](https://pypi.org/project/filecloudapi-python)
[![PyPI Version](https://img.shields.io/pypi/v/filecloudapi-python.svg?label=version)](https://pypi.org/project/filecloudapi-python)
[![PyPI Downloads](https://img.shields.io/pypi/dm/filecloudapi-python.svg?color=orange)](https://pypistats.org/packages/filecloudapi-python)

## Setup

### Requirements

* Python 3.11+

### Installation

Install it directly into an activated virtual environment:

```text
$ pip install filecloudapi-python
```

or add it to your [Poetry](https://poetry.eustace.io/) project:

```text
$ poetry add filecloudapi-python
```

## Usage

After installation, the package can be imported:

```text
$ python
>>> import filecloudapi
>>> filecloudapi.__version__
```

