Anime-episode-parser

Latest version: v0.0.12

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

Scan your dependencies

Page 2 of 2

0.0.6

Code Refactoring

- make return type always `tuple` ([10](https://github.com/BGmi/anime-episode-parser/issues/10))

BREAKING CHANGES


now `parse_episode()` will always return `tuple`,
and return `(None, None)` for an unparseable title.

0.0.5

Bug Fixes

- episode range with `~`
- episode greater than 1000

0.0.4

Features

- support episode range

0.0.3

Code Refactoring

- return `Tuple[int, int]` for supporting range in the future

BREAKING CHANGE


return type are now `Union[Tuple[int, int], None]` instead of `int`

0.0.2

[v0.0.2](https://github.com/BGmi/anime-episode-parser/compare/v0.0.1...v0.0.2) - 2021-05-18

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.