Skip to main content

A custom print libary

Project description

print_hello

  • This is simple python package to demonstrate how to upload package to PyPl

file structure

print_hello/
|-- LICENSE.txt
|-- README.md
|-- print_hello_hanlin
|   |-- __init__.py
|   |-- __pycache__
|   |   |-- __init__.cpython-36.pyc
|   |   `-- print_hello.cpython-36.pyc
|   `-- print_hello.py
`-- setup.py

build package

$: python3 setup.py  sdist bdist_wheel
 

upload package to pypi.org

$: python3  -m twine upload  dist/*
 

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

print_hello_hanlin-0.0.1.tar.gz (1.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

print_hello_hanlin-0.0.1-py3-none-any.whl (2.7 kB view details)

Uploaded Python 3

Supported by

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