Skip to main content

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


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

Uploaded Source

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