Python package for simple build number generation.
Project description
pybn
Python package for simple build number generation.
Make sure to have the latest version of Python 3 installed although this should work with previous versions.
To install the package with pip enter command in terminal:
pip install pybn
To uninstall the package with pip enter command in terminal:
pip uninstall pybn
Method | Description |
---|---|
generate_buildnumber(current_build_number = None, limit = 100)
|
Generates a new build number from an existing build number if provided in the current_build_number argument. Build numbers are in the following format: 'xxx.xxx.xxx' The limit argument is the highest number the back two segments of the build number can be before shifting over (Set to 100 by default). |
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
pybn-0.0.1.tar.gz
(2.7 kB
view details)
File details
Details for the file pybn-0.0.1.tar.gz
.
File metadata
- Download URL: pybn-0.0.1.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 46719e2b2c31291bc143df9767c43d7670453252d84b5bfcf782b221d62b0812 |
|
MD5 | 9617bc5a21e9e72521b498c219509517 |
|
BLAKE2b-256 | 568d938d42772d6de8f3c7bea701ec522afd37a7cc1ab9bf4fb285cf6c858df3 |