Metadata-Version: 2.4
Name: squatter
Version: 1.1.0
Dynamic: Summary
Project-URL: Home, https://github.com/python-packaging/squatter
Author: Tim Hatch
Author-email: Amethyst Reese <amethyst@n7.gg>
License-Expression: MIT
License-File: LICENSE
Requires-Python: >=3.12
Requires-Dist: click>=8
Requires-Dist: hatch>=1.14
Provides-Extra: dev
Requires-Dist: black==25.1.0; extra == 'dev'
Requires-Dist: coverage==7.8.0; extra == 'dev'
Requires-Dist: flake8==7.2.0; extra == 'dev'
Requires-Dist: mypy==1.15.0; extra == 'dev'
Requires-Dist: tox==4.26.0; extra == 'dev'
Requires-Dist: ufmt==2.8.0; extra == 'dev'
Requires-Dist: usort==1.0.8; extra == 'dev'
Requires-Dist: volatile==2.1.0; extra == 'dev'
Description-Content-Type: text/markdown

# Squatter

For those times you need to register a name prior to having the code ready, but
can't be bothered to remember which fields are required.

Usage:

```
python -m squatter generate --upload mypackage
```

(Uses author information from git config)


# License

Squatter is copyright [Amethyst Reese](https://noswap.com/), and licensed under
the MIT license.  I am providing code in this repository to you under an open
source license.  This is my personal repository; the license you receive to
my code is from me and not from my employer. See the `LICENSE` file for details.
