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.
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
Attention!
In v0.9.0 and above the rate_limiter
module requires the limiter
extra to be installed:
$ python -m pip install apeye[limiter]