Handy tools for working with URLs and APIs.
Project Links
Meta
Author: Dominic Davis-Foster
Requires Python: >=3.6.1
Classifiers
Development Status
- 5 - Production/Stable
Intended Audience
- Developers
License
- OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Operating System
- OS Independent
Programming Language
- Python
- Python :: 3 :: Only
- Python :: 3.6
- Python :: 3.7
- Python :: 3.8
- Python :: 3.9
- Python :: 3.10
- Python :: 3.11
- Python :: Implementation :: CPython
- Python :: Implementation :: PyPy
Topic
- Internet :: WWW/HTTP
- Software Development :: Libraries :: Python Modules
Typing
- Typed
Handy tools for working with URLs and APIs.
Docs |
|
---|---|
Tests |
|
PyPI |
|
Anaconda |
|
Activity |
|
QA |
|
Other |
apeye provides:
pathlib.Path-like objects to represent URLs
a JSON-backed cache decorator for functions
a CacheControl adapter to limit the rate of requests
See the documentation for more details.
Installation
apeye can be installed from PyPI or Anaconda.
To install with pip:
$ python -m pip install apeye
To install with conda:
First add the required channels
$ conda config --add channels https://conda.anaconda.org/conda-forge $ conda config --add channels https://conda.anaconda.org/domdfcoding
Then install
$ conda install apeye
Aug 14, 2023
1.4.1
Jun 01, 2023
1.4.0
Dec 12, 2022
1.3.0
Feb 07, 2022
1.2.0
Aug 05, 2021
1.1.0
Jun 16, 2021
1.0.1
Jun 13, 2021
1.0.0
May 19, 2021
0.9.1
May 18, 2021
0.9.0
Apr 16, 2021
0.8.0
Jan 21, 2021
0.7.0
Jan 20, 2021
0.6.0
Dec 28, 2020
0.5.1
Dec 11, 2020
0.5.0
Dec 09, 2020
0.4.1
Nov 17, 2020
0.4.0
Oct 31, 2020
0.3.0
Oct 05, 2020
0.2.0
Sep 30, 2020
0.1.1
Sep 18, 2020
0.1.0
Sep 06, 2020
0.0.5
Sep 04, 2020
0.0.4
Sep 01, 2020
0.0.3
Aug 23, 2020
0.0.2
Wheel compatibility matrix
Files in release
Extras:
Dependencies:
(>=1.0.0b2)
apeye-core
(>=2.6.0)
domdf-python-tools
(>=2.3.0)
platformdirs
(>=2.24.0)
requests