sangfroid


Namesangfroid JSON
Version 0.3.0 PyPI version JSON
download
home_pageNone
SummaryParses Synfig files
upload_time2025-10-08 22:41:45
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords synfig synfigstudio animation
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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`.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "sangfroid",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "synfig, synfigstudio, animation",
    "author": null,
    "author_email": "Marnanel Thurman <marnanel@thurman.org.uk>",
    "download_url": "https://files.pythonhosted.org/packages/eb/29/9fe95386c368155dfcdee6e0a7fc312eb8815d8b7fad57016f83f1515cc4/sangfroid-0.3.0.tar.gz",
    "platform": null,
    "description": "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.\n\nThe 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.\n\nThe [main place to find documentation](https://sangfroid.readthedocs.io/) is on RTD, or equivalently in the docs/ directory of this distribution.\n\n# How to install\n\nShort answer:\n\n* `pip install .` (That's a full stop at the end.)\n\nLong answer:\n\n* `git clone https://gitlab.com/marnanel/sangfroid.git`\n* `cd sangfroid`\n* `python3 -m venv venv`\n* `. venv/bin/activate`\n* `python -m pip install .`\n\n# Get involved\n\n* Drop by on [our Discord server](https://discord.gg/2eAHdQTUyb).\n* [Raise issues](https://gitlab.com/marnanel/sangfroid/-/issues/). We like issues.\n* Post questions and suggestions on [Synfig's own forums](https://forums.synfig.org/), using the tag `#sangfroid`.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Parses Synfig files",
    "version": "0.3.0",
    "project_urls": {
        "Homepage": "https://gitlab.com/marnanel/sangfroid",
        "Issues": "https://gitlab.com/marnanel/sangfroid/issues",
        "Repository": "https://gitlab.com/marnanel/sangfroid.git"
    },
    "split_keywords": [
        "synfig",
        " synfigstudio",
        " animation"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bc8d584e16c65b857f4af2e8d72e7280f95e1a79a2ba52871947abd13026fd0e",
                "md5": "2ff941538503b69954678aba76f0ff6b",
                "sha256": "28eb10955afb74325c7734f6ad9dd5cc267e9a012f5fc44c3b35036a2d9bdd0a"
            },
            "downloads": -1,
            "filename": "sangfroid-0.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2ff941538503b69954678aba76f0ff6b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 50230,
            "upload_time": "2025-10-08T22:41:44",
            "upload_time_iso_8601": "2025-10-08T22:41:44.348080Z",
            "url": "https://files.pythonhosted.org/packages/bc/8d/584e16c65b857f4af2e8d72e7280f95e1a79a2ba52871947abd13026fd0e/sangfroid-0.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "eb299fe95386c368155dfcdee6e0a7fc312eb8815d8b7fad57016f83f1515cc4",
                "md5": "a7d7a7164333f4ce220745a4d19b7b3c",
                "sha256": "6ac7060e6f0f2223d2e332b8e171a68c441d93c280224262ab0c347148d6a22d"
            },
            "downloads": -1,
            "filename": "sangfroid-0.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "a7d7a7164333f4ce220745a4d19b7b3c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 50493,
            "upload_time": "2025-10-08T22:41:45",
            "upload_time_iso_8601": "2025-10-08T22:41:45.951258Z",
            "url": "https://files.pythonhosted.org/packages/eb/29/9fe95386c368155dfcdee6e0a7fc312eb8815d8b7fad57016f83f1515cc4/sangfroid-0.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-08 22:41:45",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "marnanel",
    "gitlab_project": "sangfroid",
    "lcname": "sangfroid"
}
        
Elapsed time: 1.82161s