premaseemutils

A utils package by prem aseem jain


Keywords
sample, setuptools, development
License
MIT
Install
pip install premaseemutils==2.0.1

Documentation

Utils package by Premaseem

Python Logo

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