Metadata-Version: 2.1
Name: archer-tools
Version: 0.3.6
Summary: Archer Tools CLI for multiple things!.
Home-page: https://github.com/kylecribbs/archer_tools
Author: Kyle Cribbs
Author-email: kylecribbs@outlook.com
License: MIT
Keywords: archer_tools
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: Other/Proprietary License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: Click (==7.0)
Requires-Dist: requests (==2.22.0)
Requires-Dist: SQLAlchemy (==1.3.8)
Requires-Dist: ldap3 (==2.6.1)
Requires-Dist: urllib3 (>=1.20)
Requires-Dist: marshmallow (==3.2.1)
Requires-Dist: PyYAML (==5.2)
Requires-Dist: pyarcher
Provides-Extra: cli
Requires-Dist: click ; extra == 'cli'
Provides-Extra: docs
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Requires-Dist: sphinxcontrib-napoleon ; extra == 'docs'
Requires-Dist: recommonmark ; extra == 'docs'



# History

0.0.1 (2019-09-11)

----------------

* First release on PyPI

