Metadata-Version: 2.1
Name: sangfroid
Version: 0.1.0
Summary: Parses Synfig files
Author-email: Marnanel Thurman <marnanel@thurman.org.uk>
Project-URL: Homepage, https://gitlab.com/marnanel/sangfroid
Project-URL: Repository, https://gitlab.com/marnanel/sangfroid.git
Project-URL: Issues, https://gitlab.com/marnanel/sangfroid/issues
Keywords: synfig,synfigstudio,animation
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Topic :: Text Processing
Classifier: Topic :: Multimedia :: Graphics :: Editors :: Vector-Based
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: beautifulsoup4==4.12.2
Requires-Dist: bs4==0.0.1
Requires-Dist: lxml==4.9.3
Requires-Dist: pysrt==1.1.2
Requires-Dist: pluggy==1.3.0
Requires-Dist: pytest==7.4.3
Requires-Dist: soupsieve==2.5

Sangfroid is a Python library to read [Synfig](https://synfig.org) documents, in the .sif, .sifz, and .sfg formats. It isn't ready for general use yet.

The current version is [0.1 *liverpool*](https://gitlab.com/marnanel/sangfroid/-/milestones/1). There may be improvements in development, which happens [on gitlab](https://gitlab.com/marnanel/sangfroid). There's also [a github mirror](https://github.com/marnanel/sangfroid), updated irregularly.

The [main place to find documentation](https://sangfroid.readthedocs.io/) is on RTD, or equivalently in the docs/ directory of this distribution.

# How to install

Short answer:

* `pip install .` (That's a full stop at the end.)

Long answer:

* `git clone https://gitlab.com/marnanel/sangfroid.git`
* `cd sangfroid`
* `python3 -m venv venv`
* `. venv/bin/activate`
* `python -m pip install .`

# Get involved

* Drop by on [our Discord server](https://discord.gg/2eAHdQTUyb).
* [Raise issues](https://gitlab.com/marnanel/sangfroid/-/issues/). We like issues.
* Post questions and suggestions on [Synfig's own forums](https://forums.synfig.org/), using the tag `#sangfroid`.
