python-svgwrite
Port variant v11
Summary Python library to create SVG drawings (3.11)
Package version 1.4.3
Homepage https://github.com/mozman/svgwrite.git
Keywords python
Maintainer Python Automaton
License Not yet specified
Other variants v12
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 09 OCT 2023, 04:40:21 UTC
Port created 01 JAN 2023, 17:21:46 UTC
Subpackage Descriptions
single svgwrite ======== This package is inactive! No new features will be added, there will be no change of behavior, just bugfixes will be merged. Abstract -------- A Python library to create SVG drawings. a simple example:: import svgwrite dwg = svgwrite.Drawing('test.svg', profile='tiny') dwg.add(dwg.line((0, 0), (10, 0), stroke=svgwrite.rgb(10, 10, 16, '%'))) dwg.add(dwg.text('Test', insert=(0, 0.2), fill='red')) dwg.save() for more examples see: examples.py As the name `svgwrite` implies, `svgwrite` creates new SVG drawings, it does not read existing drawings and also does not import existing drawings, but you can always include other SVG drawings by the entity. `svgwrite` is a pure Python package and has no external dependencies. Installation ------------ with pip:: pip install svgwrite or from source:: python setup.py install Documentation ------------- http://readthedocs.org/docs/svgwrite/ svgwrite can be found on GitHub.com at: http://github.com/mozman/svgwrite.git Contact ------- svgwrite@mozman.at NEWS ==== Version 1.4.3 - 2022-07-14 -------------------------- * BUGFIX: `#114 `_ Polyline validation by @normanrz Version 1.4.2 - 2022-03-23 -------------------------- * This package is INACTIVE! * No new features will be added. * There will be no change of behavior. * Only bugfixes will be merged. * Merged some contributions and bugfixes. Version 1.4.1 - 2021-01-15 -------------------------- * This package is in maintenance mode, no new features will be added, there will be no change of behavior, just bugfixes will be merged. * Merged some contributions and bugfixes. Version 1.4 - 2020-03-28 ------------------------ * Requires Python 3.6 * Removed Python2 support * Optimized/faster ``svgparser.py`` module by Florian Festi * Removed batch files to run tests on Windows, use pytest or tox instead Version 1.3.1 - 2019-06-28 -------------------------- * BUGFIX: changed license of module shapes.py to MIT license Version 1.3.0 - 2019-06-23 -------------------------- * Dropping Python 2 support in v1.4
Configuration Switches (platform-specific settings discarded)
PY311 ON Build using Python 3.11 PY312 OFF Build using Python 3.12
Package Dependencies by Type
Build (only) python-pip:single:v11
autoselect-python:single:standard
Build and Runtime python311:single:standard
Download groups
main mirror://PYPIWHL/84/15/640e399579024a6875918839454025bb1d5f850bb70d96a11eabb644d11c
Distribution File Information
bb6b2b5450f1edbfa597d924f9ac2dd099e625562e492021d7dd614f65f8a22d 67122 svgwrite-1.4.3-py3-none-any.whl
Ports that require python-svgwrite:v11
No other ports depend on this one.