Skip to main content

A common repository, for MP System

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mp-common-pkg-0.0.5.tar.gz (2.7 kB view hashes)

Uploaded Source

Built Distribution

mp_common_pkg-0.0.5-py3-none-any.whl (3.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page