Collection of Zrb tasks and utilities
Project description
Zrb extras
zrb-extras is a pypi package.
You can install zrb-extras by invoking:
pip install zrb-extras
For maintainers
Publish to pypi
To publish zrb-extras, you need to have a Pypi
account:
- Log in or register to https://pypi.org/
- Create an API token
You can also create a TestPypi
account:
- Log in or register to https://test.pypi.org/
- Create an API token
Once you have your API token, you need to create a ~/.pypirc
file:
[distutils]
index-servers =
pypi
testpypi
[pypi]
repository = https://upload.pypi.org/legacy/
username = __token__
password = pypi-xxx-xxx
[testpypi]
repository = https://test.pypi.org/legacy/
username = __token__
password = pypi-xxx-xxx
To publish zrb-extras, you can do the following command:
zrb project publish-zrb-extras
Updating version
You can update zrb-extras version by modifying the following section in pyproject.toml
:
[project]
version = "0.0.2"
Adding dependencies
To add zrb-extras dependencies, you can edit the following section in pyproject.toml
:
[project]
dependencies = [
"Jinja2==3.1.2",
"jsons==1.6.3"
]
Adding script
To make zrb-package-name executable, you can edit the following section in pyproject.toml
:
[project-scripts]
zrb-extras = "zrb-extras.__main__:hello"
This will look for hello
callable inside of your __main__.py
file
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
Built Distribution
Hashes for zrb_extras-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c280acd69749862d1f6e357371bd208388d73abcba6439e67f01d0718187e9cd |
|
MD5 | 50a10bf36e2ce9510898c6d4908bbc59 |
|
BLAKE2b-256 | 7463eb592db9225b2e9a849cb03e8b3e291f4bb4a50369ab58fd8399b44109d7 |