Ezpub is a tool for developer to upload package to PyPI
Project description
Ezpub [cli-environment]
Tool to help developer to publish package to PyPI
Installation
pip3 install Ezpub-karjakak
Usage
Create token for variable environment and save it for publish with twine [token key-in in tkinter simpledialog for showing in hidden].
ezpub -t None
Delete saved token.
ezpub -t d
Create save token.
# Windows
ezpub -t %VARTOKEN%
# MacOS X
ezpub -t $VARTOKEN
Building the package and create [build, dist, and package.egg-info] for uploading to PyPI.
# Window
ezpub -b "\package-path"
# MacOS X
ezpub -b /package_path
TAKE NOTE:
- Ezpub will try to move existing [build, dist, and package.egg-info] to created archive folder and create new one.
- If Exception occured, user need to remove them manually.
Pubish to PyPI.
# For Windows only
ezpub -p "\package-path\dist\*"
# For MacOS X
python3 -m twine upload package_path/dist/*
TAKE NOTE:
- If token is not created yet,
it will start process "-t" automaticallyuser will be prompt to create first. - Some firewall not allowed moving files to archive, you may exclude Ezpub from it.
- You can move the files manually and using
py -m build
instead. [Please see the source code for assurance] - Ezpub using Clien-karjakak https://pypi.org/project/Clien-karjakak as its required dependency, for encrypting the token.
Links
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
Ezpub-karjakak-1.1.3.tar.gz
(5.3 kB
view details)
Built Distribution
File details
Details for the file Ezpub-karjakak-1.1.3.tar.gz
.
File metadata
- Download URL: Ezpub-karjakak-1.1.3.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 95a9609dfc84aa642e0b3d65426fd1cd7c25810daa1acdb3d9553fb13ffc97c6 |
|
MD5 | c35cfa237e21a729bd952fe1a363175a |
|
BLAKE2b-256 | a904521fce02a726c5f8309798f8d35dc6401e9fb97714861ad4b5b9824b8776 |
File details
Details for the file Ezpub_karjakak-1.1.3-py3-none-any.whl
.
File metadata
- Download URL: Ezpub_karjakak-1.1.3-py3-none-any.whl
- Upload date:
- Size: 6.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f102aebfdd8dd44ecbfcdbe17e3821b44faa049fafca4447d5ff32ff715502be |
|
MD5 | d203fd56a33d8945a4b73261242ee8c3 |
|
BLAKE2b-256 | 1272c8930d60f02c5631662d5bf059e01bfc33c8e48fb84ba6bcc484b5539a32 |