sample_annn_pkg description
Project description
author: laplaciannin102
Table of Contents
How to install
pip install sample_annn_pkg
Github repository
PyPI repository
TestPyPI
PyPI
Directory structure
sample_annn_pkg ├── .gitignore ├── LICENSE ├── MANIFEST.in ├── README.md ├── README.rst ├── sample_annn_pkg │ ├── __init__.py │ ├── sample_main_module.py │ └── sample_sub_module.py ├── requirements.txt └── setup.py
Easy installation sample
command
>> git clone https://github.com/laplaciannin102/sample_annn_pkg.git
>> cd sample_annn_pkg
>> python setup.py sdist upload -r testpypi
>> pip install --index-url https://test.pypi.org/simple/ sample_annn_pkg
python
>>> import sample_annn_pkg as sap
>>> sap.func02()
# success!!
# poyo
How to upload pypi package
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 sample_annn_pkg-0.0.13.tar.gz.
File metadata
- Download URL: sample_annn_pkg-0.0.13.tar.gz
- Upload date:
- Size: 8.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
959636e5c8106e0520f2a1a6b461eba9035e3fefd431a094ccb7ea7c354a2f9a
|
|
| MD5 |
11383c8ad5cfda5f68101b951a9b3dca
|
|
| BLAKE2b-256 |
b08e89ec3f26021e08d81cc0ecf1f01e757bcd57f7ffe47d0c3dbfe47e3e9db2
|