Last updated:
0 purchases
apeye 1.4.1
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
Attention!
In v0.9.0 and above the rate_limiter module requires the limiter extra to be installed:
$ python -m pip install apeye[limiter]
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.