Useful binary-related utility functions.
Classes and objects to aid in the construction of line-oriented command interpreters.
Classes and objects to aid in the construction of line-oriented command
interpreters. This package is very similar, in concept, to the Python
cmd module (though its implementation differs quite a bit).
Some collection-related helpers.
Classes and objects to aid in the parsing of INI-style configuration files.
Classes and objects to aid in the parsing of INI-style configuration
files. This package is similar, in concept, to the Python
ConfigParser module (though its implementation and capabilities
differ quite a bit).
Helpers for the Scala Either class.
File-related classes and utilities.
File-related classes and utilities. This package is distinguished from
the grizzled.io package in that this package operates on files and
paths, not on open streams or sources.
I/O-related classes and utilities.
I/O-related classes and utilities. This package is distinguished from
the grizzled.file package in that this package operates on
already-open Java InputStream, OutputStream, Reader and Writer
objects, and on Scala Source objects.
See grizzled.file
Miscellaneous math and statistics utilities.
Network-related utility methods and classes.
Methods and classes useful for parsing various things.
Some reflection-related utility methods and classes.
String- and text-related classes.
System-related utility functions and definitions.
Miscellaneous utility functions and methods not otherwise categorized.
This package is deprecated and will be removed in a future version of this library.
This package is deprecated and will be removed in a future version of this library. JLine2 is a better alternative, and it's more consistent with other Scala tools.
The grizzled.readline package provides a common front-end API to
various underlying readline and readline-like implementations, including
GNU Readline,
Editline, and
JLine.
Use JLine2 <https://github.com/jline/jline2>
The Grizzled Scala Library contains a variety of miscellaneous, general purpose utility classes and objects.
The home page for the Grizzled Scala Library is http://software.clapper.org/grizzled-scala/. Please see that page for complete details, including installation instructions.