py-casim 2.0.3

Creator: railscoderz

Last updated:

Add to Cart

Description:

pycasim 2.0.3

Python Casim






Python package and cli to upload image on Casimages.
In python project
from py_casim import Casim

c = Casim("my_image.jpg")

link = c.get_link()

print(link)

To resize an image :
from py_casim import Casim

c = Casim("my_image.jpg", resize=640)

link = c.get_link()

print(link)

To get another url/code return :
from py_casim import Casim

c = Casim("my_image.jpg", resize=640)

link = c.get_share_code(3) # return HTML code

See the doc for details.
From command line
foo@bar:~$ py-casim my_image.jpg
https://nsa40.casimages.com/img/xxxxxxxxxxxxxxx.png

or with options :
foo@bar:~$ py-casim --size 640 my_image.jpg
https://nsa40.casimages.com/img/xxxxxxxxxxxxxxx.png


Free software: MIT license
Documentation: https://py-casim.readthedocs.io.

Features

upload image and get his url
python package (import) OR command line tool

Dev
There's an alternative to make called invoke (Makefile equivalent is tasks.py)
pip install invoke
inv test
inv lint
inv coverage
inv --list

Credits
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
Cookiecutter: https://github.com/audreyr/cookiecutter
audreyr/cookiecutter-pypackage: https://github.com/audreyr/cookiecutter-pypackage
History
1.0.0 (2020-07-22)

Stable release

0.2.0 (2020-02-28)

Better Doc

0.1.0 (2020-02-16)

Configure Travis CI
First release on PyPI.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.