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.0-py3-none-any.whl (20.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: drawioedit-0.4.0-py3-none-any.whl
  • Upload date:
  • Size: 20.1 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.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d7c247b4d8ae0f616a6d4d08a57cfa9e8a012636b22a128c8115204e394a5b23
MD5 4f670c2b2244487c90b07f462276413d
BLAKE2b-256 7080483ea8fe0113f770446502989c663fde69720b11c42d482f2c2033a4abf7

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