معرفی شرکت ها


DataExtruder-0.1.3


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Render data from diffrent data-sources and jinaj2 template
ویژگی مقدار
سیستم عامل -
نام فایل DataExtruder-0.1.3
نام DataExtruder
نسخه کتابخانه 0.1.3
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Malte Brodersen
ایمیل نویسنده malte.brodersen@exoit.de
آدرس صفحه اصلی https://github.com/derBroBro/DataExtruder
آدرس اینترنتی https://pypi.org/project/DataExtruder/
مجوز MIT
# About The idea behind this project is, that you often have some centralizes systems containing your data. From these you want to generate several kind of content. This content could be html, markdown, terraform code or a lot more. Exaclty this is done by the utility. It takes a data-source and transforms it into content. The transformation/rendering is done by [cookiecutter](https://github.com/cookiecutter/cookiecutter) which offers jinja2 templating for more complex projects. The data can be loaded from several source. Currently supported: - [Directus](https://github.com/directus/directus) In planning: - Google Sheets > Please note: [python-sdk](https://github.com/vvatelot/directus-sdk-python) is included directly, as no pip package is available during creation. Full credtis are going to the creator for this part! # Usage Create a json file with the required information included. Call the CLI as follow: ```app.py --template git+https://foo.bar``` ## Installation Run `pip install DataExtruder` ## Paramters | Paramter | Default | Description | | ------------- | ------------- | ----- | | --config | config.josn | The config file used | | --template | NONE | The template folder or url used | | --target | target | The output directory | | --log-level | INFO | The log level | # Modules ## Directus Example ``` { "source_type": "directus", "url": "http://localhost:8080", "username": "email@example.com", "password": "yourpasswordHere", "model": [ { "name": "users", "collection": "employee", "fields": [ "*" ] } } ``` Some variables can be overwritten by Environment variables. `username` - `DATAEXTRUDER_DIRECTUS_USERNAME` `password` - `DATAEXTRUDER_DIRECTUS_PASSWORD`


نحوه نصب


نصب پکیج whl DataExtruder-0.1.3:

    pip install DataExtruder-0.1.3.whl


نصب پکیج tar.gz DataExtruder-0.1.3:

    pip install DataExtruder-0.1.3.tar.gz