Library for defining and working with abstract regular expressions that work with any symbol type.
Project description
Library for defining and working with abstract regular expressions that support strings/sequences with elements of any symbol type, with an emphasis on supporting scenarios in which it is necessary to work with regular expressions as abstract mathematical objects.
Package Installation and Usage
The package is available on PyPI:
python -m pip install are
The library can be imported in the usual way:
import are from are import *
Testing and Conventions
All unit tests are executed and their coverage is measured when using nose (see setup.cfg for configution details):
nosetests
The subset of the unit tests included in the module itself can be executed using doctest:
python are/are.py -v
Style conventions are enforced using Pylint:
pylint are
Contributions
In order to contribute to the source code, open an issue or submit a pull request on the GitHub page for this library.
Versioning
Beginning with version 0.1.0, the version number format for this library and the changes to the library associated with version number increments conform with Semantic Versioning 2.0.0.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file are-1.0.0.tar.gz
.
File metadata
- Download URL: are-1.0.0.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.25.1 setuptools/42.0.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 516a3e4f560c8791d345670251ddb1506f860a8cbd3916575f44850da74e0834 |
|
MD5 | 805928f892c4fc404d2dde1f77713272 |
|
BLAKE2b-256 | 520fa95f6f82afc50ef6ac2c83cc7040cf9ac5168560baca5671df8621b03728 |
File details
Details for the file are-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: are-1.0.0-py3-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.25.1 setuptools/42.0.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a1bdd974718268b7731bb03026ef37391a0bc38c12b5c13d3553e7c0c15d23a2 |
|
MD5 | 109bbab40cb63d669dc2a0a6a10c9461 |
|
BLAKE2b-256 | 6257a9eab93759478ee1fcab96002be0520b42e0e86ed2e7b75ad97491e40395 |