op-parser


Nameop-parser JSON
Version 0.1.1 PyPI version JSON
download
home_page
SummaryExecutable Shlaer-Mellor External Entity Operation Parser
upload_time2023-08-22 16:24:40
maintainer
docs_urlNone
author
requires_python>=3.11
licenseMIT License Copyright (c) 2019-2023 Leon Starr Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords action language executable uml method operation external entity mbse xuml xtuml platform independent sysml
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Executable UML External Entity Operation Parser

Parses an *.op file (operation) to yield an abstract syntax tree using python named tuples

### Why you need this

You need to process an *.op file in preparation for populating a database or some other purpose

### Installation

Create or use a python 3.11+ environment. Then

% pip install op-parser

At this point you can invoke the parser via the command line or from your python script.

#### From your python script

You need this import statement at a minimum:

    from op-parser.parser import OpParser

You then specify a path as shown:

    result = OpParser.parse_file(file_input=path_to_file, debug=False)

The `result` will be a list of parsed operation statements. You may find the header of the `visitor.py`
file helpful in interpreting these results.

#### From the command line

This is not the intended usage scenario, but may be helpful for testing or exploration. Since the parser
may generate some diagnostic info you may want to create a fresh working directory and cd into it
first. From there...

    % eeop arrived-at-floor.op

The .op extension is not necessary, but the file must contain operation text. See this repository's wiki for
more about the xsm language. The grammar is defined in the [operation.peg](https://github.com/modelint/op-parser/blob/main/src/op_parser/operation.peg) file. (if the link breaks after I do some update to the code, 
just browse through the code looking for the operation.peg file, and let me know so I can fix it)

You can also specify a debug option like this:

    % eeop arrived-at-floor.op -D

This will create a diagnostics folder in your current working directory and deposit a couple of PDFs defining
the parse of both the state model grammar: `operation_tree.pdf` and your supplied text: `operation.pdf`.

You should also see a file named `op-parser.log` in a diagnostics directory within your working directory

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "op-parser",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": "",
    "keywords": "action language,executable uml,method,operation,external entity,mbse,xuml,xtuml,platform independent,sysml",
    "author": "",
    "author_email": "Leon Starr <leon_starr@modelint.com>",
    "download_url": "https://files.pythonhosted.org/packages/8f/5f/04f8d2d998a5812c148aab381b4052875ea6f1b882b768e44e3b28d258bf/op-parser-0.1.1.tar.gz",
    "platform": null,
    "description": "# Executable UML External Entity Operation Parser\n\nParses an *.op file (operation) to yield an abstract syntax tree using python named tuples\n\n### Why you need this\n\nYou need to process an *.op file in preparation for populating a database or some other purpose\n\n### Installation\n\nCreate or use a python 3.11+ environment. Then\n\n% pip install op-parser\n\nAt this point you can invoke the parser via the command line or from your python script.\n\n#### From your python script\n\nYou need this import statement at a minimum:\n\n    from op-parser.parser import OpParser\n\nYou then specify a path as shown:\n\n    result = OpParser.parse_file(file_input=path_to_file, debug=False)\n\nThe `result` will be a list of parsed operation statements. You may find the header of the `visitor.py`\nfile helpful in interpreting these results.\n\n#### From the command line\n\nThis is not the intended usage scenario, but may be helpful for testing or exploration. Since the parser\nmay generate some diagnostic info you may want to create a fresh working directory and cd into it\nfirst. From there...\n\n    % eeop arrived-at-floor.op\n\nThe .op extension is not necessary, but the file must contain operation text. See this repository's wiki for\nmore about the xsm language. The grammar is defined in the [operation.peg](https://github.com/modelint/op-parser/blob/main/src/op_parser/operation.peg) file. (if the link breaks after I do some update to the code, \njust browse through the code looking for the operation.peg file, and let me know so I can fix it)\n\nYou can also specify a debug option like this:\n\n    % eeop arrived-at-floor.op -D\n\nThis will create a diagnostics folder in your current working directory and deposit a couple of PDFs defining\nthe parse of both the state model grammar: `operation_tree.pdf` and your supplied text: `operation.pdf`.\n\nYou should also see a file named `op-parser.log` in a diagnostics directory within your working directory\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2019-2023 Leon Starr  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "Executable Shlaer-Mellor External Entity Operation Parser",
    "version": "0.1.1",
    "project_urls": {
        "documentation": "https://github.com/modelint/op-parser/wiki",
        "repository": "https://github.com/modelint/op-parser"
    },
    "split_keywords": [
        "action language",
        "executable uml",
        "method",
        "operation",
        "external entity",
        "mbse",
        "xuml",
        "xtuml",
        "platform independent",
        "sysml"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4042db81aff9584972f0d856bd71c50c9293a7e399554cf345804b1e84cf84f3",
                "md5": "e5ae3dd2fffbf3fe11a0fb5eb01075a8",
                "sha256": "268db1e9eea4cb949a2d5ee43289d3cc3ce2b04dc7ff02f55b964de62ab8f19e"
            },
            "downloads": -1,
            "filename": "op_parser-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e5ae3dd2fffbf3fe11a0fb5eb01075a8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 9477,
            "upload_time": "2023-08-22T16:24:38",
            "upload_time_iso_8601": "2023-08-22T16:24:38.918042Z",
            "url": "https://files.pythonhosted.org/packages/40/42/db81aff9584972f0d856bd71c50c9293a7e399554cf345804b1e84cf84f3/op_parser-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8f5f04f8d2d998a5812c148aab381b4052875ea6f1b882b768e44e3b28d258bf",
                "md5": "08bb37807c7ad9a4ae4388173fbf7fb3",
                "sha256": "8a5c8203089f9508c0d22d0b4142086975091072455843f0cac5c376020bb3d9"
            },
            "downloads": -1,
            "filename": "op-parser-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "08bb37807c7ad9a4ae4388173fbf7fb3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 9243,
            "upload_time": "2023-08-22T16:24:40",
            "upload_time_iso_8601": "2023-08-22T16:24:40.727463Z",
            "url": "https://files.pythonhosted.org/packages/8f/5f/04f8d2d998a5812c148aab381b4052875ea6f1b882b768e44e3b28d258bf/op-parser-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-22 16:24:40",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "modelint",
    "github_project": "op-parser",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "op-parser"
}
        
Elapsed time: 0.10798s