معرفی شرکت ها


docums-table-reader-plugin-1.0.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Docums plugin to directly insert tables from files into markdown.
ویژگی مقدار
سیستم عامل -
نام فایل docums-table-reader-plugin-1.0.0
نام docums-table-reader-plugin
نسخه کتابخانه 1.0.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده NKDuy
ایمیل نویسنده kn145660@gmail.com
آدرس صفحه اصلی https://github.com/khanhduy1407/docums-table-reader-plugin
آدرس اینترنتی https://pypi.org/project/docums-table-reader-plugin/
مجوز MIT
[![Actions Status](https://github.com/timvink/mkdocs-table-reader-plugin/workflows/pytest/badge.svg)](https://github.com/timvink/mkdocs-table-reader-plugin/actions) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mkdocs-table-reader-plugin) ![PyPI](https://img.shields.io/pypi/v/mkdocs-table-reader-plugin) ![PyPI - Downloads](https://img.shields.io/pypi/dm/mkdocs-table-reader-plugin) [![codecov](https://codecov.io/gh/timvink/mkdocs-table-reader-plugin/branch/master/graph/badge.svg)](https://codecov.io/gh/timvink/mkdocs-table-reader-plugin) ![GitHub contributors](https://img.shields.io/github/contributors/timvink/mkdocs-table-reader-plugin) ![PyPI - License](https://img.shields.io/pypi/l/mkdocs-table-reader-plugin) # mkdocs-table-reader-plugin [MkDocs](https://www.mkdocs.org/) plugin that adds a `{{ read_csv('table.csv') }}` markdown tag to directly insert CSV files as a table into a page. > For a workflow with other plugins see the blogpost [building reproducible reports with MkDocs](https://timvink.nl/reproducible-reports-with-mkdocs/) ## Installation Install the plugin using `pip3`: ```bash pip3 install mkdocs-table-reader-plugin ``` Next, add the following lines to your `mkdocs.yml`: ```yml plugins: - search - table-reader ``` > If you have no `plugins` entry in your config file yet, you'll likely also want to add the `search` plugin. MkDocs enables it by default if there is no `plugins` entry set. ## Usage In your markdown documents you can now use: ```html {{ read_csv('path_to_table.csv') }} ``` Where the path is relative to the location of your project's `mkdocs.yml` file. ## Documentation See [timvink.github.io/mkdocs-table-reader-plugin/](https://timvink.github.io/mkdocs-table-reader-plugin/).


زبان مورد نیاز

مقدار نام
>=3.6 Python


نحوه نصب


نصب پکیج whl docums-table-reader-plugin-1.0.0:

    pip install docums-table-reader-plugin-1.0.0.whl


نصب پکیج tar.gz docums-table-reader-plugin-1.0.0:

    pip install docums-table-reader-plugin-1.0.0.tar.gz