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-10.tar.gz
(3.8 kB
view details)
Built Distribution
File details
Details for the file py_multiapi-10.tar.gz
.
File metadata
- Download URL: py_multiapi-10.tar.gz
- Upload date:
- Size: 3.8 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 | fb100e33617d48bf15aab662f5ccf2073693593aff7db7893a76de355cc77c40 |
|
MD5 | 2050388318d2786ecbd3048508bf1c9a |
|
BLAKE2b-256 | 60e37dc99438d2fa431a3fd29150b00c968cc2a67f116201dd3b0f18c0667288 |
File details
Details for the file py_multiapi-10-py3-none-any.whl
.
File metadata
- Download URL: py_multiapi-10-py3-none-any.whl
- Upload date:
- Size: 4.2 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 | b3d4a7ec542e6e162e1abfa7d495398c5d19ac775e4ef3c25f64147c4b48d33c |
|
MD5 | c7a7cf79b926712468d104401a8aa093 |
|
BLAKE2b-256 | b8f9a4929fa8f4c9fdadc19b8f54caabbc1ecceab55237bf57ed38c3a05bba93 |