Last updated:
0 purchases
pkgupload 0.0.1
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="[email protected]",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="[email protected]",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")
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.