Metadata-Version: 2.1
Name: django-xmi
Version: 0.0.1
Summary: Django models from XMI spec.
Home-page: https://github.com/sanbales/django-xmi
Author: Santiago Balestrini-Robinson
Author-email: sanbales@gmail.com
License: GPLv3
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet :: WWW/HTTP
License-File: LICENSE

# django-xmi
A Django app that creates Django models from an XMI spec.

The basic gist is to be able to make Django models from XML Model Interchange
specifications so UML, SysML, and other languages can be represented in a
Django model.

# Note
This is currently in development.  If you have an interested to collaborate,
please let me know.
