Awesome ckan-client-tacc
is a Python cli/package created with https://github.com/Undertone0809/python-package-template
pip install -U ckan-client-tacc
or install with Poetry
poetry add ckan-client-tacc
Then you can run
ckan-client-tacc --help
or with Poetry
:
poetry run ckan-client-tacc --help
You can see the list of available releases on the GitHub Releases page.
We follow Semantic Versions specification.
We use Release Drafter
. As pull requests are merged, a draft release is kept up-to-date listing the changes, ready to publish when youβre ready. With the categories option, you can categorize pull requests in release notes using labels.
Label | Title in Releases |
---|---|
enhancement , feature |
π Features |
bug , refactoring , bugfix , fix |
π§ Fixes & Refactoring |
build , ci , testing |
π¦ Build System & CI/CD |
breaking |
π₯ Breaking Changes |
documentation |
π Documentation |
dependencies |
β¬οΈ Dependencies updates |
You can update it in release-drafter.yml
.
GitHub creates the bug
, enhancement
, and documentation
labels for you. Dependabot creates the dependencies
label. Create the remaining labels on the Issues tab of your GitHub repository, when you need them.
This project is licensed under the terms of the MIT
license. See LICENSE for more details.
@misc{ckan-client-tacc,
author = {In-For-Disaster-Analytics},
title = {Awesome `ckan-client-tacc` is a Python cli/package created with https://github.com/Undertone0809/python-package-template},
year = {2024},
publisher = {GitHub},
journal = {GitHub repository},
howpublished = {\url{https://github.com/in_for_disaster_analytics/ckan-client-tacc}}
}
This project was generated with python-package-template