Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

kyanitctl-1.1.0.tar.gz (10.5 kB view hashes)

Uploaded Source

Built Distribution

kyanitctl-1.1.0-py3-none-any.whl (21.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page