Metadata-Version: 2.2
Name: eosapi-async
Version: 2.0.2
Summary: EOS API async client with modern Python support
Home-page: https://github.com/alsekaram/eosapi_async
Author: alsekaram
Author-email: git@awl.su
License: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiohappyeyeballs==2.3.4
Requires-Dist: aiohttp==3.10.1
Requires-Dist: aiorpcX==0.23.1
Requires-Dist: aiosignal==1.3.1
Requires-Dist: attrs==24.1.0
Requires-Dist: base58>=2.1.1
Requires-Dist: certifi==2024.7.4
Requires-Dist: charset-normalizer==3.3.2
Requires-Dist: cryptos==2.0.9
Requires-Dist: frozenlist==1.4.1
Requires-Dist: idna==3.7
Requires-Dist: janus==1.0.0
Requires-Dist: multidict==6.0.5
Requires-Dist: packaging==24.1
Requires-Dist: pbkdf2==1.3
Requires-Dist: pycryptodomex==3.20.0
Requires-Dist: requests==2.32.3
Requires-Dist: typing_extensions==4.12.2
Requires-Dist: urllib3==2.2.2
Requires-Dist: yarl==1.9.4
Requires-Dist: pydantic~=2.8.2
Requires-Dist: antelopy~=0.2.0
Requires-Dist: setuptools~=72.1.0
Requires-Dist: cachetools~=5.5.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: requires-dist
Dynamic: summary


    Fork of original eosapi with significant improvements:

    - Complete rework of async implementation
    - Modern Python versions support
    - Enhanced error handling
    - Performance optimizations
    - Updated documentation

    Original code by encoderlee (encoderlee@gmail.com)
    
