Skip to content

aaronmack/MP-common

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MP (Meta Possibility)

  • This is a common repository, for MP

Upload Python Package mp-common-pkg

Construction

# build
python3 setup.py sdist bdist_wheel
# -> or
python3 setup.py sdist

# check 
pip install twine
twine check dist/*

# register
https://pypi.org/account/register/

# E-mail validation
Validation your email

# upload
twine upload dist/*

# install 
pip install mp-common-pkg

# using
import common_pkg.common as cpc
file_path = r""
cpc.compute_md5(file_path)

# upgrade 
pip install mp-common-pkg --upgrade

Problems

  • error: invalid command 'bdist_wheel'
pip install wheel

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published