Metadata-Version: |
2.1 |
Name: |
apeye |
Version: |
1.4.1 |
Summary: |
Handy tools for working with URLs and APIs. |
Author-Email: |
Dominic Davis-Foster <dominic[at]davis-foster.co.uk> |
Project-Url: |
Documentation, https://apeye.readthedocs.io/en/latest |
Project-Url: |
Homepage, https://github.com/domdfcoding/apeye |
Project-Url: |
Issue Tracker, https://github.com/domdfcoding/apeye/issues |
Project-Url: |
Source Code, https://github.com/domdfcoding/apeye |
Keywords: |
api,cache,requests,rest,url |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Intended Audience :: Developers |
Classifier: |
License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+) |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python |
Classifier: |
Programming Language :: Python :: 3 :: Only |
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: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: Implementation :: CPython |
Classifier: |
Programming Language :: Python :: Implementation :: PyPy |
Classifier: |
Topic :: Internet :: WWW/HTTP |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Classifier: |
Typing :: Typed |
Requires-Python: |
>=3.6.1 |
Requires-Dist: |
apeye-core (>=1.0.0b2) |
Requires-Dist: |
domdf-python-tools (>=2.6.0) |
Requires-Dist: |
platformdirs (>=2.3.0) |
Requires-Dist: |
requests (>=2.24.0) |
Requires-Dist: |
cachecontrol[filecache] (>=0.12.6); extra == "all" |
Requires-Dist: |
lockfile (>=0.12.2); extra == "all" |
Requires-Dist: |
cachecontrol[filecache] (>=0.12.6); extra == "limiter" |
Requires-Dist: |
lockfile (>=0.12.2); extra == "limiter" |
Provides-Extra: |
all |
Provides-Extra: |
limiter |
Description-Content-Type: |
text/x-rst |