Contents

vpype 1.14.0

0

The Swiss Army knife of vector graphics for pen plotters

The Swiss Army knife of vector graphics for pen plotters

Stars: 654, Watchers: 654, Forks: 59, Open Issues: 61

The abey79/vpype repo was created 4 years ago and the last code push was 4 days ago.
The project is popular with 654 github stars!

How to Install vpype

You can install vpype using pip

pip install vpype

or add it to a project with poetry

poetry add vpype

Package Details

Author
Antoine Beyeler
License
MIT
Homepage
https://github.com/abey79/vpype
PyPi:
https://pypi.org/project/vpype/
Documentation:
https://vpype.readthedocs.io/en/latest/
GitHub Repo:
https://github.com/abey79/vpype

Classifiers

  • Artistic Software
  • Multimedia/Graphics
No  vpype  pypi packages just yet.

Errors

A list of common vpype errors.

Code Examples

Here are some vpype code examples and snippets.

GitHub Issues

The vpype package has 61 open issues on GitHub

  • Bump pyinstaller-hooks-contrib from 2023.6 to 2023.7
  • Bump mypy from 1.4.1 to 1.5.1
  • Bump sphinx-autodoc-typehints from 1.23.3 to 1.24.0
  • Bump asteval from 0.9.30 to 0.9.31
  • Bump glcontext from 2.3.7 to 2.4.0

See more issues on GitHub

Related Packages & Articles

svglib 1.5.1

A pure-Python library for reading and converting SVG

svgwrite code examples

These python code examples will show you how to use the svgwrite module to generate svg images.

svgtrace 2024

Leverage playwright and the imagetrace.js library to trace a bitmap to svg in python

svgwrite 1.4.3

svgwrite is a powerful Python library designed to generate SVG (Scalable Vector Graphics) images. It's a library that allows you to create SVG files in a pythonic way without having to write raw XML. It provides an intuitive and straightforward interface for creating complex SVG images, making it a valuable tool for any Python developer working with vector graphics and performing svg image generation. The library is standalone and does not depend on any other Python packages.