An example python project
Project description
example-project-python
Example python project
Details
This project is a pure python project using modern tooling. It uses a Makefile
as a command registry, with the following commands:
make
: list available commandsmake develop
: install and build this library and its dependencies usingpip
make build
: build the library usingsetuptools
make lint
: perform static analysis of this library withflake8
andblack
make format
: autoformat this library usingblack
make annotate
: run type checking usingmypy
make test
: run automated tests withpytest
make coverage
: run automated tests withpytest
and collect coverage informationmake dist
: package library for distribution
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
File details
Details for the file example-project-python-0.1.0.tar.gz
.
File metadata
- Download URL: example-project-python-0.1.0.tar.gz
- Upload date:
- Size: 12.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c1795f50c8543018026632249d6638d37a7c96f2e8bb6591a5f334bc0ae00bb2 |
|
MD5 | 0b62e8a7abf524a82ec8fbbb3c42f238 |
|
BLAKE2b-256 | 51917c9585527a1b3cdb3a70387f1759fbe8bec7937599f5e255da17f5dc4ab2 |