spectral-cli
Python CLI supporting interactions with Challenges on the Spectral Network Platform.
Overview
spectral-cli is a Python command-line interface (CLI) tool. It uses Poetry for package management and provides a set of Makefile commands for common tasks.
Installation
To install spectral-cli, use the following command:
make install
Usage
Running Tests
Execute the following command to run the test suite:
make test
Building the Package
Build the package using the following command:
make build
Publishing to PyPI
Publish the package to PyPI with the following command:
make publish
Publishing to TestPyPI
To publish the package to TestPyPI, use the following command:
make publish-test
Version Management
Bump the version with the following commands:
- Bump patch version:
make bump-patch - Bump minor version:
make bump-minor - Bump major version:
make bump-major
Release files for spectral-cli 0.1.20
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| spectral_cli-0.1.20.tar.gz | 20.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| spectral_cli-0.1.20-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 49.9 kB
Release files / spectral_cli-0.1.20.tar.gz
| Download URL | spectral_cli-0.1.20.tar.gz |
|---|---|
| Size | 20.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e99282f85ab0ec275f5b1548c0c441d0c06e364fe189d4a2d07db23a17bfe7fd
|
|
BLAKE2b-256 checksum How to use checksums |
b27273137d5d2015b2961403a1943998144d4e7ef078e06eff57513d54a6ebd3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.7.1 CPython/3.12.1 Darwin/23.3.0
|
Release files / spectral_cli-0.1.20-py3-none-any.whl
| Download URL | spectral_cli-0.1.20-py3-none-any.whl |
|---|---|
| Size | 29.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
3772f16fd09890b2c41568012cb19cd4106b9f0171f713f460baf1cdca1d3d2e
|
|
BLAKE2b-256 checksum How to use checksums |
b8ca226d2af8e051631764362ef6f3566f6b4d7c98ff586516759643979d49f8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.7.1 CPython/3.12.1 Darwin/23.3.0
|