Metadata-Version: 2.1
Name: coscine
Version: 0.4.1
Summary: Coscine Python3 Client
Home-page: https://git.rwth-aachen.de/coscine/docs/public/coscine-api-python-client
Author: RWTH Aachen University
Author-email: coscine@itc.rwth-aachen.de
License: MIT License
Project-URL: Bug Tracker, https://git.rwth-aachen.de/coscine/docs/public/coscine-api-python-client/-/issues
Keywords: Coscine,RWTH Aachen,RDM,Research Data Management
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Coscine Python Client

![Coscine](data/logo.png)

Coscine is an integration platform for research data hosted at RWTH Aachen University.
Visit the [Landing Page](https://coscine.pages.rwth-aachen.de/docs/public/pages) for
more information.

### About

This python library provides a simple API client for Coscine.

### Documentation

Documentation and Installation instructions can be found [here](https://git.rwth-aachen.de/coscine/docs/public/coscine-api-python-client/-/wikis/home).
Additionally DOCstrings have been used to document the source code.

### Contact

To report bugs, request features or resolve questions open an issue inside
of the current git repository.

To contribute code and help improve this package fork the repository and
open a merge request.

For general help or consulting contact RWTH Aachen
IT ServiceDesk at <servicedesk@rwth-aachen.de>.

### License

This project is Open Source Software and licensed
under the terms of the MIT License.
```
The MIT License (MIT)
Copyright © 2021 RWTH Aachen University

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
```

