This release has been yanked by its maintainers, and will be ignored by installers, except when explicitly specified.
firetower (Python)
Know what breaks before it breaks. Audits the third-party APIs your project depends on against Firetower's deprecation feed + live package registries.
This is a thin client — it sends your project files to the Firetower API, which runs the audit and returns the findings. No engine, no dependencies (stdlib only).
Install
pip install firetower
Use
Create an upload token in the dashboard (Connect CI) and export it:
export FIRETOWER_TOKEN=ft_…
firetower # audit the current directory
firetower path/to/project # audit elsewhere
firetower --json # raw report JSON
Exit code is 1 when any finding is critical, so it drops into CI as a gate:
- run: pip install firetower && firetower
env:
FIRETOWER_TOKEN: ${{ secrets.FIRETOWER_TOKEN }}
Set FIRETOWER_API to point at a self-hosted backend (default
https://api.firetower.sh).
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file firetower-0.1.0.tar.gz.
File metadata
- Download URL: firetower-0.1.0.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
786c973754b6e0792428b08d72212b2fbbb769d96136df1d91ac0c2da796cc95
|
|
| MD5 |
a9678cb7cc9cd3e6107bd2a1d6b32cb0
|
|
| BLAKE2b-256 |
3d1a97bb7b713df59d7bf3f6ec25ee62b6371a151732f4416b751fdae4e0459f
|
File details
Details for the file firetower-0.1.0-py3-none-any.whl.
File metadata
- Download URL: firetower-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1c4cda134742c445b84ab9178ce38baa04c557eb62f7d5779cadd22a984f0d26
|
|
| MD5 |
2610688c996720680519dc6fb33aca09
|
|
| BLAKE2b-256 |
ec1eb7a240057c7af20581e42e10e89407a706de754d7b9d55fdbde4805c0e75
|