Metadata-Version: 2.1
Name: python-apis
Version: 0.1.0
Summary: A package that contains a small collection of easy to use API to common services
Home-page: https://github.com/Kopavogur/Python-APIs
License: MIT
Author: Björn Gunnarsson
Author-email: bjorngun@kopavogur.is
Requires-Python: >=3.9,<4.0
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.9
Classifier: Typing :: Typed
Requires-Dist: dacite (>=1.6.0,<2.0.0)
Requires-Dist: ldap3 (>=2.9.1,<3.0.0)
Description-Content-Type: text/markdown

# Python-APIs
A collection of easy to use API's that are mostly used for collecting data.

Developing Python-APIs
Along with the tools you need to develop and run tests, run the following in your virtual env:
pip install -e .[dev]

