Metadata-Version: 1.1
Name: pysvg-py3
Version: 0.2.2.post1
Summary: Python 3 portage of pysvg
Home-page: https://github.com/alorence/pysvg-py3
Author: Kerim Mansour
Author-email: UNKNOWN
License: UNKNOWN
Description: pysvg-py3

        =========

        

        pysvg-py3 is a Python 3 portage of popular library [pysvg](http://codeboje.de/pysvg/). **I am not the original author

        of the library**.

        

        The original code has been duplicated, then lib2to3 has been used with default parameters to update the code

        for Python 3. No additional steps have been applied. See commits history for more info.

        

        The resulting library is available on Pypi

        > Note: the root module has name 'pysvg' to silently replace the original version on Python 3 environments. For that

        reason, you should remove the original package before installing this one.

        

            pip uninstall pysvg

            pip install pysvg-py3

        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Multimedia :: Graphics
