Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tybruno/parsers


https://github.com/tybruno/parsers

Last synced: 16 days ago
JSON representation

Awesome Lists containing this project

README

        

# parsers
Library of parsers to be extended or used in other applications and libraries.
#### Key Features:
* **Easy**: Designed with simplicity in mind. Uses modern design principle making the code DRY and Extensible.
* **Great Developer Experience**: Being fully typed makes it great for editor support.
* **There is More!!!**:
* [hosts_parser](https://github.com/tybruno/hosts_parser): Parse a string of host into an iteratable.
* [commands_parser](https://github.com/tybruno/commands_parser): Parse a string of commands into an iteratable.
## Installation
`pip install "git+https://github.com/tybruno/parsers.git#egg=parsers`