Skip to main content

A Development Toolbox

Project description

GitHub GitHub Workflow Status

DevHelpers

DevHelpers is a loose collection of python development helpers. It is not made to be included or used in a finished product.

Toolbox

  • The @timeit decorator to time the runtime of a function or method. With @timit(1000) the function or method will be timed 1000 times and prints afterword a small statistic.
  • The isatomic decorator runs a function multiple times and compares the return value against the first run. If the output changes, the decorator raises an error.
  • The @nogc decorator disables the garbage collector during the runtime of a function.

Semantic Versioning

This repository uses SemVer for its release cycle.

Branching Model

This repository uses the git-flow branching model by Vincent Driessen. It has two branches with infinite lifetime:

The master branch gets updated on every release. The develop branch is the merging branch.

License

Copyright © 2021 Michael Sasser Info@MichaelSasser.org. Released under the GPLv3 license.

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

devhelpers-0.1.2.tar.gz (17.4 kB view hashes)

Uploaded Source

Built Distribution

devhelpers-0.1.2-py3-none-any.whl (19.9 kB view hashes)

Uploaded Python 3

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