Skip to main content

Test object builders.

Project description

brunns-builder

Test object builders.

made-with-python Build Status PyPi Version Python Versions Licence GitHub all releases GitHub forks GitHub stars GitHub watchers GitHub contributors GitHub issues GitHub issues-closed GitHub pull-requests GitHub pull-requests closed Codacy Badge Codacy Coverage Lines of Code

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 hub, 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.
hub release create "V$version" -t"release-$version" -m"Version $version"
python setup.py sdist bdist_wheel
twine upload dist/*$version*
git checkout master
git merge "release-$version"

Project details


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.0.0.tar.gz (7.1 kB view details)

Uploaded Source

Built Distribution

brunns_builder-1.0.0-py3-none-any.whl (7.1 kB view details)

Uploaded Python 3

File details

Details for the file brunns-builder-1.0.0.tar.gz.

File metadata

  • Download URL: brunns-builder-1.0.0.tar.gz
  • Upload date:
  • Size: 7.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.7

File hashes

Hashes for brunns-builder-1.0.0.tar.gz
Algorithm Hash digest
SHA256 66dfc94270ee328e44fa33fd4812f3d67514d99203d95bf63c6133dd0155ce42
MD5 cfb8cc697f62d284c3f0948b851dc83d
BLAKE2b-256 99351fa7e0c97d05598859c085660586ba1498403ecbd1f8b3c3cf4c11c2bd2e

See more details on using hashes here.

File details

Details for the file brunns_builder-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for brunns_builder-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 95c3f7b3a015f7efa130db9bcb4822f428e73128972dd19ed4f13429499de3b6
MD5 4dac9e72a13e8ec1de9182284cc1c236
BLAKE2b-256 9e06eb44bafa38a9fa60c5fe64421c2991d136af8b5b19b499492d7ff6968dd6

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page