A Python Wrapper for api.itayki.com
Project description
py-multiapi
a python library for api.itayki.com
Installation
pip3 install py-multiapi
Examples
execute code:
from py_multiapi import multiapi
import asyncio
async def main():
print(await multiapi.exec_code(lang="python3", code="print('Hello World')"))
asyncio.run(main())
make web screenshot:
from py_multiapi import multiapi
import asyncio
async def main():
a = await multiapi.webshot(url="duckduckgo.com")
with open("test.png", "wb") as img:
img.write(a)
asyncio.run(main())
get help from the function:
from py_multiapi import multiapi
def main_help():
print(help(multiapi.exec_code))
main_help()
links
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
py_multiapi-12.tar.gz
(3.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file py_multiapi-12.tar.gz.
File metadata
- Download URL: py_multiapi-12.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
136caaab67122e0e06f97e1510c1be9ff407140b0061230773d2c67304f4948e
|
|
| MD5 |
895df43cd64d10333d354b9d0bb9859c
|
|
| BLAKE2b-256 |
e3f118b6e374875e47f4dc8d77adca5b7feedb3e6a76dc9518b4336b892cd83c
|
File details
Details for the file py_multiapi-12-py3-none-any.whl.
File metadata
- Download URL: py_multiapi-12-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b617d9e68984cd00b9e396865b75215753e6f20e7776caa1730040412fc617df
|
|
| MD5 |
76d77ce505cddd43323991e20f4bff77
|
|
| BLAKE2b-256 |
f9abf275731d16f3cbea5b738518a7ce5c9cea8c46aeda1c3ce6ed62a42c9ce2
|