Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python3-inkex-1.3.0-1.fc37 RPM for noarch

From Fedora 37 updates for x86_64 / Packages / p

Name: python3-inkex Distribution: Fedora Project
Version: 1.3.0 Vendor: Fedora Project
Release: 1.fc37 Build date: Fri Sep 8 17:38:30 2023
Group: Unspecified Build host: buildvm-s390x-19.s390.fedoraproject.org
Size: 1542196 Source RPM: python-inkex-1.3.0-1.fc37.src.rpm
Packager: Fedora Project
Url: https://gitlab.com/inkscape/extensions
Summary: Python extensions for Inkscape core
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.

Provides

Requires

License

GPL-2.0-or-later

Changelog

* Fri Sep 08 2023 Benson Muite <benson_muite@emailplus.org> - 1.3.0-1
  - Initial package

Files

/usr/lib/python3.11/site-packages/inkex
/usr/lib/python3.11/site-packages/inkex-1.3.0.dist-info
/usr/lib/python3.11/site-packages/inkex-1.3.0.dist-info/INSTALLER
/usr/lib/python3.11/site-packages/inkex-1.3.0.dist-info/LICENSE.txt
/usr/lib/python3.11/site-packages/inkex-1.3.0.dist-info/METADATA
/usr/lib/python3.11/site-packages/inkex-1.3.0.dist-info/WHEEL
/usr/lib/python3.11/site-packages/inkex/__init__.py
/usr/lib/python3.11/site-packages/inkex/__pycache__
/usr/lib/python3.11/site-packages/inkex/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/inkex/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/inkex/__pycache__/base.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/inkex/__pycache__/base.cpython-311.pyc
/usr/lib/python3.11/site-packages/inkex/__pycache__/bezier.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/inkex/__pycache__/bezier.cpython-311.pyc
/usr/lib/python3.11/site-packages/inkex/__pycache__/colors.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/inkex/__pycache__/colors.cpython-311.pyc
/usr/lib/python3.11/site-packages/inkex/__pycache__/command.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/inkex/__pycache__/command.cpython-311.pyc
/usr/lib/python3.11/site-packages/inkex/__pycache__/css.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/inkex/__pycache__/css.cpython-311.pyc
/usr/lib/python3.11/site-packages/inkex/__pycache__/extensions.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/inkex/__pycache__/extensions.cpython-311.pyc
/usr/lib/python3.11/site-packages/inkex/__pycache__/inx.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/inkex/__pycache__/inx.cpython-311.pyc
/usr/lib/python3.11/site-packages/inkex/__pycache__/localization.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/inkex/__pycache__/localization.cpython-311.pyc
/usr/lib/python3.11/site-packages/inkex/__pycache__/paths.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/inkex/__pycache__/paths.cpython-311.pyc
/usr/lib/python3.11/site-packages/inkex/__pycache__/ports.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/inkex/__pycache__/ports.cpython-311.pyc
/usr/lib/python3.11/site-packages/inkex/__pycache__/properties.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/inkex/__pycache__/properties.cpython-311.pyc
/usr/lib/python3.11/site-packages/inkex/__pycache__/styles.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/inkex/__pycache__/styles.cpython-311.pyc
/usr/lib/python3.11/site-packages/inkex/__pycache__/transforms.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/inkex/__pycache__/transforms.cpython-311.pyc
/usr/lib/python3.11/site-packages/inkex/__pycache__/turtle.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/inkex/__pycache__/turtle.cpython-311.pyc
/usr/lib/python3.11/site-packages/inkex/__pycache__/tween.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/inkex/__pycache__/tween.cpython-311.pyc
/usr/lib/python3.11/site-packages/inkex/__pycache__/units.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/inkex/__pycache__/units.cpython-311.pyc
/usr/lib/python3.11/site-packages/inkex/__pycache__/utils.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/inkex/__pycache__/utils.cpython-311.pyc
/usr/lib/python3.11/site-packages/inkex/base.py
/usr/lib/python3.11/site-packages/inkex/bezier.py
/usr/lib/python3.11/site-packages/inkex/colors.py
/usr/lib/python3.11/site-packages/inkex/command.py
/usr/lib/python3.11/site-packages/inkex/css.py
/usr/lib/python3.11/site-packages/inkex/deprecated
/usr/lib/python3.11/site-packages/inkex/deprecated-simple
/usr/lib/python3.11/site-packages/inkex/deprecated-simple/README.rst
/usr/lib/python3.11/site-packages/inkex/deprecated-simple/__pycache__
/usr/lib/python3.11/site-packages/inkex/deprecated-simple/__pycache__/bezmisc.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/inkex/deprecated-simple/__pycache__/bezmisc.cpython-311.pyc
/usr/lib/python3.11/site-packages/inkex/deprecated-simple/__pycache__/cspsubdiv.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/inkex/deprecated-simple/__pycache__/cspsubdiv.cpython-311.pyc
/usr/lib/python3.11/site-packages/inkex/deprecated-simple/__pycache__/cubicsuperpath.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/inkex/deprecated-simple/__pycache__/cubicsuperpath.cpython-311.pyc
/usr/lib/python3.11/site-packages/inkex/deprecated-simple/__pycache__/ffgeom.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/inkex/deprecated-simple/__pycache__/ffgeom.cpython-311.pyc
/usr/lib/python3.11/site-packages/inkex/deprecated-simple/__pycache__/run_command.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/inkex/deprecated-simple/__pycache__/run_command.cpython-311.pyc
/usr/lib/python3.11/site-packages/inkex/deprecated-simple/__pycache__/simplepath.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/inkex/deprecated-simple/__pycache__/simplepath.cpython-311.pyc
/usr/lib/python3.11/site-packages/inkex/deprecated-simple/__pycache__/simplestyle.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/inkex/deprecated-simple/__pycache__/simplestyle.cpython-311.pyc
/usr/lib/python3.11/site-packages/inkex/deprecated-simple/__pycache__/simpletransform.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/inkex/deprecated-simple/__pycache__/simpletransform.cpython-311.pyc
/usr/lib/python3.11/site-packages/inkex/deprecated-simple/bezmisc.py
/usr/lib/python3.11/site-packages/inkex/deprecated-simple/cspsubdiv.py
/usr/lib/python3.11/site-packages/inkex/deprecated-simple/cubicsuperpath.py
/usr/lib/python3.11/site-packages/inkex/deprecated-simple/ffgeom.py
/usr/lib/python3.11/site-packages/inkex/deprecated-simple/run_command.py
/usr/lib/python3.11/site-packages/inkex/deprecated-simple/simplepath.py
/usr/lib/python3.11/site-packages/inkex/deprecated-simple/simplestyle.py
/usr/lib/python3.11/site-packages/inkex/deprecated-simple/simpletransform.py
/usr/lib/python3.11/site-packages/inkex/deprecated/__init__.py
/usr/lib/python3.11/site-packages/inkex/deprecated/__pycache__
/usr/lib/python3.11/site-packages/inkex/deprecated/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/inkex/deprecated/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/inkex/deprecated/__pycache__/deprecatedeffect.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/inkex/deprecated/__pycache__/deprecatedeffect.cpython-311.pyc
/usr/lib/python3.11/site-packages/inkex/deprecated/__pycache__/main.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/inkex/deprecated/__pycache__/main.cpython-311.pyc
/usr/lib/python3.11/site-packages/inkex/deprecated/__pycache__/meta.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/inkex/deprecated/__pycache__/meta.cpython-311.pyc
/usr/lib/python3.11/site-packages/inkex/deprecated/deprecatedeffect.py
/usr/lib/python3.11/site-packages/inkex/deprecated/main.py
/usr/lib/python3.11/site-packages/inkex/deprecated/meta.py
/usr/lib/python3.11/site-packages/inkex/elements
/usr/lib/python3.11/site-packages/inkex/elements/__init__.py
/usr/lib/python3.11/site-packages/inkex/elements/__pycache__
/usr/lib/python3.11/site-packages/inkex/elements/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/inkex/elements/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/inkex/elements/__pycache__/_base.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/inkex/elements/__pycache__/_base.cpython-311.pyc
/usr/lib/python3.11/site-packages/inkex/elements/__pycache__/_filters.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/inkex/elements/__pycache__/_filters.cpython-311.pyc
/usr/lib/python3.11/site-packages/inkex/elements/__pycache__/_groups.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/inkex/elements/__pycache__/_groups.cpython-311.pyc
/usr/lib/python3.11/site-packages/inkex/elements/__pycache__/_image.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/inkex/elements/__pycache__/_image.cpython-311.pyc
/usr/lib/python3.11/site-packages/inkex/elements/__pycache__/_meta.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/inkex/elements/__pycache__/_meta.cpython-311.pyc
/usr/lib/python3.11/site-packages/inkex/elements/__pycache__/_parser.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/inkex/elements/__pycache__/_parser.cpython-311.pyc
/usr/lib/python3.11/site-packages/inkex/elements/__pycache__/_polygons.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/inkex/elements/__pycache__/_polygons.cpython-311.pyc
/usr/lib/python3.11/site-packages/inkex/elements/__pycache__/_selected.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/inkex/elements/__pycache__/_selected.cpython-311.pyc
/usr/lib/python3.11/site-packages/inkex/elements/__pycache__/_svg.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/inkex/elements/__pycache__/_svg.cpython-311.pyc
/usr/lib/python3.11/site-packages/inkex/elements/__pycache__/_text.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/inkex/elements/__pycache__/_text.cpython-311.pyc
/usr/lib/python3.11/site-packages/inkex/elements/__pycache__/_use.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/inkex/elements/__pycache__/_use.cpython-311.pyc
/usr/lib/python3.11/site-packages/inkex/elements/__pycache__/_utils.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/inkex/elements/__pycache__/_utils.cpython-311.pyc
/usr/lib/python3.11/site-packages/inkex/elements/_base.py
/usr/lib/python3.11/site-packages/inkex/elements/_filters.py
/usr/lib/python3.11/site-packages/inkex/elements/_groups.py
/usr/lib/python3.11/site-packages/inkex/elements/_image.py
/usr/lib/python3.11/site-packages/inkex/elements/_meta.py
/usr/lib/python3.11/site-packages/inkex/elements/_parser.py
/usr/lib/python3.11/site-packages/inkex/elements/_polygons.py
/usr/lib/python3.11/site-packages/inkex/elements/_selected.py
/usr/lib/python3.11/site-packages/inkex/elements/_svg.py
/usr/lib/python3.11/site-packages/inkex/elements/_text.py
/usr/lib/python3.11/site-packages/inkex/elements/_use.py
/usr/lib/python3.11/site-packages/inkex/elements/_utils.py
/usr/lib/python3.11/site-packages/inkex/extensions.py
/usr/lib/python3.11/site-packages/inkex/gui
/usr/lib/python3.11/site-packages/inkex/gui/README.md
/usr/lib/python3.11/site-packages/inkex/gui/__init__.py
/usr/lib/python3.11/site-packages/inkex/gui/__pycache__
/usr/lib/python3.11/site-packages/inkex/gui/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/inkex/gui/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/inkex/gui/__pycache__/app.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/inkex/gui/__pycache__/app.cpython-311.pyc
/usr/lib/python3.11/site-packages/inkex/gui/__pycache__/asyncme.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/inkex/gui/__pycache__/asyncme.cpython-311.pyc
/usr/lib/python3.11/site-packages/inkex/gui/__pycache__/listview.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/inkex/gui/__pycache__/listview.cpython-311.pyc
/usr/lib/python3.11/site-packages/inkex/gui/__pycache__/pixmap.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/inkex/gui/__pycache__/pixmap.cpython-311.pyc
/usr/lib/python3.11/site-packages/inkex/gui/__pycache__/tester.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/inkex/gui/__pycache__/tester.cpython-311.pyc
/usr/lib/python3.11/site-packages/inkex/gui/__pycache__/window.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/inkex/gui/__pycache__/window.cpython-311.pyc
/usr/lib/python3.11/site-packages/inkex/gui/app.py
/usr/lib/python3.11/site-packages/inkex/gui/asyncme.py
/usr/lib/python3.11/site-packages/inkex/gui/listview.py
/usr/lib/python3.11/site-packages/inkex/gui/pixmap.py
/usr/lib/python3.11/site-packages/inkex/gui/tester.py
/usr/lib/python3.11/site-packages/inkex/gui/window.py
/usr/lib/python3.11/site-packages/inkex/interfaces
/usr/lib/python3.11/site-packages/inkex/interfaces/IElement.py
/usr/lib/python3.11/site-packages/inkex/interfaces/__init__.py
/usr/lib/python3.11/site-packages/inkex/interfaces/__pycache__
/usr/lib/python3.11/site-packages/inkex/interfaces/__pycache__/IElement.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/inkex/interfaces/__pycache__/IElement.cpython-311.pyc
/usr/lib/python3.11/site-packages/inkex/interfaces/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/inkex/interfaces/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/inkex/inx.py
/usr/lib/python3.11/site-packages/inkex/localization.py
/usr/lib/python3.11/site-packages/inkex/paths.py
/usr/lib/python3.11/site-packages/inkex/ports.py
/usr/lib/python3.11/site-packages/inkex/properties.py
/usr/lib/python3.11/site-packages/inkex/styles.py
/usr/lib/python3.11/site-packages/inkex/tester
/usr/lib/python3.11/site-packages/inkex/tester/__init__.py
/usr/lib/python3.11/site-packages/inkex/tester/__pycache__
/usr/lib/python3.11/site-packages/inkex/tester/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/inkex/tester/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/inkex/tester/__pycache__/decorators.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/inkex/tester/__pycache__/decorators.cpython-311.pyc
/usr/lib/python3.11/site-packages/inkex/tester/__pycache__/filters.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/inkex/tester/__pycache__/filters.cpython-311.pyc
/usr/lib/python3.11/site-packages/inkex/tester/__pycache__/inx.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/inkex/tester/__pycache__/inx.cpython-311.pyc
/usr/lib/python3.11/site-packages/inkex/tester/__pycache__/mock.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/inkex/tester/__pycache__/mock.cpython-311.pyc
/usr/lib/python3.11/site-packages/inkex/tester/__pycache__/svg.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/inkex/tester/__pycache__/svg.cpython-311.pyc
/usr/lib/python3.11/site-packages/inkex/tester/__pycache__/test_inx_file.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/inkex/tester/__pycache__/test_inx_file.cpython-311.pyc
/usr/lib/python3.11/site-packages/inkex/tester/__pycache__/word.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/inkex/tester/__pycache__/word.cpython-311.pyc
/usr/lib/python3.11/site-packages/inkex/tester/__pycache__/xmldiff.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/inkex/tester/__pycache__/xmldiff.cpython-311.pyc
/usr/lib/python3.11/site-packages/inkex/tester/decorators.py
/usr/lib/python3.11/site-packages/inkex/tester/filters.py
/usr/lib/python3.11/site-packages/inkex/tester/inkscape.extension.rng
/usr/lib/python3.11/site-packages/inkex/tester/inkscape.extension.schema
/usr/lib/python3.11/site-packages/inkex/tester/inx.py
/usr/lib/python3.11/site-packages/inkex/tester/mock.py
/usr/lib/python3.11/site-packages/inkex/tester/svg.py
/usr/lib/python3.11/site-packages/inkex/tester/test_inx_file.py
/usr/lib/python3.11/site-packages/inkex/tester/word.py
/usr/lib/python3.11/site-packages/inkex/tester/xmldiff.py
/usr/lib/python3.11/site-packages/inkex/transforms.py
/usr/lib/python3.11/site-packages/inkex/turtle.py
/usr/lib/python3.11/site-packages/inkex/tween.py
/usr/lib/python3.11/site-packages/inkex/units.py
/usr/lib/python3.11/site-packages/inkex/utils.py
/usr/share/doc/python3-inkex
/usr/share/doc/python3-inkex/package-readme.md
/usr/share/licenses/python3-inkex
/usr/share/licenses/python3-inkex/LICENSE.txt


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 18:50:33 2024