Metadata-Version: 2.1
Name: dlcm-api
Version: 2.1.1
Summary: DLCM application wrapping all modules, All-In-One
Home-page: https://gitlab.unige.ch/dlcm/community/dlcm-python-api
Author: University of Geneva
Author-email: eresearch-opensource@unige.ch
License: GPL-2.0-or-later
Keywords: OpenAPI,OpenAPI-Generator,DLCM-Solution,Digital Preservation
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Topic :: System :: Archiving
Description-Content-Type: text/markdown

# dlcm-api
DLCM application wrapping all modules, All-In-One

This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 2.1.1
- Package version: 2.1.1
- Build package: org.openapitools.codegen.languages.PythonClientCodegen

## Requirements.

Python 2.7 and 3.4+

## Installation & Usage
### pip install

You can install directly using:

```sh
pip install dlcm-api
```
(you may need to run `pip` with root permission: `sudo pip install dlcm-api`)

Then import the package:
```python
import dlcmapi_client
```


 ### Documentation
 The documentation can be accessed through [the REAMDE of the project's gitlab repository.](https://gitlab.unige.ch/dlcm/community/dlcm-python-api)

