Skip to main content

Python SDK for capella.pics

Project description

https://travis-ci.org/codex-team/pycapella.svg?branch=master

Python SDK for capella.pics

Installation

This package is called PyCapella on PyPI. Install using:

$ pip install pycapella

Usage

import pycapella

api = pycapella.Capella()

# Save local file 'image.jpg' to the Capella
response = api.upload_file("image.jpg")
assert response['success'] == True
print("Success! Image URL is {}".format(response['url']))

# Save remote image by url to the Capella
response = api.upload_url("https://ifmo.su/public/app/img/products/capella.png")
assert response['success'] == True
print("Success! Image URL is {}".format(response['url']))

API Documentation

Full documentation can be found on GitHub – https://github.com/codex-team/capella

Issues and improvements

Ask a question or report a bug on the create issue page.

Know how to improve PyCapella? Fork it and send pull request.

You can also write questions and suggestions to the CodeX Team’s email.

License

MIT

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

pycapella-0.1.6.tar.gz (3.5 kB view hashes)

Uploaded Source

Built Distribution

pycapella-0.1.6-py3-none-any.whl (3.8 kB view hashes)

Uploaded Python 3

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