Adds initial test framework; adds PrivateKey.from_nsec() (#13)

* Adds initial test framework; adds PrivateKey.from_nsec()

* Update setup.py
This commit is contained in:
kdmukai
2022-12-27 14:40:50 -06:00
committed by GitHub
parent b5e99fc708
commit 2c93c1df20
7 changed files with 93 additions and 2 deletions

View File

@@ -114,10 +114,13 @@ pip install -r requirements.txt
Note: I wrote this with Python 3.9.5.
## Test Suite
See the [Test Suite README](test/README.md)
## Disclaimer
- This library is in very early development and still a WIP.
- It might have some bugs.
- I need to add tests.
- I need to add more tests.
- I will try to publish this as a [PyPI](https://pypi.org/) package at some point.
Please feel free to add issues, add PRs, or provide any feedback!