Metadata-Version: 2.1
Name: perseus-core-library
Version: 1.18.9
Summary: Perseus Core Python Library
Home-page: UNKNOWN
Author: Daniel CAUNE
Author-email: daniel.caune@gmail.com
License: MIT
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3
Description-Content-Type: text/markdown
Requires-Dist: jsonpickle
Requires-Dist: twine
Requires-Dist: pipfile
Requires-Dist: pytz
Requires-Dist: python-dateutil
Requires-Dist: unidecode
Requires-Dist: setuptools
Requires-Dist: wheel
Requires-Dist: exifread

# Perseus: Core Python Library

Perseus Core Python Library is a repository of reusable Python components to be shared with Python projects integrating Perseus RESTful API server framework.

These components have minimal dependencies on other libraries, so that they can be deployed easily.  In addition, these components will keep their interfaces as stable as possible, so that other Python projects can integrate these components without having to worry about changes in the future.


To install the Perseus Core Python Library, enter the follow command line:

```bash
$ pipenv install perseus-core-library
```


