apeye

Handy tools for working with URLs and APIs.

Docs

Documentation Build Status Docs Check Status

Tests

Linux Test Status Windows Test Status macOS Test Status Coverage

PyPI

PyPI - Package Version PyPI - Supported Python Versions PyPI - Supported Implementations PyPI - Wheel

Anaconda

Conda - Package Version Conda - Platform

Activity

GitHub last commit GitHub commits since tagged version Maintenance PyPI - Downloads

QA

CodeFactor Grade Flake8 Status mypy status

Other

License GitHub top language Requirements Status

Overview

apeye provides:

Installation

python3 -m pip install apeye --user

Attention

In v0.9.0 and above the rate_limiter module requires the limiter extra to be installed:

python -m pip install apeye[limiter]