
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
.. image:: https://travis-ci.org/codex-team/pycapella.svg?branch=master
Python SDK for capella.pics
_
This package is called PyCapella
_ on PyPI. Install using:
::
$ pip install pycapella
.. code:: python
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']))
Full documentation can be found on GitHub – https://github.com/codex-team/capella
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
_.
MIT
_
.. _capella.pics: https://capella.pics .. _PyCapella: https://pypi.python.org/pypi/PyCapella/ .. _create issue page: https://github.com/codex-team/pycapella/issues/new .. _Fork it: https://github.com/codex-team/pycapella .. _CodeX Team’s email: mailto:team@ifmo.su .. _MIT: https://github.com/codex-team/codex.notes/blob/master/LICENSE
FAQs
Python SDK for capella.pics
We found that pycapella demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.