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 build
instead. [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
ezpub_karjakak-1.3.5.tar.gz
(5.6 kB
view details)
Built Distribution
File details
Details for the file ezpub_karjakak-1.3.5.tar.gz
.
File metadata
- Download URL: ezpub_karjakak-1.3.5.tar.gz
- Upload date:
- Size: 5.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 990ccfd76f355ee2dc9475ffc91fd1d34c92c2df504b34c27247a28330c80027 |
|
MD5 | 2e89fbc25d03fcd3b9c0af736b40e51e |
|
BLAKE2b-256 | 50095aab63c476dcd34759e34f290bee8dc48f5d723269d34726b189a332bdd2 |
File details
Details for the file Ezpub_karjakak-1.3.5-py3-none-any.whl
.
File metadata
- Download URL: Ezpub_karjakak-1.3.5-py3-none-any.whl
- Upload date:
- Size: 6.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bc52dc0feeaf2b96da54d3317d0e370507db42a42e90fe1a733cc3e617d22351 |
|
MD5 | 96796bc22c78c844eb48cf7b45ad49a0 |
|
BLAKE2b-256 | ba6bf379e95bbe4fa9fc5b031e4d79bd4a39faf3e6e62a8deeac5377a67b90f2 |