Metadata-Version: 2.1
Name: snakypy-helpers
Version: 0.1.2
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

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

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

.. 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
        :alt: Contributors

.. image:: https://img.shields.io/pypi/l/snakypy-helpers?style=flat-square
        :target: https://github.com/snakypy/snakypy-helpers/blob/master/LICENSE
        :alt: PyPI - 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
--------

If you liked my work, buy me a coffee <3

.. image:: https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif
    :target: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=YBK2HEEYG8V5W&source

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

