Skip to main content

Simple interface to edit drawio files

Project description

Drawioedit is a simple interface to edit drawio files. It uses N2G functions and adds some features.

Features

Drawioedit has following features:
  • load embedded drawio from png files

  • set styles of shapes and links

  • all of the N2G drawio features

Installation

Install drawioedit by running:

pip3 install drawioedit

Examples

import sys
sys.path.insert(0, "../")
from drawioedit import DrawIOEdit
import os
red='#ff0000'
base_path=os.path.dirname(os.path.realpath(__file__))
drawing=DrawIOEdit(file_path=f'{base_path}/input.drawio.svg')
drawing.set_shape_color('DC1-SW1',red)
drawing.set_shape_color('bbnew-1',red)
drawing.set_shape_color('iperf-1',red)
drawing.set_shape_color('iperf-3',red)

for link in drawing.find_link_between_nodes('DC1-SW1','bbnew-1'):
    link.attrib['style']=drawing._edit_style(link.attrib['style'],'strokeColor',red)

for link in drawing.find_link_between_nodes('Backbone-1','BB-new'):
    link.attrib['style']=drawing._edit_style(link.attrib['style'],'strokeColor',red)

print(f'saving {base_path}/output.drawio.png')
drawing.save(f'{base_path}/output.drawio.png')
print(f'saving {base_path}/output.drawio.svg')
drawing.save(f'{base_path}/output.drawio.svg')
print(f'saving {base_path}/output.drawio.jpg')
drawing.save(f'{base_path}/output.drawio.jpg')
print(f'saving {base_path}/output.drawio')
drawing.save(f'{base_path}/output.drawio')

Contribute

Roadmap

Selected Roadmap items:
  • add class documentation

For documentation please refer to https://drawioedit.readthedocs.io/en/latest/

License

This project is licensed under the Apache License Version 2.0

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

drawioedit-0.4.3-py3-none-any.whl (21.8 kB view details)

Uploaded Python 3

File details

Details for the file drawioedit-0.4.3-py3-none-any.whl.

File metadata

  • Download URL: drawioedit-0.4.3-py3-none-any.whl
  • Upload date:
  • Size: 21.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for drawioedit-0.4.3-py3-none-any.whl
Algorithm Hash digest
SHA256 6ceed282df004edde40e69dac3690cd59ce016236f9a1034c07090b9ed3193fc
MD5 59239bebcbea61c77fd8ee9c8da56d20
BLAKE2b-256 810e524f11e287c326d7e75d02031302e550d1927f620f5d4e8ee966d78d1f20

See more details on using hashes here.

Supported by

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