Metadata-Version: 2.1
Name: degenbot
Version: 0.0.2
Summary: Python classes to aid rapid development of Uniswap V2 & V3 arbitrage bots on EVM-compatible blockchains
Author-email: BowTiedDevil <devil@bowtieddevil.com>
License: MIT
Project-URL: Repository, https://github.com/bowtieddevil/degenbot
Project-URL: Tracker, https://github.com/BowTiedDevil/degenbot/issues
Project-URL: Twitter, https://twitter.com/BowTiedDevil
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Requires-Python: >=3.10
License-File: LICENSE
Requires-Dist: eth-abi <5,>=4.2.0
Requires-Dist: eth-typing <4,>=3.4.0
Requires-Dist: eth-utils <3,>=2.2.1
Requires-Dist: hexbytes <1,>=0.3.1
Requires-Dist: pytest <8,>=7.0
Requires-Dist: scipy <1.12,>=1.11.3
Requires-Dist: ujson >=5.8.0
Requires-Dist: web3 <7,>=6.11.0
Requires-Dist: websockets <13.0,>=11.0.3

