mirror of
https://github.com/cve-search/pyvariot.git
synced 2025-02-17 01:06:30 +00:00
23 lines
322 B
Markdown
23 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]()
|