Unrepl

Latest version: v1.0.6

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

Scan your dependencies

1.0.5

-------------------------
Now raises a ValueError instead of IncorrectClipboardError if
the code is not proper REPL code.

The default for use_print_statements in unrepl is now True.

Resulting code now always ends with a linefeed.

1.0.4

-------------------------
Code lines where the actual code starts with are ignored now.

If you import with
from unrepl import unrepl
the IncorrectClipboardError and __version__ were not reachable anymore.
Now the function unrepl supports these two variables as
unrepl.IncorrectClipboardError
and
unrepl.__version__

Tests added to the repository (in test_unrepl.py)l

1.0.3

-------------------------
Lines that just start with >>> or ... without any content are now ignored completely

1.0.2

-------------------------
The package is now also available on PyPI.

1.0.1

-------------------------
When 'use_print_statements' is True, _ is calculated as well.
This also simplifies the print statement itself.

1.0.0

-------------------------
Initial version

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.