11## PyCardano
22
3+ [ ![ PyPi version] ( https://badgen.net/pypi/v/pycardano )] ( https://pypi.python.org/pypi/pycardano/ )
4+ [ ![ PyPI pyversions] ( https://img.shields.io/pypi/pyversions/pycardano )] ( https://pypi.python.org/pypi/pycardano/ )
5+ [ ![ PyPi license] ( https://badgen.net/pypi/license/pycardano )] ( https://pypi.python.org/pypi/pycardano/ )
6+
37[ ![ PyCardano] ( https://github.com/cffls/pycardano/actions/workflows/main.yml/badge.svg )] ( https://github.com/cffls/pycardano/actions/workflows/main.yml )
48[ ![ codecov] ( https://codecov.io/gh/cffls/pycardano/branch/main/graph/badge.svg?token=62N0IL9IMQ )] ( https://codecov.io/gh/cffls/pycardano )
59[ ![ Documentation Status] ( https://readthedocs.org/projects/pycardano/badge/?version=latest )] ( https://pycardano.readthedocs.io/en/latest/?badge=latest )
610
7- [ ![ Linux] ( https://svgshare.com/i/Zhy.svg )] ( https://svgshare.com/i/Zhy.svg )
8- [ ![ macOS] ( https://svgshare.com/i/ZjP.svg )] ( https://svgshare.com/i/ZjP.svg )
9-
1011
1112PyCardano is a Cardano library written in Python. It allows users to create and sign transactions without
1213depending on third-party Cardano serialization tools, such as
@@ -23,9 +24,9 @@ could be beneficial for faster R&D iterations.
2324- [ PyCardano] ( #pycardano )
2425 - [ Features] ( #features )
2526 - [ Installation] ( #installation )
27+ - [ Documentation] ( #documentation )
2628 - [ Examples] ( #examples )
2729 - [ Transaction creation and signing] ( #transaction-creation-and-signing )
28- - [ Documentations] ( #documentations )
2930 - [ Development] ( #development )
3031 - [ Workspace setup] ( #workspace-setup )
3132 - [ Test] ( #test )
@@ -56,7 +57,13 @@ could be beneficial for faster R&D iterations.
5657
5758### Installation
5859
59- The library is still under development. The first release will be published to PyPI soon.
60+ Install the library using [ pip] ( https://pip.pypa.io/en/stable/ ) :
61+
62+ ` pip install pycardano `
63+
64+ ### Documentation
65+
66+ https://pycardano.readthedocs.io/en/latest/
6067
6168### Examples
6269
@@ -151,10 +158,6 @@ context.submit_tx(signed_tx.to_cbor())
151158
152159See more usages under [ examples] ( https://github.com/cffls/pycardano/tree/main/examples ) .
153160
154- ### Documentations
155-
156- https://pycardano.readthedocs.io/en/latest/
157-
158161
159162-----------------
160163
0 commit comments