regfex


Nameregfex JSON
Version 1.0.3 PyPI version JSON
download
home_pagehttps://github.com/woidzero/regfex
SummaryGet regular expressions from .re files!
upload_time2023-01-19 16:48:27
maintainer
docs_urlNone
authorwoidzero
requires_python
licenseMIT License
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # RegFex
Get regular expressions from .re files!

[![PyPI](https://img.shields.io/pypi/v/regfex)](https://pypi.org/project/regfex)
[![PyPI Downloads](https://img.shields.io/pypi/dm/regfex)](https://pypi.org/project/regfex)
[![Python Version](https://img.shields.io/badge/python-3.x-white)](https://pypi.org/project/regfex)


## Installation
```
pip install regfex
```

## Usage 
```python
import regfex

expression = regfex.loadFile("expressions.re").getKey("expr")

print(expression) # Output: ^[0-9]{4}$
```
```yml
expr: ^[0-9]{4}$
```

## Support
For support [join my Discord server](https://discord.gg/js5pDBSK) or email me - [woidzeroo@gmail.com](mailto://woidzeroo@gmail.com)!

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/woidzero/regfex",
    "name": "regfex",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "woidzero",
    "author_email": "woidzeroo@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/fc/23/78412f4f94f87fdeedf26ffdf72cc141a7c0f64764c59253965e7d1c0d42/regfex-1.0.3.tar.gz",
    "platform": null,
    "description": "# RegFex\nGet regular expressions from .re files!\n\n[![PyPI](https://img.shields.io/pypi/v/regfex)](https://pypi.org/project/regfex)\n[![PyPI Downloads](https://img.shields.io/pypi/dm/regfex)](https://pypi.org/project/regfex)\n[![Python Version](https://img.shields.io/badge/python-3.x-white)](https://pypi.org/project/regfex)\n\n\n## Installation\n```\npip install regfex\n```\n\n## Usage \n```python\nimport regfex\n\nexpression = regfex.loadFile(\"expressions.re\").getKey(\"expr\")\n\nprint(expression) # Output: ^[0-9]{4}$\n```\n```yml\nexpr: ^[0-9]{4}$\n```\n\n## Support\nFor support [join my Discord server](https://discord.gg/js5pDBSK) or email me - [woidzeroo@gmail.com](mailto://woidzeroo@gmail.com)!\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Get regular expressions from .re files!",
    "version": "1.0.3",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6998fdde6d174e8b9e9555174334b273dd6cbec172e02b6c6a9accda2cdd7fae",
                "md5": "587761addd7077da209cc911060fcb28",
                "sha256": "2cb0c72ff66168acfef9961ff25d5a3430760db6ca36ef80bd786cdc0f899cce"
            },
            "downloads": -1,
            "filename": "regfex-1.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "587761addd7077da209cc911060fcb28",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 2999,
            "upload_time": "2023-01-19T16:48:25",
            "upload_time_iso_8601": "2023-01-19T16:48:25.352231Z",
            "url": "https://files.pythonhosted.org/packages/69/98/fdde6d174e8b9e9555174334b273dd6cbec172e02b6c6a9accda2cdd7fae/regfex-1.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fc2378412f4f94f87fdeedf26ffdf72cc141a7c0f64764c59253965e7d1c0d42",
                "md5": "078f6282c201d10151e7648d68883c9d",
                "sha256": "e1ccb61205f9c2d5cdff25ddaf580b492d76b745d618a98fb60e7f8afaebbde7"
            },
            "downloads": -1,
            "filename": "regfex-1.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "078f6282c201d10151e7648d68883c9d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2582,
            "upload_time": "2023-01-19T16:48:27",
            "upload_time_iso_8601": "2023-01-19T16:48:27.065703Z",
            "url": "https://files.pythonhosted.org/packages/fc/23/78412f4f94f87fdeedf26ffdf72cc141a7c0f64764c59253965e7d1c0d42/regfex-1.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-19 16:48:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "woidzero",
    "github_project": "regfex",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "regfex"
}
        
Elapsed time: 0.08627s