Skip to main content

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())

links

pypi

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-4.tar.gz (3.2 kB view details)

Uploaded Source

Built Distribution

py_multiapi-4-py3-none-any.whl (3.5 kB view details)

Uploaded Python 3

File details

Details for the file py_multiapi-4.tar.gz.

File metadata

  • Download URL: py_multiapi-4.tar.gz
  • Upload date:
  • Size: 3.2 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

Hashes for py_multiapi-4.tar.gz
Algorithm Hash digest
SHA256 d24d1a5f818a7098b2fcd83748f3dc9381d905e351cceb133244b6059785802f
MD5 d8034352a71046ed5d5f9ae08d058266
BLAKE2b-256 ba55a3d0a309a070a14b747d9e5bdb8afd267c6289545809484062b0052531ee

See more details on using hashes here.

File details

Details for the file py_multiapi-4-py3-none-any.whl.

File metadata

  • Download URL: py_multiapi-4-py3-none-any.whl
  • Upload date:
  • Size: 3.5 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

Hashes for py_multiapi-4-py3-none-any.whl
Algorithm Hash digest
SHA256 dd88e447440fb77c18f4ae73884b36941690519d38f91c4fae599763b7a27149
MD5 00628252ad5dbf8242a0c5b21def1fa2
BLAKE2b-256 e29542e4fe7846bc923408f6b1c1266185ee0ac112381984636ee6b06d599596

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page