Colibrie

Latest version: v1.2

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

Scan your dependencies

1.2

This release is focus on code readability and maintenance

- Adding a docstring for each function explaining the purpose and how it works

- Adding typing for the whole project for more for more self-explanatory code

- Small refactoring of some function name / variable for more self-explanatory code

- Add black linter

1.1.3

- Improve README.md with more information about the library and what you can expect from it
- Update the `table.to_df()` method which is now giving a more fidel output, previous method was to use `pd.read_html()` after a `table.to_html()`

1.1.2

Code cleaning

- clean a few files that were conflicting with jupyter-lab checkpoint

1.1.1

Update package manager to poetry

1.1

**1 - Adding a new debug mode which permit much more granularity**

Add a debug object associated to each table

- `table.debug`

Add 4 debug method

- `table.debug.show_cells()`
- `table.debug.show_border()`
- `table.debug.show_intersections()`
- `table.debug.show_lines()`

**2 - Code cleaning**

remove some unused import and print

1.0

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.