Metadata-Version: 2.1
Name: pyconvox
Version: 0.1.2
Summary: Universal Command Line Environment for Pyconvox, a wrapper for convox application.
Home-page: UNKNOWN
Author: ABHINAVKISHOREGV
Author-email: kishorebolt60@gmail.com
License: MIT License
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
License-File: LICENSE

# PyConvox
------------------
## Description

A Wrapper application built around convox cli application. This can be modified more to restrict/limit convox access.

------------------

## Requirements

- Python version 3 and above
- Convox cli installed and configured with the key

------------------

## Installation

```sh
#Install Pyconvox using pip package (Only supported python3 and above)
pip install pyconvox
```
------------------

## Usage
```sh
usage: pyconvox [-h] {env} ...

pyconvox

positional arguments:
  {env}       Commands
    env       Get all environment variables of the specified application

optional arguments:
  -h, --help  show this help message and exit
```



