معرفی شرکت ها


django-models2puml-0.2


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A Django app to generate PlantUML class diagrams of installed apps models.
ویژگی مقدار
سیستم عامل -
نام فایل django-models2puml-0.2
نام django-models2puml
نسخه کتابخانه 0.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Abdelrahman Ghareeb
ایمیل نویسنده abdelrahman@slashproc.net
آدرس صفحه اصلی https://github.com/BooDy/django-models2puml
آدرس اینترنتی https://pypi.org/project/django-models2puml/
مجوز GPL v3.0
# Django models2puml Django models to PlantUML is a Django application which provides a management command to generate a PlantUML class diagram based on the install apps Django models. For more information about the PlantUML tool and text format https://plantuml.com ## Installation & usage 1. to use the application first you need to install it in your environment using pip: ``` pip install django-models2puml ``` 2. Add the application to your settings INSTALLED_APPS: ``` INSTALLED_APPS = [ ... 'models2puml', ] ``` 3. Use the newly available management command using manage.py ``` ./manage.py generatepuml --apps <Installed app name(s)> ``` 4. The output of the command is a plantUML text description of a class diagram of your installed apps models ## ToDo - Add class relationships - Add the option to output the text to a file - Clean up the code - Add test coverage - Add the option to generate the diagram as an image (Not sure if this is appropriate here, will only add this option if convinced it's worth the added dependencies)


نحوه نصب


نصب پکیج whl django-models2puml-0.2:

    pip install django-models2puml-0.2.whl


نصب پکیج tar.gz django-models2puml-0.2:

    pip install django-models2puml-0.2.tar.gz