maquinas


Namemaquinas JSON
Version 0.3.1.6 PyPI version JSON
download
home_pagehttps://gitlab.com/ivanvladimir/maquinas
SummaryFormal languages and automata library
upload_time2023-01-24 06:47:19
maintainer
docs_urlNone
authorIvan Vladimir Meza Ruiz
requires_python>=3.8
licenseGNU General Public License v3 or later (GPLv3+) (GNU General Public License v3 or later)
keywords regular languages context free languages context sensitive languages recursively enumerable languages
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # maquinas

_maquinas_ is a library to build computing machines and grammars. It can be use to teach Formal Language Theory.

## Installation

Within a virtual environment use pip to install maquinas:

    $ pip install maquinas

## Documentation

Visit: https://maquinas.readthedocs.io/

To check further examples check the [Notebooks repository](https://github.com/ivanvladimir/maquinas_notebooks).

            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.com/ivanvladimir/maquinas",
    "name": "maquinas",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "regular languages,context free languages,context sensitive languages,recursively enumerable languages",
    "author": "Ivan Vladimir Meza Ruiz",
    "author_email": "Ivan Vladimir Meza Ruiz <ivanvladimir+maquinas@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/be/7c/ef245325e7a454bb3b8363c6a0e8bce52017c5ca270f8c17f5a3d3bac39e/maquinas-0.3.1.6.tar.gz",
    "platform": null,
    "description": "# maquinas\n\n_maquinas_ is a library to build computing machines and grammars. It can be use to teach Formal Language Theory.\n\n## Installation\n\nWithin a virtual environment use pip to install maquinas:\n\n    $ pip install maquinas\n\n## Documentation\n\nVisit: https://maquinas.readthedocs.io/\n\nTo check further examples check the [Notebooks repository](https://github.com/ivanvladimir/maquinas_notebooks).\n",
    "bugtrack_url": null,
    "license": "GNU General Public License v3 or later (GPLv3+) (GNU General Public License v3 or later)",
    "summary": "Formal languages and automata library",
    "version": "0.3.1.6",
    "split_keywords": [
        "regular languages",
        "context free languages",
        "context sensitive languages",
        "recursively enumerable languages"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2e787cc60e0b8442338066165ef03c21175ced73749fd5038102a2f616d3dbb9",
                "md5": "1a61866b36c75ed60ccd8e661c725204",
                "sha256": "516eddc183155a6ca68ec7e11b734c67f4c24ba89d18ee9d6d9f524fab0eb760"
            },
            "downloads": -1,
            "filename": "maquinas-0.3.1.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1a61866b36c75ed60ccd8e661c725204",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 79823,
            "upload_time": "2023-01-24T06:47:18",
            "upload_time_iso_8601": "2023-01-24T06:47:18.064028Z",
            "url": "https://files.pythonhosted.org/packages/2e/78/7cc60e0b8442338066165ef03c21175ced73749fd5038102a2f616d3dbb9/maquinas-0.3.1.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "be7cef245325e7a454bb3b8363c6a0e8bce52017c5ca270f8c17f5a3d3bac39e",
                "md5": "e4a6f053aa1437df170a533e1653fa6a",
                "sha256": "6780eccfce0176a36ff3768b8957ad1c73509d45e22a893d630d1e01642da7a8"
            },
            "downloads": -1,
            "filename": "maquinas-0.3.1.6.tar.gz",
            "has_sig": false,
            "md5_digest": "e4a6f053aa1437df170a533e1653fa6a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 67612,
            "upload_time": "2023-01-24T06:47:19",
            "upload_time_iso_8601": "2023-01-24T06:47:19.405843Z",
            "url": "https://files.pythonhosted.org/packages/be/7c/ef245325e7a454bb3b8363c6a0e8bce52017c5ca270f8c17f5a3d3bac39e/maquinas-0.3.1.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-24 06:47:19",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "gitlab_user": "ivanvladimir",
    "gitlab_project": "maquinas",
    "lcname": "maquinas"
}
        
Elapsed time: 0.03937s