This is no longer a usable package. Now it's called "Snakypy Helpers."


Keywords
snakypy, linux, package, python, python3
License
MIT
Install
pip install snakypy==0.4.0

Documentation

snakypy
Snakypy - Facilitating its development.

Python package Build Status Docs Pyup PyPI - Wheel PyPI PyPI - Implementation PyPI - Downloads PyPI - License

Built with ❤︎ by William Canin in free time.

Snakypy is a package that contains code ready to assist in the development of packages/applications so as not to replicate the code.

Features

Requirements

To work correctly, you will first need:

  • Python >= 3.8
  • Pip >= 19.3 must be installed.

Installing

It's time to install Snakypy. To do this, do:

Globally:

$ su -c "pip install snakypy"

For the user:

$ pip install snakypy --user

NOTE: If you are installing to the user's local environment, be sure to add the environment variables to the zshrc file.

Upgrading

If Snakypy has any new features, please update the command line below:

Globally:

$ su -c "pip install snakypy -U"

For the user:

$ pip install snakypy -U --user

Documentation

You can see the documentation at: https://snakypy.readthedocs.io.

Donation

If you liked my work, buy me a coffee ☕️ 😃

paypal

License

The project is available as open source under the terms of the MIT License © William Canin

Author