svgen


Namesvgen JSON
Version 0.8.5 PyPI version JSON
download
home_pagehttps://github.com/libre-embedded/svgen
SummaryA tool for working with scalable vector graphics.
upload_time2025-07-13 21:43:51
maintainerNone
docs_urlNone
authorLibre Embedded
requires_python>=3.12
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <!--
    =====================================
    generator=datazen
    version=3.2.3
    hash=37cac336d870d00e6126298498627a6b
    =====================================
-->

# svgen ([0.8.5](https://pypi.org/project/svgen/))

[![python](https://img.shields.io/pypi/pyversions/svgen.svg)](https://pypi.org/project/svgen/)
![Build Status](https://github.com/libre-embedded/svgen/workflows/Python%20Package/badge.svg)
[![codecov](https://codecov.io/gh/libre-embedded/svgen/branch/master/graphs/badge.svg?branch=master)](https://codecov.io/github/libre-embedded/svgen)
![PyPI - Status](https://img.shields.io/pypi/status/svgen)
![Dependents (via libraries.io)](https://img.shields.io/librariesio/dependents/pypi/svgen)

*A tool for working with scalable vector graphics.*

Consider [sponsoring development](https://github.com/sponsors/libre-embedded).

([interface documentation](https://libre-embedded.github.io/python/svgen))

## Python Version Support

This package is tested with the following Python minor versions:

* [`python3.12`](https://docs.python.org/3.12/)
* [`python3.13`](https://docs.python.org/3.13/)

## Platform Support

This package is tested on the following platforms:

* `ubuntu-latest`
* `macos-latest`
* `windows-latest`

# Introduction

This utility provides a means to work on graphics with a programmatic workflow.

# Command-line Options

```
$ ./venv3.12/bin/svgen -h

usage: svgen [-h] [--version] [-v] [-q] [--curses] [--no-uvloop] [-C DIR]
             [-c CONFIG] [--height HEIGHT] [--width WIDTH] [--images]
             [-o OUTPUT]
             [scripts ...]

A tool for working with scalable vector graphics.

positional arguments:
  scripts               scripts to run for composing the SVG document (in
                        order)

options:
  -h, --help            show this help message and exit
  --version             show program's version number and exit
  -v, --verbose         set to increase logging verbosity
  -q, --quiet           set to reduce output
  --curses              whether or not to use curses.wrapper when starting
  --no-uvloop           whether or not to disable uvloop as event loop driver
  -C DIR, --dir DIR     execute from a specific directory
  -c CONFIG, --config CONFIG
                        top-level configuration to load (default:
                        'svgen.json')
  --height HEIGHT       height of the document, if not specified by
                        configuration (default: 100)
  --width WIDTH         width of the document, if not specified by
                        configuration (default: 100)
  --images              generate output images
  -o OUTPUT, --output OUTPUT
                        file to write SVG output (default: 'svgen.svg')

```

# Internal Dependency Graph

A coarse view of the internal structure and scale of
`svgen`'s source.
Generated using [pydeps](https://github.com/thebjorn/pydeps) (via
`mk python-deps`).

![svgen's Dependency Graph](im/pydeps.svg)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/libre-embedded/svgen",
    "name": "svgen",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.12",
    "maintainer_email": "Libre Embedded <vaughn@libre-embedded.com>",
    "keywords": null,
    "author": "Libre Embedded",
    "author_email": "Libre Embedded <vaughn@libre-embedded.com>",
    "download_url": "https://files.pythonhosted.org/packages/bf/04/18ed6c7050e8e84e021d5bf529cda4698a599c5ea7d8ea9a748a5d8f530b/svgen-0.8.5.tar.gz",
    "platform": null,
    "description": "<!--\n    =====================================\n    generator=datazen\n    version=3.2.3\n    hash=37cac336d870d00e6126298498627a6b\n    =====================================\n-->\n\n# svgen ([0.8.5](https://pypi.org/project/svgen/))\n\n[![python](https://img.shields.io/pypi/pyversions/svgen.svg)](https://pypi.org/project/svgen/)\n![Build Status](https://github.com/libre-embedded/svgen/workflows/Python%20Package/badge.svg)\n[![codecov](https://codecov.io/gh/libre-embedded/svgen/branch/master/graphs/badge.svg?branch=master)](https://codecov.io/github/libre-embedded/svgen)\n![PyPI - Status](https://img.shields.io/pypi/status/svgen)\n![Dependents (via libraries.io)](https://img.shields.io/librariesio/dependents/pypi/svgen)\n\n*A tool for working with scalable vector graphics.*\n\nConsider [sponsoring development](https://github.com/sponsors/libre-embedded).\n\n([interface documentation](https://libre-embedded.github.io/python/svgen))\n\n## Python Version Support\n\nThis package is tested with the following Python minor versions:\n\n* [`python3.12`](https://docs.python.org/3.12/)\n* [`python3.13`](https://docs.python.org/3.13/)\n\n## Platform Support\n\nThis package is tested on the following platforms:\n\n* `ubuntu-latest`\n* `macos-latest`\n* `windows-latest`\n\n# Introduction\n\nThis utility provides a means to work on graphics with a programmatic workflow.\n\n# Command-line Options\n\n```\n$ ./venv3.12/bin/svgen -h\n\nusage: svgen [-h] [--version] [-v] [-q] [--curses] [--no-uvloop] [-C DIR]\n             [-c CONFIG] [--height HEIGHT] [--width WIDTH] [--images]\n             [-o OUTPUT]\n             [scripts ...]\n\nA tool for working with scalable vector graphics.\n\npositional arguments:\n  scripts               scripts to run for composing the SVG document (in\n                        order)\n\noptions:\n  -h, --help            show this help message and exit\n  --version             show program's version number and exit\n  -v, --verbose         set to increase logging verbosity\n  -q, --quiet           set to reduce output\n  --curses              whether or not to use curses.wrapper when starting\n  --no-uvloop           whether or not to disable uvloop as event loop driver\n  -C DIR, --dir DIR     execute from a specific directory\n  -c CONFIG, --config CONFIG\n                        top-level configuration to load (default:\n                        'svgen.json')\n  --height HEIGHT       height of the document, if not specified by\n                        configuration (default: 100)\n  --width WIDTH         width of the document, if not specified by\n                        configuration (default: 100)\n  --images              generate output images\n  -o OUTPUT, --output OUTPUT\n                        file to write SVG output (default: 'svgen.svg')\n\n```\n\n# Internal Dependency Graph\n\nA coarse view of the internal structure and scale of\n`svgen`'s source.\nGenerated using [pydeps](https://github.com/thebjorn/pydeps) (via\n`mk python-deps`).\n\n![svgen's Dependency Graph](im/pydeps.svg)\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A tool for working with scalable vector graphics.",
    "version": "0.8.5",
    "project_urls": {
        "Homepage": "https://github.com/libre-embedded/svgen"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a00081aa62051435254bbfcbcb81ca2f598c24f97e7f05df4dfd69ebe93de450",
                "md5": "93a338f73b0c14e99b4b70c8ac75cee7",
                "sha256": "e3041d6b742bbd9d3f8f719da787d634c8314cdbc5ac1cfb2651d2d8fd6c4084"
            },
            "downloads": -1,
            "filename": "svgen-0.8.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "93a338f73b0c14e99b4b70c8ac75cee7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12",
            "size": 50582,
            "upload_time": "2025-07-13T21:43:49",
            "upload_time_iso_8601": "2025-07-13T21:43:49.941810Z",
            "url": "https://files.pythonhosted.org/packages/a0/00/81aa62051435254bbfcbcb81ca2f598c24f97e7f05df4dfd69ebe93de450/svgen-0.8.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bf0418ed6c7050e8e84e021d5bf529cda4698a599c5ea7d8ea9a748a5d8f530b",
                "md5": "108ef7915b57c709772605ab90fa8acb",
                "sha256": "d1fe4e4324b7f4c77af133cfd32f5f1be4bb3272915a37e7ef733ea7361b590b"
            },
            "downloads": -1,
            "filename": "svgen-0.8.5.tar.gz",
            "has_sig": false,
            "md5_digest": "108ef7915b57c709772605ab90fa8acb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12",
            "size": 36095,
            "upload_time": "2025-07-13T21:43:51",
            "upload_time_iso_8601": "2025-07-13T21:43:51.273921Z",
            "url": "https://files.pythonhosted.org/packages/bf/04/18ed6c7050e8e84e021d5bf529cda4698a599c5ea7d8ea9a748a5d8f530b/svgen-0.8.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-13 21:43:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "libre-embedded",
    "github_project": "svgen",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "svgen"
}
        
Elapsed time: 0.52971s