Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/HathorNetwork/python-hathorlib
https://github.com/HathorNetwork/python-hathorlib
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/HathorNetwork/python-hathorlib
- Owner: HathorNetwork
- License: apache-2.0
- Created: 2021-03-04T01:57:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-25T14:42:53.000Z (7 months ago)
- Last Synced: 2024-05-11T05:43:04.665Z (6 months ago)
- Language: Python
- Size: 144 KB
- Stars: 1
- Watchers: 11
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-hathor - Hathorlib - [Official] Hathor lib in Python (Development Tools / SDKs)
README
hathorlib
=========Hathor Network base library.
## Configuration
To install dependencies, including optionals, run:
poetry install -E client
## Running the tests
To run the tests using poetry virtualenv:
poetry run make tests
If are managing virtualenvs without poetry, make sure it's activated and run:
make tests
## Running linters
To run linters:
poetry run make check
Or without poetry venv:
make check