Contraptions

Library of personal python utilities.

OTHER License

Downloads
98
Stars
0
Committers
4

============
Contraptions

.. image:: https://img.shields.io/pypi/v/contraptions.svg :target: https://pypi.python.org/pypi/contraptions

.. image:: https://github.com/RyanFleck/Contraptions/workflows/Workflow/badge.svg?branch=master :target: https://github.com/RyanFleck/Contraptions/commits/master

.. image:: https://readthedocs.org/projects/contraptions/badge/?version=latest :target: https://contraptions.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status

.. image:: https://pyup.io/repos/github/RyanFleck/Contraptions/shield.svg :target: https://pyup.io/repos/github/RyanFleck/Contraptions/ :alt: Updates

.. image:: https://pyup.io/repos/github/RyanFleck/Contraptions/python-3-shield.svg :target: https://pyup.io/repos/github/RyanFleck/Contraptions/ :alt: Python 3

Contraptions is a collection of algorithms and utilities used in my personal py-projects.

This repository was created as an experiment to implement semantic versioning and pypi publishing.

Features

  • Simple maths library (add, subtract, etc...)
  • Text transformations (SpoNgEBoB MemE TExT, etc..)

Credits

This package was created with Cookiecutter_ and the audreyr/cookiecutter-pypackage_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter .. _audreyr/cookiecutter-pypackage: https://github.com/audreyr/cookiecutter-pypackage

Contributing

When adding new features, please use the semantic commit style with these labels:

  • feat: A new feature
  • fix: A bug fix
  • docs: Documentation only changes
  • style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
  • refactor: A code change that neither fixes a bug nor adds a feature
  • perf: A code change that improves performance
  • test: Adding missing or correcting existing tests
  • chore: Changes to the build process or auxiliary tools and libraries such as documentation generation