Metadata-Version: 2.4
Name: djangofp
Version: 0.2.0
Summary: Simple Django static-asset version probe
Requires-Python: >=3.13
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: bs4>=0.0.2
Requires-Dist: requests>=2.32.5
Provides-Extra: dev
Requires-Dist: build>=1.3.0; extra == "dev"
Requires-Dist: twine>=6.2.0; extra == "dev"
Dynamic: license-file

# djangofp

Simple Django static-asset version probe.

`djangofp` fetches Django's admin CSS assets from a target site, fingerprints them by size and SHA256, and compares them against a signature database. This can help identify the Django version (or narrow down candidates).

## Usage

```bash
pipx install djangofp
```

```bash
djangofp https://example.com
```
