Linesep

Latest version: v0.5.0

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

Scan your dependencies

Page 1 of 2

0.5.0

-------------------
- Added `UnicodeNewlineSplitter` for incremental splitting on Unicode line
ending sequences
- Added `ParagraphSplitter` for incremental splitting on blank lines

0.4.0

-------------------
- Passing a regular expression separator to a `read_*()` function is now
deprecated, and support will be removed in version 1.0.
- Added `TerminatedSplitter`, `PrecededSplitter`, `SeparatedSplitter`, &
`UniversalNewlineSplitter` classes and `get_newline_splitter()` function for
incremental splitting of strings in chunks
- Drop support for Python 3.6
- Moved documentation from README file to a Read the Docs site

0.3.1

-------------------
- Support Python 3.10
- Refine return type annotation on `read_paragraphs()`

0.3.0

-------------------
- Added `ascii_splitlines()`, `read_paragraphs()`, and `split_paragraphs()`
functions

0.2.0

-------------------
- Now support only Python 3.6 and up (tested through 3.9) and PyPy3
- Add type annotations
- Renamed the "`size`" parameter of the `read_*` functions to `chunk_size`
- Add API documentation to README

0.1.1

-------------------
- Remove a `PendingDeprecationWarning` generated in newer versions of Python
3.5 and 3.6
- More testing infrastructure
- PyPy now supported

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.