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

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.

Awesome Lists containing this project

README

        

# reggia
![GitHub (Pre-)Release Date](https://img.shields.io/github/release-date-pre/jesse-sealand/reggia)

| | |
| --- | --- |
| Package | [![PyPI Latest Release](https://img.shields.io/pypi/v/reggia.svg)](https://pypi.org/project/reggia/) [![PyPI - Downloads](https://img.shields.io/pypi/dm/reggia)](https://pypi.org/project/reggia/) |
| Meta | [![PyPI - License](https://img.shields.io/pypi/l/reggia)](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/reggia

The 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/).