premaseemutils 2.0.1

Creator: codyrutscher

Last updated:

Add to Cart

Description:

premaseemutils 2.0.1

Utils package by Premaseem

commendations for version control, documentation, or testing.
[The source for this project is available here][https://github.com/premaseem/premaseem-pyutils].
Most of the configuration for a Python project is done in the setup.py file,
an example of which is included in this project. You should edit this file
accordingly to adapt this sample project to your needs.
installation
pip install premaseemutils
usage



from calculator.square import *
get_square(4)
16



Build distribution
python setup.py bdist_wheel
or
python setup.py sdist
pushing distribution
pip install twine
twine upload dist/*
install locally
pip install dist/premaseemutils-2.0.0-py3-none-any.whl
installing locally

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.