Metadata-Version: |
2.1 |
Name: |
click-creds |
Version: |
0.0.3 |
Summary: |
Pluggable credentials storage and management for click CLI apps. |
Author: |
Eshaan Bansal |
Author-Email: |
eshaan7bansal[at]gmail.com |
Home-Page: |
https://github.com/eshaan7/click-creds |
Project-Url: |
Documentation, https://github.com/eshaan7/click-creds |
Project-Url: |
Funding, https://www.paypal.me/eshaanbansal |
Project-Url: |
Source, https://github.com/eshaan7/click-creds |
Project-Url: |
Tracker, https://github.com/eshaan7/click-creds/issues |
License: |
BSD |
Keywords: |
click credentials creds netrc auth cli python store |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Environment :: Web Environment |
Classifier: |
License :: OSI Approved :: BSD License |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.6 |
Classifier: |
Programming Language :: Python :: 3.7 |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Requires-Python: |
>=3.6 |
Requires-Dist: |
click (>=7.0) |
Requires-Dist: |
tinynetrc (==1.3.1) |
Requires-Dist: |
black (==20.8b1); extra == "dev" |
Requires-Dist: |
flake8 (==3.8.4); extra == "dev" |
Requires-Dist: |
pre-commit (==2.9.2); extra == "dev" |
Requires-Dist: |
codecov; extra == "dev" |
Requires-Dist: |
tox; extra == "dev" |
Requires-Dist: |
tox-gh-actions; extra == "dev" |
Requires-Dist: |
click (>=7.0); extra == "dev" |
Requires-Dist: |
tinynetrc (==1.3.1); extra == "dev" |
Requires-Dist: |
black (==20.8b1); extra == "test" |
Requires-Dist: |
flake8 (==3.8.4); extra == "test" |
Requires-Dist: |
pre-commit (==2.9.2); extra == "test" |
Requires-Dist: |
codecov; extra == "test" |
Requires-Dist: |
tox; extra == "test" |
Requires-Dist: |
tox-gh-actions; extra == "test" |
Requires-Dist: |
click (>=7.0); extra == "test" |
Requires-Dist: |
tinynetrc (==1.3.1); extra == "test" |
Provides-Extra: |
dev |
Provides-Extra: |
test |
Description-Content-Type: |
text/markdown |
License-File: |
LICENSE |