xsd_to_django_model icon indicating copy to clipboard operation
xsd_to_django_model copied to clipboard

Generate Django models from an XSD schema description (and a bunch of hints)

Results 4 xsd_to_django_model issues
Sort by recently updated
recently updated
newest added

Trying to run `xsd_to_django_model` on Cellosaurus version 7.00 with Python 3.11.7 and `xsd_to_django_model==1.2.1`: ``` > xsd_to_django_model.py cellosaurus.xsd /Cellosaurus WARNING:__main__:Automatic model name: typename1. Consider adding it to TYPE_MODEL_MAP Making model for...

Cellosaurus version 7.00 fixed the bug pointed out here: https://github.com/tuffnatty/xsd_to_django_model/commit/aec21aa5a073b4d1cd4e47565a26e3d24928fdc1#diff-f5b3467a8399a278013c135f8616e23db0b598cfd8d24cfe63a7b4564a8ae5ddR5-R17 This PR modernizes the `cellosaurus.xsd` to account for the fix

- Added entry point to make the package runnable after installation - Linked PyPI in `README.md` with `--help` invocation

with Python 3.9.13 (tags/v3.9.13:6de2ca5, May 17 2022, 16:36:42) [MSC v.1929 64 bit (AMD64)] on win32 pip 24.2 from C:\PythonVenv\myenv\lib\site-packages\pip (python 3.9) _(myenv) PS C:\Sviluppo\myprj\code> pip install xsd-to-django-model_ Collecting xsd-to-django-model Getting...