Metadata-Version: 2.4
Name: cardanoscan-python
Version: 0.0.1
Summary: Python SDK for Cardanoscan API
License-Expression: Apache-2.0
Project-URL: Homepage, https://cardanoscan.io/api
Project-URL: Documentation, https://docs.cardanoscan.io
Project-URL: Repository, https://github.com/StricaHQ/cardanoscan-python
Keywords: cardanoscan,cardano,cardano api,stricahq
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: httpx>=0.23.0
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-asyncio; extra == "test"
Requires-Dist: respx; extra == "test"
Dynamic: license-file

<p align="center">
  <a href="https://strica.io/" target="_blank">
    <img src="https://docs.strica.io/images/logo.png" width="200">
  </a>
</p>

# cardanoscan-python
Cardanoscan API Service Python SDK

# Installation

```sh
python3 -m pip install cardanoscan-python
```

# Development

Install Dependencies
```sh
python3 -m pip install -e .[tests]
```

Run Tests
```sh
python3 -m pytest
```
or with logs
```sh
python3 -m pytest -s
```
