Compare commits

...

2 Commits

Author SHA1 Message Date
665f070028 Standardize format
Some checks failed
Run Python tests (through Pytest) / Test (push) Failing after 23s
Verify Python project can be installed, loaded and have version checked / Test (push) Failing after 21s
2025-04-12 20:56:23 +02:00
ba7f44e484 Import version 2025-04-12 20:54:53 +02:00
3 changed files with 5 additions and 0 deletions

View File

@ -25,6 +25,8 @@ from frozendict import frozendict
from .pbc_types import (Address, Signature, HashSha256, Transaction,
SignedTransaction, SignedTransactionInnerPart)
from ._version import __version__ #noqa: F401
logger = logging.getLogger(__name__)

1
requirements.txt Normal file
View File

@ -0,0 +1 @@
python-ecdsa

2
test/test_init.py Normal file
View File

@ -0,0 +1,2 @@
def test_init():
import pbc_client #noqa: F401