Skip to main content

Python extensions for Inkscape core, separated out from main repository.

Project description

inkex & Inkscape extensions

This package supports Inkscape extensions.

It provides

  • a simplification layer for SVG manipulation through lxml
  • base classes for common types of Inkscape extensions
  • simplified testing of those extensions
  • a user interface library based on GTK3

At its core, Inkscape extensions take in a file, and output a file.

  • For effect extensions, those two files are SVG files.
  • For input extensions, the input file may be any arbitrary file and the output is an SVG.
  • For output extensions, the input is an SVG file while the output is an arbitrary file.
  • Some extensions (e.g. the extensions manager) don't manipulate files.

This folder also contains the stock Inkscape extensions, i.e. the scripts that implement some commands that you can use from within Inkscape. Most of these commands are in the Extensions menu, or in the Open / Save dialogs.

Documentation

The latest documentation for how to develop Inkscape extensions can be found at https://inkscape.gitlab.io/extensions/documentation/.

Installation

pip install inkex

Inkex releases are currently synchronous with Inkscape releases and share the same version number.

Publishing an extension on the Inkscape website

Follow the guide on https://inkscape.gitlab.io/extensions/documentation/authors/submit.html#i-want-to-submit-my-extension.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

inkex-1.3.1.tar.gz (156.7 kB view hashes)

Uploaded Source

Built Distribution

inkex-1.3.1-py3-none-any.whl (197.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page