mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-18 18:15:50 +00:00
* Retrieve and process summary or full ledgers. * Search using arbitrary criteria (any Python function). * Search using arbitrary formats (any Python function). * Caches ledgers as .gz files to avoid repeated server requests. * Handles ledger numbers, ranges, and special names like validated or closed.
5 lines
82 B
Python
5 lines
82 B
Python
# PLY package
|
|
# Author: David Beazley (dave@dabeaz.com)
|
|
|
|
__all__ = ['lex','yacc']
|