Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ryanfleck/contraptions
- Owner: RyanFleck
- License: other
- Created: 2020-11-04T00:16:53.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T21:35:22.000Z (almost 2 years ago)
- Last Synced: 2024-04-30T03:01:46.860Z (6 months ago)
- Topics: python3, utils
- Language: Python
- Homepage: https://pypi.org/project/contraptions/
- Size: 66.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.rst
- License: LICENSE
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 3Contraptions 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-pypackageContributing
------------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