gamesbrainiac / cli

Toolbelt and REPL for Asyncy

Home Page:https://docs.asyncy.com/cli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Asyncy CLI

Requires.io CircleCI Codecov PyPI Snap Status FOSSA Status

The Asyncy CLI is used to manage Asyncy from the command line.

Overview

The goals of this project is to provide a utility for developers to interact with all of Asyncy features/services.

Installation

$ brew install asyncy/brew/asyncy

🍰

Usage

Call asyncy to get a full list of commands or continue to read the documentation.

usage

Issues

For problems directly related to the CLI, add an issue on GitHub.

For other issues, submit a support ticket

Contributors

Developing

Run

virtualenv venv --python=python3.7
source venv/bin/activate
pip install -r requirements.txt
TOXENV=true python -m cli.main

Test

pip install tox
source venv/bin/activate
tox

Install

python setup.py install
asyncy

License

FOSSA Status

About

Toolbelt and REPL for Asyncy

https://docs.asyncy.com/cli

License:Apache License 2.0


Languages

Language:Python 98.1%Language:Shell 1.9%