Sample code to create python package for PyPI library
Project description
# My First Python Library
This is a sample code for those newcomers who wants to create python pip installable PyPI package.
## Installation
You can install it from [PyPI](https://pypi.org/project/my-first-python-library/):
pip install my-first-python-library
This Python Library is supported on Python 3 and above.
## How to use
This is a very basic and simple Python library. Just Run following in your .py file
from my-first-python-library.python_script import your_method
your_method()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file my-first-python-library-0.0.2.tar.gz.
File metadata
- Download URL: my-first-python-library-0.0.2.tar.gz
- Upload date:
- Size: 1.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e48be36b1dca3208129c90ee2e12f8ffae7fe1933ec698d8710bb363d48c61a2
|
|
| MD5 |
66404d19f332d7ffb1ebe113b5ed36e6
|
|
| BLAKE2b-256 |
07f48c7d9aaed6f3cf16b5cd2f48e6b47caf914119dd0aaa001333f43c70f3b1
|