Metadata-Version: 2.1
Name: dipdup
Version: 6.0.0rc2
Summary: Python SDK for developing indexers of Tezos smart contracts inspired by The Graph
Home-page: https://dipdup.net/
License: MIT
Keywords: tezos,blockchain,sdk,michelson,indexers,tzkt,cryptocurrencies,smart-contracts
Author: Lev Gorodetskiy
Author-email: github@droserasprout.space
Requires-Python: >=3.10,<3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Provides-Extra: pytezos
Requires-Dist: APScheduler (>=3.8.0,<4.0.0)
Requires-Dist: aiohttp (>=3.8.1,<4.0.0)
Requires-Dist: aiolimiter (>=1.0.0-beta.1,<2.0.0)
Requires-Dist: anyio (>=3.3.2,<4.0.0)
Requires-Dist: asyncclick (>=8.0.1,<9.0.0)
Requires-Dist: asyncpg (>=0.26.0,<0.27.0)
Requires-Dist: datamodel-code-generator (>=0.13.0,<0.14.0)
Requires-Dist: orjson (>=3.6.6,<4.0.0)
Requires-Dist: prometheus-client (>=0.14.1,<0.15.0)
Requires-Dist: pydantic (>=1.8.2,<2.0.0)
Requires-Dist: pyhumps (>=3.0.2,<4.0.0)
Requires-Dist: pysignalr (>=0.1.2,<0.2.0)
Requires-Dist: pytezos (>=3.5.2,<4.0.0); extra == "pytezos"
Requires-Dist: python-dotenv (>=0.19.0,<0.20.0)
Requires-Dist: ruamel.yaml (>=0.17.2,<0.18.0)
Requires-Dist: sentry-sdk (>=1.4.3,<2.0.0)
Requires-Dist: sqlparse (>=0.4.2,<0.5.0)
Requires-Dist: tabulate (>=0.8.9,<0.9.0)
Requires-Dist: tortoise-orm (==0.19.2)
Requires-Dist: typing-inspect (>=0.7.1,<0.8.0)
Project-URL: Repository, https://github.com/dipdup-net/dipdup-py
Description-Content-Type: text/markdown

[![Python](https://img.shields.io/badge/made%20with-python-blue.svg?)](https://www.python.org)
[![GitHub stars](https://img.shields.io/github/stars/dipdup-net/dipdup-py)](https://github.com/dipdup-net/dipdup-py)
[![Latest stable release](https://img.shields.io/github/v/release/dipdup-net/dipdup-py?label=stable)](https://github.com/dipdup-net/dipdup-py/releases)
[![Latest pre-release)](https://img.shields.io/github/v/release/dipdup-net/dipdup-py?include_prereleases&label=latest)](https://github.com/dipdup-net/dipdup-py/releases)
[![PyPI monthly downloads](https://img.shields.io/pypi/dm/dipdup)](https://pypi.org/project/dipdup/)
<br>
[![GitHub tests](https://img.shields.io/github/workflow/status/dipdup-net/dipdup-py/Test)](https://github.com/dipdup-net/dipdup-py/actions)
[![GitHub issues](https://img.shields.io/github/issues/dipdup-net/dipdup-py)](https://github.com/dipdup-net/dipdup-py/issues)
[![GitHub pull requests](https://img.shields.io/github/issues-pr/dipdup-net/dipdup-py)](https://github.com/dipdup-net/dipdup-py/pulls)
[![License: MIT](https://img.shields.io/github/license/dipdup-net/dipdup-py)](https://github.com/dipdup-net/dipdup-py/blob/master/LICENSE)

```text
        ____   _         ____              
       / __ \ (_)____   / __ \ __  __ ____ 
      / / / // // __ \ / / / // / / // __ \
     / /_/ // // /_/ // /_/ // /_/ // /_/ /
    /_____//_// .___//_____/ \__,_// .___/ 
             /_/                  /_/      
```

DipDup is a Python framework for building indexers of [Tezos](https://tezos.com/) smart-contracts. It helps developers focus on the business logic instead of writing data storing and serving boilerplate. DipDup-based indexers are selective, which means only required data is requested. This approach allows to achieve faster indexing times and decreased load on APIs DipDup uses.

* **Ready to build your first indexer?** Head to [Quickstart](https://dipdup.net/docs/quickstart).

* **Looking for examples?** Check out [Demo Projects](https://github.com/dipdup-net/dipdup-py/tree/master/src).

* **Want to contribute?** See [Contribution Guide](https://github.com/dipdup-net/dipdup-py/tree/master/CONTRIBUTING.md).

* **Have a question?** Contact us on [Discord](https://discord.com/invite/RcPGSdcVSx), [Telegram](https://t.me/baking_bad_chat), or [Slack](https://tezos-dev.slack.com/archives/CV5NX7F2L)!

This project is maintained by the [Baking Bad](https://baking-bad.org/) team.
Development is supported by [Tezos Foundation](https://tezos.foundation/).

