python3-utilities

An utility library for python3


License
MIT
Install
pip install python3-utilities==0.0.1

Documentation

Python3 Utilities

Project Homepage: https://github.com/ohidurbappy/python3-utilities

An utility library for python3 that saves time by avoiding to write repetitive codes.

Usage

How to build

Update Setuptools and wheel

python3 -m pip install --user --upgrade setuptools wheel

Now run this command from the same directory where setup.py is located:

python3 setup.py sdist bdist_wheel

This command should output a lot of text and once completed should generate two files in the dist directory:

dist/
  example_pkg_YOUR_USERNAME_HERE-0.0.1-py3-none-any.whl
  example_pkg_YOUR_USERNAME_HERE-0.0.1.tar.gz

For updating See Here