mirror of
https://github.com/cve-search/pyvariot.git
synced 2024-11-27 01:07:23 +00:00
22 lines
322 B
Markdown
22 lines
322 B
Markdown
# Python client and module for Project Template
|
|
|
|
This is a simple template used in all the web based APIs in this repository, and a few others.
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
pip install pyproject
|
|
```
|
|
|
|
## Usage
|
|
|
|
### Command line
|
|
|
|
You can use the `client` command to do a thing:
|
|
|
|
```bash
|
|
```
|
|
|
|
### Library
|
|
|
|
See [API Reference]()
|