Skip to content

baskettaz/pyutils

Repository files navigation

pyutils

PyPI version

Python Boilerplate contains all the boilerplate you need to create a Python package.): Collection of interesting utilities accumulated over the years (most of them aren't mine and will be trie

Features

  • TODO

Documentation

Documentation is built with Zensical and deployed to GitHub Pages.

API documentation is auto-generated from docstrings using mkdocstrings.

Docs deploy automatically on push to main via GitHub Actions. To enable this, go to your repo's Settings > Pages and set the source to GitHub Actions.

Development

To set up for local development:

# Clone your fork
git clone [email protected]:your_username/pyutils.git
cd pyutils

# Install in editable mode with live updates
uv tool install --editable .

This installs the CLI globally but with live updates - any changes you make to the source code are immediately available when you run pyutils.

Run tests:

uv run pytest

Run quality checks (format, lint, type check, test):

just qa

Author

pyutils was created in 2026 by Vesselin Tsvetanov.

Built with Cookiecutter and the audreyfeldroy/cookiecutter-pypackage project template.

About

General purpose dev-toolbox

Resources

License

Code of conduct

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors