Skip to main content

Code versioning decorator

Project description

Build Status

Package that allows to version code paths with the use of a decorator.

Status

Currently actively used and watched.

Usage

Requirements

  • python 2.7

  • python 3.3, 3.4, 3.5

Installation

pip install versionary

Running

Usage 1.

from versionary.decorators import versioned

@versioned()
def my_func():
    return 1

@versioned()
def my_func__v2:
    return 2

one = my_func.v1()
two = my_func.v2()

Usage 2.

@versioned(1)
def my_func():
    return 1

@versioned(2)
def my_func:
    return 2

one = my_func.v1()
two = my_func.v2()

You can use the validate_module function from versionary.utils to validate correct use of the decorator in the given module.

Contributing

See the CONTRIBUTING.md file on how to contribute to this project.

Contributors

See the CONTRIBUTORS.md file for a list of contributors to the project.

Roadmap

Changelog

The changelog can be found in the CHANGELOG.md file.

In progress

  • Minor improvements

Future

  • Scoped versioning (Class methods)

Get in touch with a developer

If you want to report an issue see the CONTRIBUTING.md file for more info.

We will be happy to answer your other questions at opensource@wearespindle.com

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

versionary-0.1.tar.gz (7.0 kB view details)

Uploaded Source

File details

Details for the file versionary-0.1.tar.gz.

File metadata

  • Download URL: versionary-0.1.tar.gz
  • Upload date:
  • Size: 7.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for versionary-0.1.tar.gz
Algorithm Hash digest
SHA256 694618d77d809fea713da9c86d63739865a2205d476594e62498c7eb0cc2379e
MD5 bbf3c190fd94bc68840a042695b5339f
BLAKE2b-256 87e089679e5652c8ea20fb6b850d317c05c198ba249550e2284f0a97d652a48c

See more details on using hashes here.

Provenance

Supported by

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