cana


Namecana JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttp://github.com/rionbr/CANA
SummaryThis package implements a series of methods used to study control, canalization and redundancy in Boolean networks.
upload_time2024-05-30 16:56:45
maintainerNone
docs_urlNone
authorAlex Gates & Rion Brattig Correia
requires_pythonNone
licenseMIT
keywords boolean networks canalization redundancy dynamical systems computational biology
VCS
bugtrack_url
requirements astroid click contourpy cycler dill flake8 fonttools iniconfig isort kiwisolver lazy-object-proxy matplotlib mccabe mypy mypy-extensions networkx numpy packaging pandas pathspec Pillow platformdirs pluggy pycodestyle pyflakes pylint pyparsing pytest python-dateutil pytz removestar schematodes scipy six tomlkit typing_extensions tzdata wrapt
Travis-CI No Travis.
coveralls test coverage No coveralls.
            This package implements a series of methods used to study control, canalization and redundancy in Boolean networks.

            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/rionbr/CANA",
    "name": "cana",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "boolean networks canalization redundancy dynamical systems computational biology",
    "author": "Alex Gates & Rion Brattig Correia",
    "author_email": "rionbr@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/a1/0a/6c287bb549d1863d3e7e5dc56a6f65f3e1fdf0dc40727463f18b67c7f185/cana-1.0.0.tar.gz",
    "platform": null,
    "description": "This package implements a series of methods used to study control, canalization and redundancy in Boolean networks.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "This package implements a series of methods used to study control, canalization and redundancy in Boolean networks.",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "http://github.com/rionbr/CANA"
    },
    "split_keywords": [
        "boolean",
        "networks",
        "canalization",
        "redundancy",
        "dynamical",
        "systems",
        "computational",
        "biology"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a10a6c287bb549d1863d3e7e5dc56a6f65f3e1fdf0dc40727463f18b67c7f185",
                "md5": "fedc9e8c7fb310070a5e81c7d1345e2d",
                "sha256": "2e3c847dddb6ee41e1382fd4bb200b811e379c2c0b7fb15113ddef53231b5bad"
            },
            "downloads": -1,
            "filename": "cana-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "fedc9e8c7fb310070a5e81c7d1345e2d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 555407,
            "upload_time": "2024-05-30T16:56:45",
            "upload_time_iso_8601": "2024-05-30T16:56:45.993288Z",
            "url": "https://files.pythonhosted.org/packages/a1/0a/6c287bb549d1863d3e7e5dc56a6f65f3e1fdf0dc40727463f18b67c7f185/cana-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-30 16:56:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "rionbr",
    "github_project": "CANA",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "astroid",
            "specs": [
                [
                    "==",
                    "2.15.4"
                ]
            ]
        },
        {
            "name": "click",
            "specs": [
                [
                    "==",
                    "8.1.3"
                ]
            ]
        },
        {
            "name": "contourpy",
            "specs": [
                [
                    "==",
                    "1.0.7"
                ]
            ]
        },
        {
            "name": "cycler",
            "specs": [
                [
                    "==",
                    "0.11.0"
                ]
            ]
        },
        {
            "name": "dill",
            "specs": [
                [
                    "==",
                    "0.3.6"
                ]
            ]
        },
        {
            "name": "flake8",
            "specs": [
                [
                    "==",
                    "6.0.0"
                ]
            ]
        },
        {
            "name": "fonttools",
            "specs": [
                [
                    "==",
                    "4.39.3"
                ]
            ]
        },
        {
            "name": "iniconfig",
            "specs": [
                [
                    "==",
                    "2.0.0"
                ]
            ]
        },
        {
            "name": "isort",
            "specs": [
                [
                    "==",
                    "5.12.0"
                ]
            ]
        },
        {
            "name": "kiwisolver",
            "specs": [
                [
                    "==",
                    "1.4.4"
                ]
            ]
        },
        {
            "name": "lazy-object-proxy",
            "specs": [
                [
                    "==",
                    "1.9.0"
                ]
            ]
        },
        {
            "name": "matplotlib",
            "specs": [
                [
                    "==",
                    "3.9.0"
                ]
            ]
        },
        {
            "name": "mccabe",
            "specs": [
                [
                    "==",
                    "0.7.0"
                ]
            ]
        },
        {
            "name": "mypy",
            "specs": [
                [
                    "==",
                    "1.2.0"
                ]
            ]
        },
        {
            "name": "mypy-extensions",
            "specs": [
                [
                    "==",
                    "1.0.0"
                ]
            ]
        },
        {
            "name": "networkx",
            "specs": [
                [
                    "==",
                    "3.3"
                ]
            ]
        },
        {
            "name": "numpy",
            "specs": [
                [
                    "==",
                    "1.26.4"
                ]
            ]
        },
        {
            "name": "packaging",
            "specs": [
                [
                    "==",
                    "23.1"
                ]
            ]
        },
        {
            "name": "pandas",
            "specs": [
                [
                    "==",
                    "2.2.2"
                ]
            ]
        },
        {
            "name": "pathspec",
            "specs": [
                [
                    "==",
                    "0.11.1"
                ]
            ]
        },
        {
            "name": "Pillow",
            "specs": [
                [
                    "==",
                    "9.5.0"
                ]
            ]
        },
        {
            "name": "platformdirs",
            "specs": [
                [
                    "==",
                    "3.5.0"
                ]
            ]
        },
        {
            "name": "pluggy",
            "specs": [
                [
                    "==",
                    "1.0.0"
                ]
            ]
        },
        {
            "name": "pycodestyle",
            "specs": [
                [
                    "==",
                    "2.10.0"
                ]
            ]
        },
        {
            "name": "pyflakes",
            "specs": [
                [
                    "==",
                    "3.0.1"
                ]
            ]
        },
        {
            "name": "pylint",
            "specs": [
                [
                    "==",
                    "2.17.3"
                ]
            ]
        },
        {
            "name": "pyparsing",
            "specs": [
                [
                    "==",
                    "3.0.9"
                ]
            ]
        },
        {
            "name": "pytest",
            "specs": [
                [
                    "==",
                    "7.3.1"
                ]
            ]
        },
        {
            "name": "python-dateutil",
            "specs": [
                [
                    "==",
                    "2.8.2"
                ]
            ]
        },
        {
            "name": "pytz",
            "specs": [
                [
                    "==",
                    "2023.3"
                ]
            ]
        },
        {
            "name": "removestar",
            "specs": [
                [
                    "==",
                    "1.3.1"
                ]
            ]
        },
        {
            "name": "schematodes",
            "specs": [
                [
                    "==",
                    "1.0.0"
                ]
            ]
        },
        {
            "name": "scipy",
            "specs": [
                [
                    "==",
                    "1.13.1"
                ]
            ]
        },
        {
            "name": "six",
            "specs": [
                [
                    "==",
                    "1.16.0"
                ]
            ]
        },
        {
            "name": "tomlkit",
            "specs": [
                [
                    "==",
                    "0.11.8"
                ]
            ]
        },
        {
            "name": "typing_extensions",
            "specs": [
                [
                    "==",
                    "4.5.0"
                ]
            ]
        },
        {
            "name": "tzdata",
            "specs": [
                [
                    "==",
                    "2023.3"
                ]
            ]
        },
        {
            "name": "wrapt",
            "specs": [
                [
                    "==",
                    "1.15.0"
                ]
            ]
        }
    ],
    "lcname": "cana"
}
        
Elapsed time: 0.25453s