Json-lines

Latest version: v0.5.0

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

Scan your dependencies

0.5.0

------------------

This release has no new features or changes in the user-facing API;
two internal functions are moved:

- ``json_lines._lib._maybe_gzip_open`` is renamed to
``json_lines.utils.maybe_gzip_open``;
- ``json_lines._lib._path_to_str`` is renamed to
``json_lines.utils.path_to_str``.

0.4.0

------------------

- Backwards incompatible: ``json_lines.open_file`` is made private and
renamed to ``json_lines._lib._maybe_gzip_open``;
- ``json_lines.open`` now supports pathlib.Path objects;
- docstrings are added to more functions;
- logging now uses "json_lines" logger;
- logging no longer uses string formatting;
- Python 3.7 support.

0.3.1

------------------

- README fixed

0.3.0

------------------

- Resume reading after error for plain and compressed files (2)

0.2.0

------------------

- ``json_lines.open`` added, ``open_file`` removed from docs

0.1.1

------------------

Initial release

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.