random-events


Namerandom-events JSON
Version 4.0.26 PyPI version JSON
download
home_pagehttps://github.com/tomsch420/random-events
SummaryRandom random events for probabilistic reasoning
upload_time2025-02-14 13:09:33
maintainerNone
docs_urlNone
authorTom Schierenbeck
requires_pythonNone
licenseMIT License
keywords random events probabilistic machine learning probability theory variables reasoning under uncertainty
VCS
bugtrack_url
requirements numpy plotly typing_extensions sortedcontainers pybind11 setuptools-scm
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Welcome to the Random Events package!

Probabilistic Machine Learning frequently requires descriptions of random variables and events
that are shared among many packages.
This package provides a common interface for describing random variables and events, using
usable and easily extensible classes.

## Installation:
### For Users:

Install the package via

```
pip install random-events
```

### For Developers:

Create your own fork of the [original repository](https://github.com/tomsch420/random-events) and clone the fork.
```
git clone *ADDRESS_OF_YOUR_FORK*
```

Move into the repository and initialize the submodules.
```
cd random-events
git submodule update --init --recursive
```

Now, install all requirements.
```
pip install -r requirements-dev.txt
```

## Usage and Guides:
Check out the [documentation.](https://random-events.readthedocs.io/en/latest/)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/tomsch420/random-events",
    "name": "random-events",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "random events, probabilistic machine learning, probability theory, variables, reasoning under uncertainty",
    "author": "Tom Schierenbeck",
    "author_email": "tom_sch@uni-bremen.de",
    "download_url": "https://github.com/tomsch420/random-events",
    "platform": null,
    "description": "# Welcome to the Random Events package!\n\nProbabilistic Machine Learning frequently requires descriptions of random variables and events\nthat are shared among many packages.\nThis package provides a common interface for describing random variables and events, using\nusable and easily extensible classes.\n\n## Installation:\n### For Users:\n\nInstall the package via\n\n```\npip install random-events\n```\n\n### For Developers:\n\nCreate your own fork of the [original repository](https://github.com/tomsch420/random-events) and clone the fork.\n```\ngit clone *ADDRESS_OF_YOUR_FORK*\n```\n\nMove into the repository and initialize the submodules.\n```\ncd random-events\ngit submodule update --init --recursive\n```\n\nNow, install all requirements.\n```\npip install -r requirements-dev.txt\n```\n\n## Usage and Guides:\nCheck out the [documentation.](https://random-events.readthedocs.io/en/latest/)\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Random random events for probabilistic reasoning",
    "version": "4.0.26",
    "project_urls": {
        "Download": "https://github.com/tomsch420/random-events",
        "Homepage": "https://github.com/tomsch420/random-events"
    },
    "split_keywords": [
        "random events",
        " probabilistic machine learning",
        " probability theory",
        " variables",
        " reasoning under uncertainty"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6394ddfefac4567fc6f0bb94de18109a73fd063d8148701db2594f3c12c2041f",
                "md5": "06abd8c85494c49dd24298978c2af0c1",
                "sha256": "e3a28b9fc025f4fa46935e282f97459a2a0d60769a3f96fa68a84768bdafac0b"
            },
            "downloads": -1,
            "filename": "random_events-4.0.26-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "06abd8c85494c49dd24298978c2af0c1",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 248128,
            "upload_time": "2025-02-14T13:09:33",
            "upload_time_iso_8601": "2025-02-14T13:09:33.672478Z",
            "url": "https://files.pythonhosted.org/packages/63/94/ddfefac4567fc6f0bb94de18109a73fd063d8148701db2594f3c12c2041f/random_events-4.0.26-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-14 13:09:33",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "tomsch420",
    "github_project": "random-events",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "numpy",
            "specs": []
        },
        {
            "name": "plotly",
            "specs": []
        },
        {
            "name": "typing_extensions",
            "specs": []
        },
        {
            "name": "sortedcontainers",
            "specs": []
        },
        {
            "name": "pybind11",
            "specs": []
        },
        {
            "name": "setuptools-scm",
            "specs": []
        }
    ],
    "lcname": "random-events"
}
        
Elapsed time: 0.40757s