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
Ezpub require setuptools as back-end engine and pyproject.toml file (setup.cfg is optional).
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
ezpub -p ./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 buildinstead. [Please see the source code for assurance] - MacOS X:
- Extra secure with locking.
- Dependency:
- twine
- Clien
- filepmon
- filfla
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ezpub_karjakak-1.3.6.tar.gz.
File metadata
- Download URL: ezpub_karjakak-1.3.6.tar.gz
- Upload date:
- Size: 5.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0cbfc187f2b372015ad42b1f0c2c5a2d6e9fc328587d31e3d610ca9ed75b87c1
|
|
| MD5 |
3dc57805cfd58bf573bb8eccb9a3fff5
|
|
| BLAKE2b-256 |
9983da88c95a937696dcc73de77d0840c25cf5fea44c9e2d175ec53793bc82f0
|
File details
Details for the file ezpub_karjakak-1.3.6-py3-none-any.whl.
File metadata
- Download URL: ezpub_karjakak-1.3.6-py3-none-any.whl
- Upload date:
- Size: 6.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
420b9cd373ea92ba7cfbb3d27b728f6fd783b7c7666ad3911b049f2c4af8b4b9
|
|
| MD5 |
18b7d1a3a70e5c734bd4da7117298fdf
|
|
| BLAKE2b-256 |
e93750b296084425f07411415d0ceb2377030c07d832afdf233f01a04f87e616
|