Command-line utility for Kyanit
Project description
Kyanit CTL
Introduction
Kyanit CTL is part of the Kyanit ecosystem. See https://github.com/kyanit-project/kyanit for an introduction to Kyanit.
Kyanit CTL is a command-line utility using Kyanit API for interfacing and interacting with Kyanit.
The Kyanit Ecosystem
The core Kyanit module, flashed into an ESP8266 board.
A stylish, triangle-shaped ESP8266-based board built around an ESP-12F module, the official Kyanit controller board.
This repo. Command-line utility for interacting with Kyanit.
Python API for interaction with Kyanit from Python code. (It is used by Kyanit CTL.)
Installing Kyanit CTL
Install the latest released version with:
pip install kyanitctl
After installation, Kyanit CTL will be available through the kyanitctl
command.
Installing Kyanit CTL from Source
To get the latest development version, clone this repository, and within the repository root, run:
python setup.py bdist_wheel
This will create Python wheel distribution package in the dist
directory. Install it using pip
with:
pip install --force-reinstall dist/kyanitctl-<version>-py3-none-any.whl
(Replace <version>
with the one that has been generated by setup.py
.)
To switch back to the latest released version, use:
pip install --force-reinstall kyanitapi==<version>
Where <version>
is the latest released version.
Usage
Refer to the command-line help with kyanitctl -h
.
License Notice
Copyright (C) 2020 Zsolt Nagy
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 3 of the License.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.
Project details
Release history Release notifications | RSS feed
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
File details
Details for the file kyanitctl-1.1.0.tar.gz
.
File metadata
- Download URL: kyanitctl-1.1.0.tar.gz
- Upload date:
- Size: 10.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0462c82f6661f335dc0fbb3bbd7fc21694c05aade0ee1237337c2e9b2642b592 |
|
MD5 | 4182a69aa0fcd4d23ca03c2512016c23 |
|
BLAKE2b-256 | dc0fea3d043a76aaa9791262ee4f3eca00e9ec7c32deb452333b88a3359749e6 |
File details
Details for the file kyanitctl-1.1.0-py3-none-any.whl
.
File metadata
- Download URL: kyanitctl-1.1.0-py3-none-any.whl
- Upload date:
- Size: 21.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4582ea088766d85e9080425299da2467fefadf731063c74f6ca22d77e737a747 |
|
MD5 | 6c1a7b79aca87871e5c2cd14ac62860b |
|
BLAKE2b-256 | 68050ed1323986489881dc63137e741348f5365c2e175fa5ce80add14a46966d |