Metadata-Version: 2.1
Name: py-multiapi
Version: 1
Summary: A Python Wrapper for api.itaykibotsonetwo.ml
Home-page: https://github.com/iiiiii1wepfj/py_multiapi
Author: Itay K
Author-email: itayki98@gmail.com
License: UNKNOWN
Download-URL: https://github.com/iiiiii1wepfj/py_multiapi/archive/refs/tags/v1.tar.gz
Project-URL: Documentation, https://api.itaykibotsonetwo.ml/docs
Project-URL: Source, https://github.com/iiiiii1wepfj/py_multiapi
Description: # py-multiapi
        
        a python library for api.itaykibotsonetwo.ml
        
        
        ### Installation
         ```pip3 install git+https://github.com/iiiiii1wepfj/py_multiapi.git```
        
        ### Example
           ```
        from py_multiapi import multiapi
        import asyncio
        async def main():
            print(await multiapi.exec_code(lang="python3", code="print('Hello World')"))
        asyncio.run(main())
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
