Skip to content

Latest commit

 

History

History
88 lines (60 loc) · 4.35 KB

README.md

File metadata and controls

88 lines (60 loc) · 4.35 KB

ckan-client-tacc

Build status Python Version Dependencies Status

Code style: black Security: bandit Pre-commit Semantic Versions License Coverage Report

Awesome ckan-client-tacc is a Python cli/package created with https://github.com/Undertone0809/python-package-template

Installation

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

📈 Releases

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.

List of labels and corresponding titles

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.

🛡 License

License

This project is licensed under the terms of the MIT license. See LICENSE for more details.

📃 Citation

@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}}
}

Credits 🚀 Your next Python package needs a bleeding-edge project structure.

This project was generated with python-package-template