Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tybruno/parsers
https://github.com/tybruno/parsers
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tybruno/parsers
- Owner: tybruno
- License: mit
- Created: 2021-08-06T16:18:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-06T21:31:25.000Z (over 3 years ago)
- Last Synced: 2024-10-18T14:29:39.378Z (2 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`