Skip to main content

XML to Ogl Object Model

Project description

CircleCI

CircleCI Maintenance

This project is intended to be used by Pyut Plugin developers to convert Pyut XML files to the Ogl Model classes. These model classes can then be used by the Pyut UI to display as UML Diagrams.


Use as follows:

from untanglepyut.Types import Document
from untanglepyut.Types import DocumentTitle

from untanglepyut.Types import UntangledOglClasses
from untanglepyut.Types import UntangledOglLinks
from untanglepyut.Types import UntangledOglNotes
from untanglepyut.Types import UntangledOglTexts

from untanglepyut.UnTangler import UnTangler

fqFileName: str = 'MultiLinkDocument.xml'
untangler: UnTangler = UnTangler()

untangler.untangleFile(fqFileName=fqFileName)

document: Document = untangler.documents[DocumentTitle('Diagram-1')]

oglClasses: UntangledOglClasses = document.oglClasses
oglLinks: UntangledOglLinks = document.oglLinks
oglNotes: UntangledOglNotes = document.oglNotes
oglTexts: UntangledOglTexts = document.oglTexts

The following is the UML diagram for the Pyut Untangler

UntanglePyut


Developer Notes

This project uses buildlackey for day to day development builds


Written by Humberto A. Sanchez II (C) 2023

Note

For all kind of problems, requests, enhancements, bug reports, etc., please drop me an e-mail.

Humberto's Modified Logo

I am concerned about GitHub's Copilot project

I urge you to read about the Give up GitHub campaign from the Software Freedom Conservancy.

While I do not advocate for all the issues listed there I do not like that a company like Microsoft may profit from open source projects.

I continue to use GitHub because it offers the services I need for free. But, I continue to monitor their terms of service.

Any use of this project's code by GitHub Copilot, past or present, is done without my permission. I do not consent to GitHub's use of this project's code in Copilot.

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

untanglepyut-1.2.7.tar.gz (30.7 kB view details)

Uploaded Source

Built Distribution

untanglepyut-1.2.7-py3-none-any.whl (34.5 kB view details)

Uploaded Python 3

File details

Details for the file untanglepyut-1.2.7.tar.gz.

File metadata

  • Download URL: untanglepyut-1.2.7.tar.gz
  • Upload date:
  • Size: 30.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.0

File hashes

Hashes for untanglepyut-1.2.7.tar.gz
Algorithm Hash digest
SHA256 6f4217e839b8ad2a8761818acb8995c53aab56d892385dd4a9660651f7e2c84b
MD5 726a46543b275f0648ef795489af72eb
BLAKE2b-256 a394db38167a00f395c271e305db4550e82ad32572e71f0fae3442848733faa3

See more details on using hashes here.

File details

Details for the file untanglepyut-1.2.7-py3-none-any.whl.

File metadata

  • Download URL: untanglepyut-1.2.7-py3-none-any.whl
  • Upload date:
  • Size: 34.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.0

File hashes

Hashes for untanglepyut-1.2.7-py3-none-any.whl
Algorithm Hash digest
SHA256 3b2cb7f719adcf78c65e1af1ba2c0b76bb89ac0be904f89ab5957692a2574ebf
MD5 df164b420117863f56b10d1d5e20be38
BLAKE2b-256 bc405a26d21901262d5bd516040d48dba6ad9cb345a162d9cb800745f5f4c369

See more details on using hashes here.

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