Package_Upload
To Upload a package:
Create a folder and name it
Then add an __init__.py
Add a LICENSE and a README
Make a Setup.py
For users using local computer.
pip install twine
python folder/setup.py sdist bdist_wheel
twine upload dist/*
pkg_upload.package(pkg_name="Url91",author="PkgDev",email="example@example.com",version="0.0.1",short_description="A simplified url package made with request and urllib",long_description="""
#Url91
'''py
import Url91
print(Url91.content("https://pypi.org"))
'''
""",github_url="https://github.com",python_requirment=">=3.6")
For repl.it users.
pkg_upload.package(pkg_name="Url91",author="PkgDev",email="example@example.com",version="0.0.1",short_description="A simplified url package made with request and urllib",long_description="""
#Url91
'''py
import Url91
print(Url91.content("https://pypi.org"))
'''
""",github_url="https://github.com",python_requirment=">=3.6")
Then
pkg_upload.upload(folder_name,type_="in_folder")
Release files for pkg-upload 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pkg_upload-0.0.1.tar.gz | 2.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pkg_upload-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 4.9 kB
Release files / pkg_upload-0.0.1.tar.gz
| Download URL | pkg_upload-0.0.1.tar.gz |
|---|---|
| Size | 2.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a85f63bfe4922505b55eafc4d3fcab940c5954699aad696cf4214225f1f97e72
|
|
BLAKE2b-256 checksum How to use checksums |
d50d2b2e81cf7631bb8eb542b9cdb9a4cd14724e9614b66fb3fd34db6354c988
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.8.0 tqdm/4.54.1 CPython/3.8.7
|
Release files / pkg_upload-0.0.1-py3-none-any.whl
| Download URL | pkg_upload-0.0.1-py3-none-any.whl |
|---|---|
| Size | 2.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
12de0ff5b7aad4fc8c7c493b476ae03e5d12519d300f1d2ca2861416cd770887
|
|
BLAKE2b-256 checksum How to use checksums |
08bf3c7f0c8dd22aa04dc54f82a6907c9dcc82b80da76fcbdb8989942cd04dd3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.8.0 tqdm/4.54.1 CPython/3.8.7
|