Skip to main content

No project description provided

Project description

travis pypi coverage

Incremental is a small library that versions your Python projects.

API documentation can be found here.

Quick Start

Add this to your setup.py‘s setup() call:

setup(
    use_incremental=True,
    setup_requires=['incremental'],
    install_requires=['incremental'], # along with any other install dependencies
    ...
}

Then in your project add a _version.py that contains:

from incremental import Version

__version__ = Version("widgetbox", 1, 2, 3)
__all__ = ["__version__"]

Then, so users of your project can find your version, in your project’s __init__.py add:

from ._version import __version__

Subsequent installations of your project will use incremental for versioning.

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

incremental-16.10.1.tar.gz (16.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

incremental-16.10.1-py2.py3-none-any.whl (16.7 kB view details)

Uploaded Python 2Python 3

File details

Details for the file incremental-16.10.1.tar.gz.

File metadata

  • Download URL: incremental-16.10.1.tar.gz
  • Upload date:
  • Size: 16.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for incremental-16.10.1.tar.gz
Algorithm Hash digest
SHA256 14ad6b720ec47aad6c9caa83e47db1843e2b9b98742da5dda08e16a99f400342
MD5 3fe6b3b1da1d26a48187fb27e969f072
BLAKE2b-256 dab032233c9e84b0d44b39015fba8fec03e88053723c1b455925081dc6ccd9e7

See more details on using hashes here.

File details

Details for the file incremental-16.10.1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for incremental-16.10.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 cc00a35f9e9621ddec0a5e7d17271f3f26244873c4aec67eda06f2db8302e04b
MD5 0d718295ccafb866a8141c86fe037129
BLAKE2b-256 b572f4246320648bbe0f8c16dcebe1560e359a3a0631839f8d963ea8ff18caaf

See more details on using hashes here.

Supported by

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