/usr/lib/pypy/dist-packages/Wand-0.3.9.egg-info is in pypy-wand 0.3.9-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 | Metadata-Version: 1.1
Name: Wand
Version: 0.3.9
Summary: Ctypes-based simple MagickWand API binding for Python
Home-page: http://wand-py.org/
Author: Hong Minhee
Author-email: minhee@dahlia.kr
License: MIT License
Description: .. 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.3, and PyPy.
You can install the package from PyPI_ by using ``pip`` or
``easy_install``:
.. 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
:alt: Coverage Status
:target: https://coveralls.io/r/dahlia/wand
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Programming Language :: Python :: Implementation :: Stackless
Classifier: Topic :: Multimedia :: Graphics
|