Skip to main content

Small script to extract layers from inscape svg

Project description

# Inkscape svg layer extractor

Small script to extract layers from inscape svg

## Setup environment

To setup a development environment and install all requirements run the following commands (example for windows):

python -m venv venv venv/Scripts/activate python -m pip install -r requirements.txt

## Build and deploy

### Build

python setup.py sdist bdist_wheel

### Deploy

TestPyPI:

python -m twine upload –repository-url https://test.pypi.org/legacy/ dist/*

PyPi:

python -m twine upload dist/*

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

inkscape_svg_layer_extractor-0.0.2.tar.gz (16.3 kB view hashes)

Uploaded Source

Built Distribution

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