Metadata-Version: 2.2
Name: eosapi-async
Version: 1.2.6
Summary: a simple, high-level and lightweight eosio sdk write by python with async support
Home-page: https://github.com/alsekaram/eosapi_async
Author: encoderlee
Author-email: encoderlee@gmail.com
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


        Introduced asynchronous versions of `abi_json_to_bin`, `make_transaction`, `get_info` and 
        `push_transaction` methods using aiohttp. This update enhances performance by allowing 
        non-blocking HTTP requests, especially useful for high-latency operations.
        
        Additional Asynchronous part developed by [alsekaram](https://github.com/alsekaram), you can find him on  
        GitHub or email [git@awl.su](mailto:git@awl.su).
        
