Mkdocs-table-reader-plugin

Latest version: v3.1.0

Safety actively analyzes 682416 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 5

0.3

Changed

- Change output format of markdown tables to `tablefmt="pipe"` 3

Fixed

- Multiple tables on the same page didn't work 4

0.2

Changed

- Dropped support for python 3.5. Dependency pandas 1.0 does not support it.

Fixed

- Readers `read_fwf` , `read_excel` and `read_table` were not fully implemented yet, and now work correctly.

Improved

- Dropped use of `eval()` in favor of `ast.literal_eval()` for security reasons. See 1
- Paths now always relative to location of `mkdocs.yml` file instead of project root. This is useful when your project is not in the root of your repo and you use `mkdocs serve -f <path_to_mkdocs.yml>`.
- Expanded unit tests to 100% coverage

0.1

Makes the following markdown tags available:

- `{{ read_csv() }}` passed to [pandas.read_csv()](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.read_csv.html).
- `{{ read_table() }}` passed to [pandas.read_table()](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.read_table.html)`.
- `{{ read_fwf() }}` passed to [pandas.read_fwf()](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.read_fwf.html).
- `{{ read_excel() }}` passed to [pandas.read_excel()](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.read_excel.html).

Page 5 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.