archer-tools

View on PyPIReverse Dependencies (0)

0.4.0 archer_tools-0.4.0-py3-none-any.whl

Wheel Details

Project: archer-tools
Version: 0.4.0
Filename: archer_tools-0.4.0-py3-none-any.whl
Download: [link]
Size: 15162
MD5: 5e052163ace909dc7ba29831f9df9ef6
SHA256: 62b2e3067842034bb20cad41e6a4157b20f244ed0e50604c2e35abb389cfa5e5
Uploaded: 2020-01-12 08:11:03 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: archer-tools
Version: 0.4.0
Summary: Archer Tools CLI for multiple things!.
Author: Kyle Cribbs
Author-Email: kylecribbs[at]outlook.com
Home-Page: https://github.com/kylecribbs/archer_tools
License: MIT
Keywords: archer_tools
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
Requires-Dist: click; extra == "cli"
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx-rtd-theme; extra == "docs"
Requires-Dist: sphinxcontrib-napoleon; extra == "docs"
Requires-Dist: recommonmark; extra == "docs"
Provides-Extra: cli
Provides-Extra: docs
[Description omitted; length: 76 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.33.6)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
archer_tools/__init__.py sha256=7bfluctV_q-7DeSHTXHpGPFnyrLNtrobI7yhYZ0Gu_o 254
archer_tools/archer_tools.py sha256=oRgM0y1iSByZofAl6zoufOtgbPRm-Sq6x34Cy7gCz7s 5985
archer_tools/cli.py sha256=tQ-nWcfRQl6B4li9MmLB1_XQf--Bc2FuNHyZwKUGDWY 2711
archer_tools/config_schema.py sha256=JLH29_VlmN8K69_q9tQfJeNd4-mxDi6TEKoToXLxHnU 5862
archer_tools/credential_schema.py sha256=cBERlj8ENOITbkGbLK0l2lLPyLjnKvVKQ-pJJQ6CsdQ 229
archer_tools/errors.py sha256=D8Xe0ofO0TjiQm-GfAP22YbPy109EWl5J8nW4yPE8PQ 439
archer_tools/remote/__init__.py sha256=Jj2N_lKxeaOE3lHZoKeVadpcyQlH7zYTS7NrZx0t7h0 21
archer_tools/remote/archer.py sha256=SJgPqFsKv7lVn-bFR_2LuWB6ws42WkMq3gD_Cppf4ZU 10692
archer_tools/remote/destination.py sha256=Hxca8HkODZ40PPQPakvyGM-MrSSvTXfpNctMSRgK3Vs 704
archer_tools/remote/ldap.py sha256=lT89fdQuK42_E6QYaNfoxWni4ZAAI4LfIGX0nHFrkC4 3294
archer_tools/remote/manual.py sha256=aO2noPl8abbhgYWxudHi5sdiOmzqrcWDYBG7cQLY4Og 1354
archer_tools/remote/source.py sha256=VC7wiN5AWpQnju4jrIoDMTsSAIoWQnXLJDMuKauExfg 1012
archer_tools/remote/libraries/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
archer_tools/remote/libraries/ldap_helper.py sha256=0egI9oeoPRQg8-J2KhuVYDdsEYkBMVSuegt1PmCRhLc 5981
archer_tools-0.4.0.dist-info/LICENSE.md sha256=lO4FkzXlh-UBzEv5BhPggU8Ap7CLx8ZI_YZaKvaiLMI 4
archer_tools-0.4.0.dist-info/METADATA sha256=mZGsFZsWx5yHFSAc68DTjR84NUwi8NXTaC0n3cUikCM 1200
archer_tools-0.4.0.dist-info/WHEEL sha256=p46_5Uhzqz6AzeSosiOnxK-zmFja1i22CrQCjmYe8ec 92
archer_tools-0.4.0.dist-info/entry_points.txt sha256=PDGXjNW-w-kXxTKIPcfmAjnVKf_xJ4KF5U0pZwpv_TA 330
archer_tools-0.4.0.dist-info/top_level.txt sha256=mYjirHKRqUQNEa08q4AM4Yz9mPD5jhfiXqX8oL_ORlU 13
archer_tools-0.4.0.dist-info/RECORD

top_level.txt

archer_tools

entry_points.txt

archer_tools = archer_tools.cli:cli [cli]
archer = archer_tools.remote.archer:ArcherSourceAndDestination
archer = archer_tools.remote.archer:ArcherSourceAndDestination
ldap = archer_tools.remote.ldap:LdapSource
manual = archer_tools.remote.manual:ManualSource