
Security News
Vite+ Joins the Push to Consolidate JavaScript Tooling
Evan You announces Vite+, a commercial, Rust-powered toolchain built on the Vite ecosystem to unify JavaScript development and fund open source.
.. 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
Evan You announces Vite+, a commercial, Rust-powered toolchain built on the Vite ecosystem to unify JavaScript development and fund open source.
Security News
Ruby Central’s incident report on the RubyGems.org access dispute sparks backlash from former maintainers and renewed debate over project governance.
Research
/Security News
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.