apitally-py
Simple API monitoring & analytics for Python apps
File Explorer
Download Latest Version (.zip)- publish.yaml
- summary.yaml
- tests.yaml
- __init__.py
- client_asyncio.py
- client_base.py
- client_threading.py
- consumers.py
- instance.py
- logging.py
- request_logging.py
- requests.py
- resources.py
- sentry.py
- server_errors.py
- spans.py
- validation_errors.py
- __init__.py
- blacksheep.py
- common.py
- django.py
- django_ninja.py
- django_rest_framework.py
- fastapi.py
- flask.py
- litestar.py
- otel.py
- py.typed
- starlette.py
- __init__.py
- conftest.py
- constants.py
- django_ninja_urls.py
- django_rest_framework_urls.py
- test_blacksheep.py
- test_client_asyncio.py
- test_client_base.py
- test_client_consumers.py
- test_client_instance.py
- test_client_logging.py
- test_client_request_logging.py
- test_client_requests.py
- test_client_resources.py
- test_client_sentry.py
- test_client_server_errors.py
- test_client_spans.py
- test_client_threading.py
- test_client_validation_errors.py
- test_django_ninja.py
- test_django_rest_framework.py
- test_drf_spectacular.py
- test_fastapi.py
- test_flask.py
- test_litestar.py
- test_otel.py
- test_starlette.py
- .editorconfig
- .gitignore
- .pre-commit-config.yaml
- .tool-versions
- LICENSE
- Makefile
- pyproject.toml
- README.md
- renovate.json
- uv.lock
# Installation Guide
git clone https://github.com/apitally/apitally-py
Downloads the entire project code from GitHub to your computer.
cd apitally-py
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommended- Python 3 Python is required to use pip.
pip install "apitally[fastapi]"
Installs the package published on PyPI directly β no need to clone the source.
pip install "apitally[django_rest_framework]"
Installs the package published on PyPI directly β no need to clone the source.
pip install "apitally[django_ninja]"
Installs the package published on PyPI directly β no need to clone the source.
pip install "apitally[flask]"
Installs the package published on PyPI directly β no need to clone the source.
Pulled directly from this repo's README.
3. Python
Easypip install "apitally[fastapi]"
Installs the package published on PyPI directly β no need to clone the source.
pip install "apitally[django_rest_framework]"
Installs the package published on PyPI directly β no need to clone the source.
pip install "apitally[django_ninja]"
Installs the package published on PyPI directly β no need to clone the source.
pip install "apitally[flask]"
Installs the package published on PyPI directly β no need to clone the source.
pip install "apitally[starlette]"
Installs the package published on PyPI directly β no need to clone the source.
Pulled directly from this repo's README.
4. Make
Medium- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
make
Compiles the code based on the generated build configuration to produce an executable.
