brunns-builder
Test object builders.
Setup
Install with pip:
pip install brunns-builder
(As usual, use of a venv or virtualenv is recommended.)
Usage
TODO
Developing
Requires tox. Run make precommit tells you if you're OK to commit. For more options, run:
make help
Releasing
Requires gh, setuptools,
wheel and twine. To release version n.n.n, first
update the version number in setup.py, then:
version="n.n.n" # Needs to match new version number in setup.py.
git checkout -b "release-$version"
make precommit && git commit -am"Release $version" && git push --set-upstream origin "release-$version" # If not already all pushed, which it should be.
gh release create "v$version" --target "release-$version" --generate-notes
python setup.py sdist bdist_wheel && twine upload dist/*$version*
git checkout master && git merge "release-$version"
git push
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
brunns_builder-1.1.1.tar.gz
(7.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file brunns_builder-1.1.1.tar.gz.
File metadata
- Download URL: brunns_builder-1.1.1.tar.gz
- Upload date:
- Size: 7.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
50d3438a600a88b165ea77f13b8aaca375f2cdb4fc200b16514c85476b8e0d8c
|
|
| MD5 |
b472224aa2e41ca161827583d37b0db0
|
|
| BLAKE2b-256 |
9f8b637452bcc68ebec8ee10a101ed5d0780c3c55af64e1750bc9b8a7e3230e6
|
File details
Details for the file brunns_builder-1.1.1-py3-none-any.whl.
File metadata
- Download URL: brunns_builder-1.1.1-py3-none-any.whl
- Upload date:
- Size: 7.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1ac64d19f68a4cb7709970bf8fd9c8d4788fcd6a15e5c9cfbfc3d9dfca620e95
|
|
| MD5 |
d8504edd74b020b88881e506266f2094
|
|
| BLAKE2b-256 |
77e9a051bcb9932af578dbc6c846977fd6f624c4eb4bd87f8643756abf9ae40a
|