Konecty CLI utilities
Project description
Konecty CLI
A command-line interface for Konecty utilities.
Using uvx (Recommended)
You can run the CLI directly using uvx:
uvx konecty-cli --help
Development
This project uses Make to manage dev scripts. You can list available development commands with make help
Setup Development Environment
Install development dependencies:
make install-dev
Running Tests
# Run all tests
make test
# Run tests with coverage
make test-cov
Code Quality
The project uses several tools to maintain code quality:
- Black - Code formatting
- isort - Import sorting
- flake8 - Linting
- mypy - Type checking
Run all checks:
# Run all quality checks (format, lint, type-check, test)
make check
# Or run individual checks:
make format # Format code with black and isort
make lint # Run flake8 linter
make type-check # Run mypy type checker
Building and Publishing
# Build the package
make build
# Clean build artifacts
make clean
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file konecty_cli-1.0.0.tar.gz.
File metadata
- Download URL: konecty_cli-1.0.0.tar.gz
- Upload date:
- Size: 9.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0f2a2dcc6f0c937b000ba8a5c0b9fc32946c9af0f5e7c5429f0c20289be1a4ff
|
|
| MD5 |
1262e0e07b3c36a965e1534b3ab71306
|
|
| BLAKE2b-256 |
f7de85cc2a638a1d257c77c0ae516b65597d3fa03948a35c44ccd382b86aa488
|
File details
Details for the file konecty_cli-1.0.0-py3-none-any.whl.
File metadata
- Download URL: konecty_cli-1.0.0-py3-none-any.whl
- Upload date:
- Size: 15.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
627cb182f70caa8dd113a138d06fe2143cb871e022acb0f8885f6869465e119b
|
|
| MD5 |
87c794ab2cf5358edbfd908c3b91e5db
|
|
| BLAKE2b-256 |
2ae6f8a7e727e72d04a8f49a9325e149ae1c3135313b04eec2cb3f1b7ad6bd37
|