Skip to main content

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.

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.0.tar.gz (15.9 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.0-py2.py3-none-any.whl (16.6 kB view details)

Uploaded Python 2Python 3

File details

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

File metadata

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

File hashes

Hashes for incremental-16.10.0.tar.gz
Algorithm Hash digest
SHA256 0608d0741ae7ccd4d072f804d62c28180531deef0b882ff2697a737f01754f1d
MD5 2ec17cca1721f3acea59c446dd37c298
BLAKE2b-256 b5025a6a8450991a708c707c7221a506388de2e86cfb144a482653d11270b7a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for incremental-16.10.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 9e399beab7a128daa2836381e3e6843905df61ee328362bfa394131a55ad2284
MD5 ab0a203569976d4ebdd9af1ce8eaefa1
BLAKE2b-256 472b54595c29bf28b88eafdabe5754f391317bb87f45a19ef80fad0d9ca7c6bd

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