91 lines
2.1 KiB
ReStructuredText
91 lines
2.1 KiB
ReStructuredText
.. image:: http://docs.wand-py.org/en/latest/_static/wand.png
|
|
:width: 120
|
|
:height: 120
|
|
|
|
Wand_
|
|
=====
|
|
|
|
Wand is a ``ctypes``-based simple ImageMagick_ binding for Python.
|
|
It doesn't cover all functionalities of MagickWand API currently.
|
|
It works on Python 2.6, 2.7, 3.2--3.5, and PyPy.
|
|
|
|
You can install the package from PyPI_ by using ``pip``:
|
|
|
|
.. code-block:: console
|
|
|
|
$ pip install Wand
|
|
|
|
Or would you like to enjoy with bleeding edge? Check out the head
|
|
revision of the source code from the `GitHub repository`__:
|
|
|
|
.. code-block:: console
|
|
|
|
$ git clone git://github.com/dahlia/wand.git
|
|
$ cd wand/
|
|
$ python setup.py install
|
|
|
|
.. _Wand: http://wand-py.org/
|
|
.. _ImageMagick: http://www.imagemagick.org/
|
|
.. _PyPI: https://pypi.python.org/pypi/Wand
|
|
__ https://github.com/dahlia/wand
|
|
|
|
|
|
Docs
|
|
----
|
|
|
|
Recent version
|
|
http://docs.wand-py.org/
|
|
|
|
Development version
|
|
http://docs.wand-py.org/en/latest/
|
|
|
|
.. image:: https://readthedocs.org/projects/wand/badge/
|
|
:alt: Documentation Status
|
|
:target: http://docs.wand-py.org/en/latest/
|
|
|
|
|
|
Community
|
|
---------
|
|
|
|
Website
|
|
http://wand-py.org/
|
|
|
|
GitHub
|
|
https://github.com/dahlia/wand
|
|
|
|
Package Index (Cheeseshop)
|
|
https://pypi.python.org/pypi/Wand
|
|
|
|
.. image:: https://badge.fury.io/py/Wand.svg?
|
|
:alt: Latest PyPI version
|
|
:target: https://pypi.python.org/pypi/Wand
|
|
|
|
Mailing list
|
|
wand@librelist.com
|
|
|
|
List archive
|
|
http://librelist.com/browser/wand/
|
|
http://dir.gmane.org/gmane.comp.python.wand
|
|
|
|
Stack Overflow tag (Q&A)
|
|
http://stackoverflow.com/questions/tagged/wand
|
|
|
|
Quora topic (Q&A)
|
|
https://www.quora.com/Wand-ImageMagick-binding
|
|
|
|
IRC
|
|
`irc://irc.freenode.net/wand <http://webchat.freenode.net/?channels=wand>`_
|
|
|
|
Continuous Integration (Travis CI)
|
|
https://travis-ci.org/dahlia/wand
|
|
|
|
.. image:: https://secure.travis-ci.org/dahlia/wand.svg?branch=master
|
|
:alt: Build Status
|
|
:target: https://travis-ci.org/dahlia/wand
|
|
|
|
Code Coverage
|
|
https://coveralls.io/r/dahlia/wand
|
|
|
|
.. image:: https://img.shields.io/coveralls/dahlia/wand.svg?style=flat
|
|
:alt: Coverage Status
|
|
:target: https://coveralls.io/r/dahlia/wand
|