Skip to main content

travis pypi coverage

Incremental is a small library that versions your Python projects.

Quick Start

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

setup(
    use_incremental=True,
    setup_requires=['incremental'],
    ...
}

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.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

incremental-15.3.0.tar.gz (10.0 kB view details)

Uploaded Source

Built Distribution

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

incremental-15.3.0-py2-none-any.whl (7.8 kB view details)

Uploaded Python 2

File details

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

File metadata

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

File hashes

Hashes for incremental-15.3.0.tar.gz
Algorithm Hash digest
SHA256 304a73cd801e1e5f0685e6332296845d4ae592e8435df9f343216e1e014fc74a
MD5 28a844c16ad872e843e181f55fe36298
BLAKE2b-256 c14913a90899a72d67b6a77cd0f6b88f8427f62f1d1c2a07deccfb8c3b99029b

See more details on using hashes here.

File details

Details for the file incremental-15.3.0-py2-none-any.whl.

File metadata

File hashes

Hashes for incremental-15.3.0-py2-none-any.whl
Algorithm Hash digest
SHA256 c9b9cd3ecb66c2c0d7ac471d75991a923cb2b0d8a6d382ddf0e16d1aa09b82fa
MD5 3cfb2c1c698c37e10e41db6b51876411
BLAKE2b-256 6d687ca339270f9e210b744d6b1fea8caf2465761e358819c699a6ca96848df7

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 Sentry Error logging StatusPage Status page