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.2.0.tar.gz (9.4 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.2.0-py2-none-any.whl (7.3 kB view details)

Uploaded Python 2

File details

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

File metadata

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

File hashes

Hashes for incremental-15.2.0.tar.gz
Algorithm Hash digest
SHA256 dca1f264eadec188353a5a4b162da8e3e6d82e6fc18a44ee0f0af61166203e0c
MD5 bc86eaea4fe6c36da75f9d811b28443d
BLAKE2b-256 57edf5b9c330d4a2ddb370b6f9004f8a61c9fdc11b54ede424b7d7e0f1f23e91

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for incremental-15.2.0-py2-none-any.whl
Algorithm Hash digest
SHA256 780091188d3fadb41c4f9ef6d7b35ba5ff71e4158de3479d584803def67a23fd
MD5 f60b81aa9bd6934b80551f4ae0636aa2
BLAKE2b-256 f6f0b5b3cefdbffdf86d7a98e4be948af6e7b9265db7ae92b41e8987ca381958

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