Metadata-Version: 2.1
Name: snakypy-helpers
Version: 0.2.1
Summary: Snakypy Helpers is a package that contains code ready to assist in the development of packages/applications so as not to replicate the code.
Home-page: https://github.com/snakypy/snakypy-helpers
License: MIT
Keywords: snakypy,helpers,linux
Author: William C. Canin
Author-email: william.costa.canin@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: pyfiglet (==0.8.post1)
Project-URL: Repository, https://github.com/snakypy/snakypy-helpers
Description-Content-Type: text/x-rst

================
Snakypy Helpers
================

.. image:: https://github.com/snakypy/snakypy-helpers/workflows/Tests/badge.svg
    :target: https://github.com/snakypy/snakypy-helpers
    :alt: Tests

.. image:: https://img.shields.io/pypi/v/snakypy-helpers.svg
    :target: https://pypi.python.org/pypi/snakypy-helpers
    :alt: PyPI - Snakypy Helpers

.. image:: https://img.shields.io/pypi/wheel/snakypy-helpers
    :target: https://pypi.org/project/wheel/
    :alt: PyPI - Wheel

.. image:: https://img.shields.io/pypi/pyversions/snakypy-helpers
    :target: https://pyup.io/repos/github/snakypy/snakypy-helpers/
    :alt: Python versions

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://github.com/psf/black
    :alt: Black

.. image:: https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336
    :target: https://pycqa.github.io/isort/
    :alt: Isort

.. image:: http://www.mypy-lang.org/static/mypy_badge.svg
    :target: http://mypy-lang.org/
    :alt: Mypy

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

.. image:: https://pyup.io/repos/github/snakypy/snakypy-helpers/shield.svg
    :target: https://pyup.io/repos/github/snakypy/snakypy-helpers/
    :alt: Updates

.. image:: https://img.shields.io/github/contributors/snakypy/snakypy-helpers
    :target: https://github.com/snakypy/snakypy-helpers/blob/master/CONTRIBUTING.rst
    :alt: Contributors

.. image:: https://img.shields.io/github/issues-raw/snakypy/snakypy-helpers
   :target: https://github.com/snakypy/snakypy-helpers/issues
   :alt: GitHub issues

.. image:: https://img.shields.io/github/license/snakypy/snakypy-helpers
    :target: https://github.com/snakypy/snakypy-helpers/blob/master/LICENSE
    :alt: Github License


Snakypy Helpers is a package that contains code ready to assist in the development of Snakypy projects,
so as not to replicate the code.


Donation
--------

Click on the image below to be redirected the donation forms:

.. image:: https://raw.githubusercontent.com/snakypy/donations/master/svg/donate/donate-hand.svg
    :width: 160 px
    :height: 100px
    :target: https://github.com/snakypy/donations/blob/master/README.md

License
--------

The project is available as open source under the terms of the `MIT license`_ © William Canin

Credits
--------

See in `AUTHORS`_.

Links
-----

* Code: https://github.com/snakypy/snakypy-helpers
* Documentation: https://snakypy-helpers.readthedocs.io
* Releases: https://pypi.org/project/snakypy-helpers/#history
* Issue tracker: https://github.com/snakypy/snakypy-helpers/issues

.. _MIT license: https://github.com/snakypy/snakypy-helpers/blob/master/LICENSE
.. _AUTHORS: https://github.com/snakypy/snakypy-helpers/blob/master/AUTHORS.rst

