hussu010 / aiotnb

A coroutine-based client for the TNB Network API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code style: black Code Style & Typing QA

aiotnb

A coroutine-based client for the TNB Network API

Contributing

We welcome contributions, but please make sure your code is formatted properly.

Linting is handled by black, and imports are sorted according to isort. Utilize pre-commit to lint and format before committing your contributions. This will save you time later.

Any public interfaces should be fully-typed (this is checked by pyright).

To run tests, execute pytest in the root of this repository.

To install within your development environment, use either; pip install -e . or python setup.py develop

Installation

Using git-clone and pip git clone https://github.com/AnonymousDapper/aiotnb && cd aiotnb

Checkout this branch: git checkout bank-api

Install the requirements

Developer: pip install -e .

Regular: python setup.py install

Installing using git+pip:

pip install git+git://github.com/AnonymousDapper/aiotnb@bank-api

About

A coroutine-based client for the TNB Network API

License:Other


Languages

Language:Python 100.0%