Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/exasol/python-toolbox
Infrastructure & Automation Tooling for Python Projects
https://github.com/exasol/python-toolbox
actions exasol exasol-integration github
Last synced: 4 months ago
JSON representation
Infrastructure & Automation Tooling for Python Projects
- Host: GitHub
- URL: https://github.com/exasol/python-toolbox
- Owner: exasol
- License: mit
- Created: 2022-10-21T11:46:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-27T08:58:24.000Z (4 months ago)
- Last Synced: 2024-09-28T11:23:20.204Z (4 months ago)
- Topics: actions, exasol, exasol-integration, github
- Language: Python
- Homepage: https://exasol.github.io/python-toolbox/
- Size: 29.4 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Exasol Toolbox
Your one-stop solution for managing all standard tasks and core workflows of your Python project.## 🚀 Features
- Centrally managed standard tasks
- code formatting & upgrading
- linting
- type-checking
- unit-tests
- integration-tests
- coverage
- documentation- Centrally manged core workflows
- workspace/project verification
- build and publish releases
- build and publish documentation- Configurable & Extensible
- Project configuration
- Event hooks## 🔌️ Prerequisites
- [Python](https://www.python.org/) >= 3.8
## 💾 Installation
```shell
pip install exasol-toolbox
```## 📚 Documentation
For futher details, checkout the latest [documentation](https://exasol.github.io/python-toolbox/).