Grizzled-python

Latest version: v2.2.0

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

Scan your dependencies

Page 5 of 5

0.5

* Added `grizzled.sys` module, with `python_version()`,
`python_version_string()`, `split_python_version()` and
`ensure_version()` functions.
* Added `grizzled.file.universal_path()` and `grizzled.file.native_path()`.
A universal path always uses a '/' as the file separator, no matter what
the underlying operating system uses. A native path uses the underlying
operating system's path separator. These two functions convert between the
two notations.
* Fixed bug in `grizzled.file.eglob()` stemming from camel case conversion.
* Added `grizzled.os.file_separator()` function.
* Changed `grizzled.os.get_path_separator()` to `grizzled.os.path_separator()`.

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

0.4

* Converted public functions, methods, parameters and variables that use
camel case names to names that are more consistent with standard Python
naming conventions. Existing camel case functions are still in the API,
but are deprecated. Calling them will result in a runtime warning.

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

0.3

* Created `grizzled.io.filelock` module, with a `FileLock` class that
provides a portable file locking interface.
* Added `grizzled.file.eglob()` function.
* Added `grizzled.os.withDirectory()`, a context manager for the `with`
statement.
* Added `grizzled.io.PushbackFile` class
* Added `grizzled.file.copyRecursively()` function
* Moved `CommandLineParser` from `grizzled.optparse` to `grizzled.cmdline`
* Augmented `CommandLineParser` to permit specifying an epilogue to be printed
at the end of the usage message.
* Added `grizzled.net.download()` function
* Added `grizzled.io.Zip` class

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

0.2

* Initial version posted to the web.

Page 5 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.