Metadata-Version: 2.1
Name: tradernet-cli
Version: 1.0.3
Summary: A small TraderNet API (https://tradernet.com/) client for automation purposes.
Home-page: https://github.com/VolodymyrKuksa/tradernet_cli
Author: Volodymyr Kuksa
Author-email: volodymyrkuksa@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: requests

# tradernet_cli

This is a simple python client for the [TraderNet](https://tradernet.com) API.
Mainly this package is purposed to ease the automation of common tasks in TraderNet.

## Installation

`pip install tradernet_cli`

## Usage

`python3 -m tradernet_cli [command] [flags]`

Use `python3 -m tradernet_cli --help` to get information about all available commands and flags.
Currently, the descriptions are only present in *Ukrainian* as the package was built for personal use.


