Skip to main content

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).

Back to Top


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

pybn-0.0.1.tar.gz (2.7 kB view hashes)

Uploaded Source

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