pystext


Namepystext JSON
Version 0.0.1a1 PyPI version JSON
download
home_pagehttps://github.com/jbschwartz/pystext
SummaryBare-bones IEC 61131 Structured Text programming language parsing
upload_time2024-02-25 17:41:19
maintainer
docs_urlNone
authorJames Schwartz
requires_python>=3.10
licenseMIT
keywords iec 61131 structured text parser
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pystext v0.0.1a1 ![Badge](https://github.com/jbschwartz/pystext/actions/workflows/ci.yml/badge.svg)

A bare-bones IEC 61131 Structured Text programming language parser.

## Installation

Use `poetry` to install all of the dependencies. For example:

```
$ pip install poetry
$ poetry install
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/jbschwartz/pystext",
    "name": "pystext",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "iec 61131,structured text,parser",
    "author": "James Schwartz",
    "author_email": "james@schwartz.engineer",
    "download_url": "https://files.pythonhosted.org/packages/87/b8/9a129a76dd40d3dea02d25a60892e0593845266dc134ef502beef2c45284/pystext-0.0.1a1.tar.gz",
    "platform": null,
    "description": "# pystext v0.0.1a1 ![Badge](https://github.com/jbschwartz/pystext/actions/workflows/ci.yml/badge.svg)\n\nA bare-bones IEC 61131 Structured Text programming language parser.\n\n## Installation\n\nUse `poetry` to install all of the dependencies. For example:\n\n```\n$ pip install poetry\n$ poetry install\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Bare-bones IEC 61131 Structured Text programming language parsing",
    "version": "0.0.1a1",
    "project_urls": {
        "Homepage": "https://github.com/jbschwartz/pystext",
        "Repository": "https://github.com/jbschwartz/pystext"
    },
    "split_keywords": [
        "iec 61131",
        "structured text",
        "parser"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "af7a25c99a44482926d2ca5b0e437a0a9c87551e921644d9b9ba98dac59195ed",
                "md5": "b8d9b1985418974261804332cdcb9c54",
                "sha256": "f0f9db209817f98e150d0665e3a7c97d19c72162e48ee47833371fa4f5b3be2d"
            },
            "downloads": -1,
            "filename": "pystext-0.0.1a1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b8d9b1985418974261804332cdcb9c54",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 1820,
            "upload_time": "2024-02-25T17:41:17",
            "upload_time_iso_8601": "2024-02-25T17:41:17.044094Z",
            "url": "https://files.pythonhosted.org/packages/af/7a/25c99a44482926d2ca5b0e437a0a9c87551e921644d9b9ba98dac59195ed/pystext-0.0.1a1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "87b89a129a76dd40d3dea02d25a60892e0593845266dc134ef502beef2c45284",
                "md5": "4e02d944d4cdfb2d461398ff0b7bd834",
                "sha256": "251eaaad72d93778c4170c2598e819cfe5f41365a94fa4880f742b4919e3c08f"
            },
            "downloads": -1,
            "filename": "pystext-0.0.1a1.tar.gz",
            "has_sig": false,
            "md5_digest": "4e02d944d4cdfb2d461398ff0b7bd834",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 1659,
            "upload_time": "2024-02-25T17:41:19",
            "upload_time_iso_8601": "2024-02-25T17:41:19.443258Z",
            "url": "https://files.pythonhosted.org/packages/87/b8/9a129a76dd40d3dea02d25a60892e0593845266dc134ef502beef2c45284/pystext-0.0.1a1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-25 17:41:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jbschwartz",
    "github_project": "pystext",
    "github_not_found": true,
    "lcname": "pystext"
}
        
Elapsed time: 0.19149s