Blarg README
A static site generator
Installation:
git clone git@github.com:pydanny/blarg.git
cd blarg
pip install -e .
Building:
blarg build .
Serving the site:
blarg serve
Release to PyPI
Create a pull request that:
-
Adds release notes to
CHANGELOG.md. -
Updates the
VERSIONconstant inpyproject.tomland .
Commit these changes in a single commit with subject matching
Bump version to v....
After merging the pull request, push an annotated tag to Github with:
make tag
This will trigger a Github action to publish the package to PyPI.
Note: Until we're configured, just do this to release:
pip install -U build twine
python -m build
twine upload dist/*
Release files for blarg 0.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| blarg-0.2.0.tar.gz | 4.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| blarg-0.2.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.5 kB
Release files / blarg-0.2.0.tar.gz
| Download URL | blarg-0.2.0.tar.gz |
|---|---|
| Size | 4.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8c654c50a6eadb5cc962c5fff74632b3fde6faf3db3159ab14cd12d2008a0d86
|
|
BLAKE2b-256 checksum How to use checksums |
1d4e2c49a27daa0e855fa3b210a787cebc0f160970388ca4c7642f46223338a3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.6
|
Release files / blarg-0.2.0-py3-none-any.whl
| Download URL | blarg-0.2.0-py3-none-any.whl |
|---|---|
| Size | 4.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
304579c4bba268b6956e960146d77dc094b97b9732e64fd471c6c362d17bd1e6
|
|
BLAKE2b-256 checksum How to use checksums |
f27a64fe86217dc33004598c19beb34eca88ddbc2f7734148417572ae90fee29
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.6
|