METADATA 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. Metadata-Version: 2.4
  2. Name: eth-typing
  3. Version: 5.2.1
  4. Summary: eth-typing: Common type annotations for ethereum python packages
  5. Home-page: https://github.com/ethereum/eth-typing
  6. Author: The Ethereum Foundation
  7. Author-email: snakecharmers@ethereum.org
  8. License: MIT
  9. Keywords: ethereum
  10. Classifier: Development Status :: 5 - Production/Stable
  11. Classifier: Intended Audience :: Developers
  12. Classifier: License :: OSI Approved :: MIT License
  13. Classifier: Natural Language :: English
  14. Classifier: Programming Language :: Python :: 3
  15. Classifier: Programming Language :: Python :: 3.8
  16. Classifier: Programming Language :: Python :: 3.9
  17. Classifier: Programming Language :: Python :: 3.10
  18. Classifier: Programming Language :: Python :: 3.11
  19. Classifier: Programming Language :: Python :: 3.12
  20. Classifier: Programming Language :: Python :: 3.13
  21. Requires-Python: >=3.8, <4
  22. Description-Content-Type: text/markdown
  23. License-File: LICENSE
  24. Requires-Dist: typing_extensions>=4.5.0
  25. Provides-Extra: dev
  26. Requires-Dist: build>=0.9.0; extra == "dev"
  27. Requires-Dist: bump_my_version>=0.19.0; extra == "dev"
  28. Requires-Dist: ipython; extra == "dev"
  29. Requires-Dist: mypy==1.10.0; extra == "dev"
  30. Requires-Dist: pre-commit>=3.4.0; extra == "dev"
  31. Requires-Dist: tox>=4.0.0; extra == "dev"
  32. Requires-Dist: twine; extra == "dev"
  33. Requires-Dist: wheel; extra == "dev"
  34. Requires-Dist: sphinx>=6.0.0; extra == "dev"
  35. Requires-Dist: sphinx-autobuild>=2021.3.14; extra == "dev"
  36. Requires-Dist: sphinx_rtd_theme>=1.0.0; extra == "dev"
  37. Requires-Dist: towncrier<25,>=24; extra == "dev"
  38. Requires-Dist: pytest>=7.0.0; extra == "dev"
  39. Requires-Dist: pytest-xdist>=2.4.0; extra == "dev"
  40. Provides-Extra: docs
  41. Requires-Dist: sphinx>=6.0.0; extra == "docs"
  42. Requires-Dist: sphinx-autobuild>=2021.3.14; extra == "docs"
  43. Requires-Dist: sphinx_rtd_theme>=1.0.0; extra == "docs"
  44. Requires-Dist: towncrier<25,>=24; extra == "docs"
  45. Provides-Extra: test
  46. Requires-Dist: pytest>=7.0.0; extra == "test"
  47. Requires-Dist: pytest-xdist>=2.4.0; extra == "test"
  48. Dynamic: author
  49. Dynamic: author-email
  50. Dynamic: classifier
  51. Dynamic: description
  52. Dynamic: description-content-type
  53. Dynamic: home-page
  54. Dynamic: keywords
  55. Dynamic: license
  56. Dynamic: license-file
  57. Dynamic: provides-extra
  58. Dynamic: requires-dist
  59. Dynamic: requires-python
  60. Dynamic: summary
  61. # eth-typing
  62. [![Join the conversation on Discord](https://img.shields.io/discord/809793915578089484?color=blue&label=chat&logo=discord&logoColor=white)](https://discord.gg/GHryRvPB84)
  63. [![Build Status](https://circleci.com/gh/ethereum/eth-typing.svg?style=shield)](https://circleci.com/gh/ethereum/eth-typing)
  64. [![PyPI version](https://badge.fury.io/py/eth-typing.svg)](https://badge.fury.io/py/eth-typing)
  65. [![Python versions](https://img.shields.io/pypi/pyversions/eth-typing.svg)](https://pypi.python.org/pypi/eth-typing)
  66. [![Docs build](https://readthedocs.org/projects/eth-typing/badge/?version=latest)](https://eth-typing.readthedocs.io/en/latest/?badge=latest)
  67. Common type annotations for ethereum python packages.
  68. Read the [documentation](https://eth-typing.readthedocs.io/).
  69. View the [change log](https://eth-typing.readthedocs.io/en/latest/release_notes.html).
  70. ## Installation
  71. ```sh
  72. python -m pip install eth-typing
  73. ```