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
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
pkg_upload-0.0.1.tar.gz
(2.0 kB
view details)
Built Distribution
File details
Details for the file pkg_upload-0.0.1.tar.gz
.
File metadata
- Download URL: pkg_upload-0.0.1.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a85f63bfe4922505b55eafc4d3fcab940c5954699aad696cf4214225f1f97e72 |
|
MD5 | 33934e640697b1c8c1ecab11948742ac |
|
BLAKE2b-256 | d50d2b2e81cf7631bb8eb542b9cdb9a4cd14724e9614b66fb3fd34db6354c988 |
File details
Details for the file pkg_upload-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: pkg_upload-0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 12de0ff5b7aad4fc8c7c493b476ae03e5d12519d300f1d2ca2861416cd770887 |
|
MD5 | 8fec8fd8fcfbbdb462d74cf8df80f676 |
|
BLAKE2b-256 | 08bf3c7f0c8dd22aa04dc54f82a6907c9dcc82b80da76fcbdb8989942cd04dd3 |