Skip to main content

No project description provided

Project description

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'],
    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.9.0.tar.gz (15.7 kB view details)

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for incremental-16.9.0.tar.gz
Algorithm Hash digest
SHA256 cbc6682b9e72fae2a41285532645cd8a2a48ed7bdf518a8d9279ef7e869028a0
MD5 c9588133f84d6787acc1e99a956cf0f1
BLAKE2b-256 4667b780e33fbc3bec4ba5401a341f77c20884bc9d4bcc3265a6e4454b9e9782

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