https://github.com/exasol/python-toolbox
Infrastructure & Automation Tooling for Python Projects
https://github.com/exasol/python-toolbox
actions exasol exasol-integration github internal-tools-we-published
Last synced: 3 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 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-31T14:40:06.000Z (12 months ago)
- Last Synced: 2025-01-31T16:53:04.140Z (12 months ago)
- Topics: actions, exasol, exasol-integration, github, internal-tools-we-published
- Language: Python
- Homepage: https://exasol.github.io/python-toolbox/
- Size: 296 MB
- Stars: 7
- Watchers: 4
- Forks: 1
- Open Issues: 22
-
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/).