Package configuration example using bleeding edge toolset.
Project description
modernpackage
This package is configured using bleeding edge toolset and serves as an example/starting point for another new packages.
Development
Commonly used commands for package development:
make check
- run unit tests and linters.make fix
- format code and fix detected fixable issues.make publish
- publishes current package version to pypi.org.make compile
- bump and freeze dependency versions in requirements*.txt filesmake sync
- upgrade installed dependencies in Virtual Environment (executed aftermake compile
)
Toolset
This package uses these cutting edge tools:
- ruff - for linting and code formatting
- mypy - for type checking
- pip-audit - for known vulnerability detection in dependencies
- deadcode - for unused code detection
- pytest - for collecting and running unit tests
- coverage - for code coverage by unit tests
- hatch - for publishing package to pypi.org
- uv - for Python virtual environment and dependency management
- pyproject.toml - configuration file for all tools
- Makefile - aliases for commonly used command line commands
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
modernpackage-0.0.1.tar.gz
(3.3 kB
view hashes)
Built Distribution
Close
Hashes for modernpackage-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b7484aae008792e79309fd14cfb30b76923ec39c3f3794a5194ffbac9c96656e |
|
MD5 | 5f14453db2afb16d8d940f9407140c11 |
|
BLAKE2b-256 | 96568baac2459c524f985e1508f3bad96a039f4962163db87e3091139dc1bfca |