Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (13 loc) · 292 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 292 Bytes

AION Utils

Common utility functions for codebases which interact with AION.

Development

Clone the repository and then run:

pip install -e .

Running the tests

You can run the tests with:

py.test tests

Or you can install tox to run the full test suite.