Mkdocs-table-reader-plugin

Latest version: v2.2.1

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

Scan your dependencies

Page 4 of 4

0.4.1

Fixed

- Spaces in path or `data_path` option would cause an error 9

0.4

Added

- Add support for a `data_path` option 8

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 4 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.