https://github.com/jesse-sealand/reggia
A pythonic-style library that makes regular expressions (regex) simple.
https://github.com/jesse-sealand/reggia
Last synced: about 1 month ago
JSON representation
A pythonic-style library that makes regular expressions (regex) simple.
- Host: GitHub
- URL: https://github.com/jesse-sealand/reggia
- Owner: jesse-sealand
- License: mit
- Created: 2023-08-25T18:55:03.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-25T19:23:24.000Z (almost 2 years ago)
- Last Synced: 2025-04-11T14:19:12.602Z (2 months ago)
- Language: Python
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
README
# reggia
| | |
| --- | --- |
| Package | [](https://pypi.org/project/reggia/) [](https://pypi.org/project/reggia/) |
| Meta | [](https://github.com/jesse-sealand/reggia/blob/main/LICENSE)|## What is it?
**reggia** A pythonic-style library that makes regular expressions (regex) simple... It aims to be a fundamental tool when working with regex in Python.
## Table of Contents
- [Main Features](#main-features)
- [Where to get it](#where-to-get-it)
- [Dependencies](#dependencies)
- [License](#license)
- [Documentation](#documentation)## Main Features
Here are just a few of the things that reggia does well:- Provides an intuitive interface to the power of regex.
- Able to generate identical regex expressions from user logic.
## Where to get it
The source code is currently hosted on GitHub at:
https://github.com/jesse-sealand/reggiaThe latest released version are available at the [Python
Package Index (PyPI)](https://pypi.org/project/reggia) only at this time.```sh
# PyPI
pip install reggia
```## Dependencies
- Not dependant on packages outside of python core library.## License
[MIT](LICENSE)## Documentation
The official documentation is hosted on [Read the Docs](http://reggia.readthedocs.io/).