boolean.py


Nameboolean.py JSON
Version 4.0 PyPI version JSON
download
home_pagehttps://github.com/bastikr/boolean.py
SummaryDefine boolean algebras, create and parse boolean expressions and create custom boolean DSL.
upload_time2022-05-05 08:19:01
maintainer
docs_urlNone
authorSebastian Kraemer
requires_python
licenseBSD-2-Clause
keywords boolean expression boolean algebra logic expression parser
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            

This library helps you deal with boolean expressions and algebra with variables
and the boolean functions AND, OR, NOT.

You can parse expressions from strings and simplify and compare expressions.
You can also easily create your custom algreba and mini DSL and create custom
tokenizers to handle custom expressions.

For extensive documentation look either into the docs directory or view it online, at
https://booleanpy.readthedocs.org/en/latest/

https://github.com/bastikr/boolean.py

Copyright (c) 2009-2020 Sebastian Kraemer, basti.kr@gmail.com and others
SPDX-License-Identifier: BSD-2-Clause



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/bastikr/boolean.py",
    "name": "boolean.py",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "boolean expression,boolean algebra,logic,expression parser",
    "author": "Sebastian Kraemer",
    "author_email": "basti.kr@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/a2/d9/b6e56a303d221fc0bdff2c775e4eef7fedd58194aa5a96fa89fb71634cc9/boolean.py-4.0.tar.gz",
    "platform": null,
    "description": "\n\nThis library helps you deal with boolean expressions and algebra with variables\nand the boolean functions AND, OR, NOT.\n\nYou can parse expressions from strings and simplify and compare expressions.\nYou can also easily create your custom algreba and mini DSL and create custom\ntokenizers to handle custom expressions.\n\nFor extensive documentation look either into the docs directory or view it online, at\nhttps://booleanpy.readthedocs.org/en/latest/\n\nhttps://github.com/bastikr/boolean.py\n\nCopyright (c) 2009-2020 Sebastian Kraemer, basti.kr@gmail.com and others\nSPDX-License-Identifier: BSD-2-Clause\n\n\n",
    "bugtrack_url": null,
    "license": "BSD-2-Clause",
    "summary": "Define boolean algebras, create and parse boolean expressions and create custom boolean DSL.",
    "version": "4.0",
    "split_keywords": [
        "boolean expression",
        "boolean algebra",
        "logic",
        "expression parser"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "73208a6fc38d6904a1d7e793e8da1292",
                "sha256": "2876f2051d7d6394a531d82dc6eb407faa0b01a0a0b3083817ccd7323b8d96bd"
            },
            "downloads": -1,
            "filename": "boolean.py-4.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "73208a6fc38d6904a1d7e793e8da1292",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 25909,
            "upload_time": "2022-05-05T08:18:58",
            "upload_time_iso_8601": "2022-05-05T08:18:58.870688Z",
            "url": "https://files.pythonhosted.org/packages/3f/02/6389ef0529af6da0b913374dedb9bbde8eabfe45767ceec38cc37801b0bd/boolean.py-4.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "5a8b0eae254b0c37a1bdde38c6bd5b5d",
                "sha256": "17b9a181630e43dde1851d42bef546d616d5d9b4480357514597e78b203d06e4"
            },
            "downloads": -1,
            "filename": "boolean.py-4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "5a8b0eae254b0c37a1bdde38c6bd5b5d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 34504,
            "upload_time": "2022-05-05T08:19:01",
            "upload_time_iso_8601": "2022-05-05T08:19:01.242609Z",
            "url": "https://files.pythonhosted.org/packages/a2/d9/b6e56a303d221fc0bdff2c775e4eef7fedd58194aa5a96fa89fb71634cc9/boolean.py-4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-05-05 08:19:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "bastikr",
    "github_project": "boolean.py",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "boolean.py"
}
        
Elapsed time: 0.02301s