carbon.now.sh API Wrapper powered by Carbonara
Project description
Carbonara API Wrapper
⬇️ Installing Carbon-Now via 🐍 pip:
pip install carbonnaranow
🆕 Upgrading Carbon-Now via 🐍 pip:
pip install -U carbonnaranow
⬇️ Installing Carbon-Now via 🌐 source:
git clone https://github.com/OpenRestfulAPI/carbon-now-sh-API-Wrapper carbon-now
cd carbon-now
make install
📖 Example Usage:
import asyncio
from carbonnaranow import Carbon
code = """
import asyncio
async def func():
return "Hello from Carbonara"
if __name__ == '__main__':
asyncio.run(func())
"""
async def main():
carbon = Carbon(
code=code,
)
print(await carbon.save('carbon_photo'))
if __name__ == '__main__':
asyncio.run(main())
📖 Advance Usage Example:
Check example.py
©️ Copyrights
Licensed with GPLv3, This Project was made by an indivial on Telegram. The person who made this API wrapper has nothing to do with Carbon or Carbonara. Therefore All rights reserved to Carbon and Carbonara's Rightful Owner Peter Solopov Himself.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
carbonnaranow-0.0.1.tar.gz
(3.3 kB
view details)
File details
Details for the file carbonnaranow-0.0.1.tar.gz
.
File metadata
- Download URL: carbonnaranow-0.0.1.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fca036937bf462bc096dd6e85bfb938fb3aa2a68c245dc8f6c7ee1753f1a4702 |
|
MD5 | 3994efcc21c44f8d39f8934042402506 |
|
BLAKE2b-256 | 6519020e73ae0e2621e889e43675a52cbcc797ca8d164c396edcc047b00c0e82 |