1Metadata-Version: 2.1
2Name: Wand
3Version: 0.6.7
4Summary: Ctypes-based simple MagickWand API binding for Python
5Home-page: http://wand-py.org/
6Author: Hong Minhee
7Author-email: hongminhee@member.fsf.org
8Maintainer: E. McConville
9Maintainer-email: emcconville@emcconville.com
10License: MIT License
11Project-URL: Documentation, https://docs.wand-py.org
12Project-URL: Source, https://github.com/emcconville/wand
13Project-URL: Tracker, https://github.com/emcconville/wand/issues
14Description: .. image:: https://docs.wand-py.org/en/latest/_static/wand.png
15           :width: 120
16           :height: 120
17
18        Wand_
19        =====
20
21        Wand is a ``ctypes``-based simple ImageMagick_ binding for Python,
22        supporting 2.7, 3.3+, and PyPy. All functionalities of MagickWand API are
23        implemented in Wand.
24
25        You can install the package from PyPI_ by using ``pip``:
26
27        .. code-block:: console
28
29           $ pip install Wand
30
31        Or would you like to enjoy the bleeding edge?  Check out the head
32        revision of the source code from the `GitHub repository`__:
33
34        .. code-block:: console
35
36           $ git clone git://github.com/emcconville/wand.git
37           $ cd wand/
38           $ python setup.py install
39
40        .. _Wand: http://wand-py.org/
41        .. _ImageMagick: https://www.imagemagick.org/
42        .. _PyPI: https://pypi.python.org/pypi/Wand
43        __ https://github.com/emcconville/wand
44
45
46        Docs
47        ----
48
49        Recent version
50           https://docs.wand-py.org/
51
52        Development version
53           https://docs.wand-py.org/en/latest/
54
55           .. image:: https://readthedocs.org/projects/wand/badge/
56              :alt: Documentation Status
57              :target: https://docs.wand-py.org/en/latest/
58
59
60        Community
61        ---------
62
63        Website
64           http://wand-py.org/
65
66        GitHub
67           https://github.com/emcconville/wand
68
69        Package Index (Cheeseshop)
70           https://pypi.python.org/pypi/Wand
71
72           .. image:: https://badge.fury.io/py/Wand.svg?
73              :alt: Latest PyPI version
74              :target: https://pypi.python.org/pypi/Wand
75
76        Discord
77           https://discord.gg/wtDWDE9fXK
78
79        Stack Overflow tag (Q&A)
80           http://stackoverflow.com/questions/tagged/wand
81
82        Continuous Integration (Travis CI)
83           https://travis-ci.org/emcconville/wand
84
85           .. image:: https://secure.travis-ci.org/emcconville/wand.svg?branch=master
86              :alt: Build Status
87              :target: https://travis-ci.org/emcconville/wand
88
89        Continuous Integration (GitHub Actions)
90           https://github.com/emcconville/wand/actions
91
92           .. image:: https://github.com/emcconville/wand/workflows/Wand%20CI/badge.svg
93              :alt: Build Status
94              :target: https://github.com/emcconville/wand/actions?query=workflow%3A%22Wand+CI%22
95
96        Code Coverage
97           https://coveralls.io/r/emcconville/wand
98
99           .. image:: https://coveralls.io/repos/github/emcconville/wand/badge.svg?branch=master
100              :target: https://coveralls.io/github/emcconville/wand?branch=master
101
102Keywords: ImageMagick ctypes
103Platform: UNKNOWN
104Classifier: Development Status :: 5 - Production/Stable
105Classifier: Intended Audience :: Developers
106Classifier: License :: OSI Approved :: MIT License
107Classifier: Operating System :: OS Independent
108Classifier: Programming Language :: Python :: 2
109Classifier: Programming Language :: Python :: 2.7
110Classifier: Programming Language :: Python :: 3
111Classifier: Programming Language :: Python :: 3.3
112Classifier: Programming Language :: Python :: 3.4
113Classifier: Programming Language :: Python :: 3.5
114Classifier: Programming Language :: Python :: 3.6
115Classifier: Programming Language :: Python :: 3.7
116Classifier: Programming Language :: Python :: 3.8
117Classifier: Programming Language :: Python :: 3.9
118Classifier: Programming Language :: Python :: Implementation :: CPython
119Classifier: Programming Language :: Python :: Implementation :: PyPy
120Classifier: Programming Language :: Python :: Implementation :: Stackless
121Classifier: Topic :: Multimedia :: Graphics
122Description-Content-Type: text/x-rst
123Provides-Extra: doc
124Provides-Extra: test
125