Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ryanfleck/contraptions

Library of personal python utilities.
https://github.com/ryanfleck/contraptions

python3 utils

Last synced: 18 days ago
JSON representation

Library of personal python utilities.

Awesome Lists containing this project

README

        

============
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.

* Free software: GNU General Public License v3
* Documentation: https://contraptions.readthedocs.io.

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