Metadata-Version: 2.3
Name: dipdup
Version: 8.5.0
Summary: Modular framework for creating selective indexers and featureful backends for dapps
Keywords: api,backend,blockchain,crypto,cryptocurrencies,dapp,ethereum,evm,framework,indexer,indexers,starknet,sdk,smart-contracts,tezos,web3
Author: Lev Gorodetskii, Vladimir Bobrikov, Michael Zaikin, Igor Sereda
Author-email: Lev Gorodetskii <github@drsr.io>, Vladimir Bobrikov <vladimir_bobrikov@pm.me>, Michael Zaikin <mz@baking-bad.org>, Igor Sereda <sereda.igor.s@gmail.com>
License: MIT
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Typing :: Typed
Requires-Dist: aiohttp~=3.10
Requires-Dist: aiolimiter~=1.1
Requires-Dist: aiosubstrate~=0.1.0
Requires-Dist: anyio~=4.4
Requires-Dist: appdirs~=1.4
Requires-Dist: apscheduler~=3.10
Requires-Dist: async-lru~=2.0
Requires-Dist: asyncpg~=0.29
Requires-Dist: click~=8.1
Requires-Dist: datamodel-code-generator==0.28.5
Requires-Dist: debugpy>=1.8.15
Requires-Dist: eth-abi~=5.0
Requires-Dist: lru-dict~=1.3
Requires-Dist: mcp~=1.9
Requires-Dist: orjson~=3.10
Requires-Dist: prometheus-client~=0.20
Requires-Dist: pycryptodome~=3.20
Requires-Dist: pydantic~=2.10.3
Requires-Dist: pyhumps~=3.8
Requires-Dist: pysignalr~=1.0
Requires-Dist: python-dotenv~=1.0
Requires-Dist: python-json-logger~=2.0
Requires-Dist: ruamel-yaml~=0.18.6
Requires-Dist: ruff~=0.11.2
Requires-Dist: sentry-sdk~=2.16
Requires-Dist: sqlparse~=0.5
Requires-Dist: starknet-py~=0.28.0
Requires-Dist: strict-rfc3339~=0.7
Requires-Dist: survey~=5.4
Requires-Dist: tabulate~=0.9
Requires-Dist: tortoise-orm==0.25.1
Requires-Dist: uvloop~=0.20
Requires-Dist: web3~=7.2
Requires-Dist: aerich~=0.9.0 ; extra == 'migrations'
Maintainer: Baking Bad team
Maintainer-email: Baking Bad team <hello@baking-bad.org>
Requires-Python: >=3.12, <3.13
Project-URL: Documentation, https://dipdup.io/docs
Project-URL: Homepage, https://dipdup.io/
Project-URL: Repository, https://github.com/dipdup-io/dipdup
Provides-Extra: migrations
Description-Content-Type: text/markdown

[![Twitter](https://badgen.net/badge/icon/dipdup_io?icon=twitter&label=)](https://twitter.com/dipdup_io)
[![Monthly downloads](https://static.pepy.tech/badge/dipdup/month)](https://pepy.tech/project/dipdup)
[![GitHub stars](https://img.shields.io/github/stars/dipdup-io/dipdup?color=2c2c2c&style=plain)](https://github.com/dipdup-io/dipdup)
[![Python Version](https://img.shields.io/pypi/pyversions/dipdup?color=2c2c2c)](https://www.python.org)
[![License: MIT](https://img.shields.io/github/license/dipdup-io/dipdup?color=2c2c2c)](https://github.com/dipdup-io/dipdup/blob/next/LICENSE)
<br>
[![Latest stable release](https://img.shields.io/github/v/release/dipdup-io/dipdup?label=stable%20release&color=2c2c2c)](https://github.com/dipdup-io/dipdup/releases)
[![Latest pre-release](https://img.shields.io/github/v/release/dipdup-io/dipdup?include_prereleases&label=latest%20release&color=2c2c2c)](https://github.com/dipdup-io/dipdup/releases)
[![GitHub issues](https://img.shields.io/github/issues/dipdup-io/dipdup?color=2c2c2c)](https://github.com/dipdup-io/dipdup/issues)
[![GitHub pull requests](https://img.shields.io/github/issues-pr/dipdup-io/dipdup?color=2c2c2c)](https://github.com/dipdup-io/dipdup/pulls)

<h3 align="center"><img src="https://actual-docs.interface-1bp.pages.dev/_nuxt/logo.9b02ab5e.svg" alt="DipDup logo"></h3>

DipDup is a Python framework for building smart contract indexers. It helps developers focus on business logic instead of writing a boilerplate to store and serve data. DipDup-based indexers are selective, which means only required data is requested. This approach allows to achieve faster indexing times and decreased load on underlying APIs.

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

- **Looking for examples?** Check out [Demo Projects](https://dipdup.io/docs/examples/demos) and [Built with DipDup](https://dipdup.io/docs/examples/built-with-dipdup) pages.

- **Want to participate?** Vote for [open issues](https://github.com/dipdup-io/dipdup/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc), join [discussions](https://github.com/dipdup-io/dipdup/discussions) or [become a sponsor](https://github.com/sponsors/dipdup-io).

- **Have a question?** Join our [Discord](https://discord.gg/aG8XKuwsQd) or tag @dipdup_io on [Twitter](https://twitter.com/dipdup_io).

This project is maintained by the [Baking Bad](https://bakingbad.dev/) team.
<br>
Development is supported by [Tezos Foundation](https://tezos.foundation/) and [OnlyDust](https://www.onlydust.xyz).
