Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marnanel/sangfroid
Sangfroid is a Python library to read Synfig documents. This is a mirror of the gitlab repo.
https://github.com/marnanel/sangfroid
synfig synfig-studio
Last synced: about 1 month ago
JSON representation
Sangfroid is a Python library to read Synfig documents. This is a mirror of the gitlab repo.
- Host: GitHub
- URL: https://github.com/marnanel/sangfroid
- Owner: marnanel
- License: mit
- Created: 2023-12-09T01:13:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-30T20:35:45.000Z (6 months ago)
- Last Synced: 2024-07-04T17:11:57.035Z (6 months ago)
- Topics: synfig, synfig-studio
- Language: Python
- Homepage: https://gitlab.com/marnanel/sangfroid/
- Size: 8.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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`.