Metadata-Version: 2.1
Name: pyscribus-backported
Version: 0.2.4
Summary: Read, create and update Scribus .sla files. (Python < 3.8 version)
Author: Étienne Nadji
Author-email: etnadji@eml.cc
License: GNU Affero General Public License v3 or later (AGPLv3+)
Project-URL: Documentation, https://etnadji.fr/pyscribus
Project-URL: Source Code, https://framagit.org/etnadji/pyscribus/-/tree/backported
Project-URL: Issue tracker, https://framagit.org/etnadji/pyscribus/-/issues
Keywords: scribus,sla
Platform: any
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Text Processing :: Markup :: XML
Classifier: Intended Audience :: Developers
Requires-Python: <=3.7.9
License-File: LICENSE

######################
PyScribus (backported)
######################

A Python library to read, generate and update Scribus documents (SLA).

For Python versions newer than 3.7.9, see the main **pyscribus** package.

Prerequisites
=============

* `lxml <https://lxml.de/>`_
* `svg.path <https://pypi.org/project/svg.path/>`_

Optional (for extra features)
-----------------------------

* `Pillow <https://python-pillow.org/>`_ for ``extra.wireframe`` module

Documentation
=============

`PyScribus <https://etnadji.fr/pyscribus>`_

