Metadata-Version: 2.1
Name: web3
Version: 5.12.2
Summary: Web3.py
Home-page: https://github.com/ethereum/web3.py
Author: Piper Merriam
Author-email: pipermerriam@gmail.com
License: MIT
Description: Web3.py
        =======
        
        |Documentation Status| |Join the chat at
        https://gitter.im/ethereum/web3.py| |Build Status|
        
        A Python library for interacting with Ethereum, inspired by
        `web3.js <https://github.com/ethereum/web3.js>`__.
        
        -  Python 3.6+ support
        
        Quickstart
        ----------
        
        `Get started in 5
        minutes <https://web3py.readthedocs.io/en/latest/quickstart.html>`__ or
        `take a tour <https://web3py.readthedocs.io/en/latest/overview.html>`__
        of the library.
        
        Documentation
        -------------
        
        For additional guides, examples, and APIs, see the
        `documentation <https://web3py.readthedocs.io/en/latest/>`__.
        
        Want to help?
        -------------
        
        Want to file a bug, contribute some code, or improve documentation?
        Excellent! Read up on our guidelines for
        `contributing <https://web3py.readthedocs.io/en/latest/contributing.html>`__,
        then check out issues that are labeled `Good First
        Issue <https://github.com/ethereum/web3.py/issues?q=is%3Aissue+is%3Aopen+label%3A%22Good+First+Issue%22>`__.
        
        .. |Documentation Status| image:: https://readthedocs.org/projects/web3py/badge/?version=latest
           :target: https://web3py.readthedocs.io/en/latest/?badge=latest
        .. |Join the chat at https://gitter.im/ethereum/web3.py| image:: https://badges.gitter.im/ethereum/web3.py.svg
           :target: https://gitter.im/ethereum/web3.py?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
        .. |Build Status| image:: https://circleci.com/gh/ethereum/web3.py.svg?style=shield
           :target: https://circleci.com/gh/ethereum/web3.py
Keywords: ethereum
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6,<4
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: docs
Provides-Extra: linter
Provides-Extra: tester
