Skip to main content

A package for uploading packages. Made with setuptools

Project description

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")

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

pkg_upload-0.0.1.tar.gz (2.0 kB view hashes)

Uploaded Source

Built Distribution

pkg_upload-0.0.1-py3-none-any.whl (2.8 kB view hashes)

Uploaded Python 3

Supported by

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