ash-model


Nameash-model JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/GiulioRossetti/ASH
SummaryAttributed Stream Hypergraph library
upload_time2023-04-05 10:46:01
maintainer
docs_urlNone
authorGiulio Rossetti
requires_python
licenseBSD-Clause-2
keywords dynamic-networks
VCS
bugtrack_url
requirements halp numpy scipy networkx matplotlib seaborn pandas tqdm
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Attributed Stream Hypergraph (ASH)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Documentation Status](https://readthedocs.org/projects/ash-model/badge/?version=latest)](https://ash-model.readthedocs.io//en/latest/?badge=latest)
[![Updates](https://pyup.io/repos/github/GiulioRossetti/ASH/shield.svg)](https://pyup.io/repos/github/GiulioRossetti/ASH/)
[![pyversions](https://img.shields.io/pypi/pyversions/ash-model.svg)](https://badge.fury.io/py/ash-model)
[![PyPI version](https://badge.fury.io/py/ash-model.svg)](https://badge.fury.io/py/ash-model)
[![SBD++](https://img.shields.io/badge/Available%20on-SoBigData%2B%2B-green)](https://sobigdata.d4science.org/group/sobigdata-gateway/explore?siteId=20371853)

``ASH`` is a Python software package that allows to represent and analyze dynamic hypergraphs enriched with node attributes.


If you use ``ASH`` as support to your research consider citing:
 
> A. Failla, S. Citraro, G. Rossetti
> 
> **Attributed Stream Hypergraphs: temporal modeling of node-attributed high-order interactions.**
> 
> [arXiv:2303.18226](https://arxiv.org/abs/2303.18226)
> 2023

## Tutorial and Online Environments

Check out the official [tutorial](https://ash-model.readthedocs.io/en/latest/tutorial.html) to get started!

If you would like to test ``ASH`` functionalities without installing anything on your machine consider using the preconfigured Jupyter Hub instances offered by [SoBigData++](https://sobigdata.d4science.org/group/sobigdata-gateway/explore?siteId=20371853).

## Installation

``ASH`` *requires* python>=3.9.

To install the latest version of our library just download (or clone) the current project, open a terminal and run the following commands:

```bash
pip install -r requirements.txt
pip install .
```

Alternatively use pip
```bash
pip install ash_model 
```

or conda
```bash
conda config --add channels giuliorossetti
conda config --add channels conda-forge
conda install ash_model
```

## Collaborate with us!

``ASH`` is an active project, any contribution is welcome!

If you like to include your model in ASH feel free to fork the project, open an issue and contact us.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/GiulioRossetti/ASH",
    "name": "ash-model",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "dynamic-networks",
    "author": "Giulio Rossetti",
    "author_email": "giulio.rossetti@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/0f/64/3b2573da960ca12a93d75c5f24344e65bbde86d36bc79f11d28e83faa5fe/ash_model-0.1.0.tar.gz",
    "platform": null,
    "description": "# Attributed Stream Hypergraph (ASH)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n[![Documentation Status](https://readthedocs.org/projects/ash-model/badge/?version=latest)](https://ash-model.readthedocs.io//en/latest/?badge=latest)\n[![Updates](https://pyup.io/repos/github/GiulioRossetti/ASH/shield.svg)](https://pyup.io/repos/github/GiulioRossetti/ASH/)\n[![pyversions](https://img.shields.io/pypi/pyversions/ash-model.svg)](https://badge.fury.io/py/ash-model)\n[![PyPI version](https://badge.fury.io/py/ash-model.svg)](https://badge.fury.io/py/ash-model)\n[![SBD++](https://img.shields.io/badge/Available%20on-SoBigData%2B%2B-green)](https://sobigdata.d4science.org/group/sobigdata-gateway/explore?siteId=20371853)\n\n``ASH`` is a Python software package that allows to represent and analyze dynamic hypergraphs enriched with node attributes.\n\n\nIf you use ``ASH`` as support to your research consider citing:\n \n> A. Failla, S. Citraro, G. Rossetti\n> \n> **Attributed Stream Hypergraphs: temporal modeling of node-attributed high-order interactions.**\n> \n> [arXiv:2303.18226](https://arxiv.org/abs/2303.18226)\n> 2023\n\n## Tutorial and Online Environments\n\nCheck out the official [tutorial](https://ash-model.readthedocs.io/en/latest/tutorial.html) to get started!\n\nIf you would like to test ``ASH`` functionalities without installing anything on your machine consider using the preconfigured Jupyter Hub instances offered by [SoBigData++](https://sobigdata.d4science.org/group/sobigdata-gateway/explore?siteId=20371853).\n\n## Installation\n\n``ASH`` *requires* python>=3.9.\n\nTo install the latest version of our library just download (or clone) the current project, open a terminal and run the following commands:\n\n```bash\npip install -r requirements.txt\npip install .\n```\n\nAlternatively use pip\n```bash\npip install ash_model \n```\n\nor conda\n```bash\nconda config --add channels giuliorossetti\nconda config --add channels conda-forge\nconda install ash_model\n```\n\n## Collaborate with us!\n\n``ASH`` is an active project, any contribution is welcome!\n\nIf you like to include your model in ASH feel free to fork the project, open an issue and contact us.\n\n",
    "bugtrack_url": null,
    "license": "BSD-Clause-2",
    "summary": "Attributed Stream Hypergraph library",
    "version": "0.1.0",
    "split_keywords": [
        "dynamic-networks"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a17f80ce9aed4375ede29e6fdbf610f07abeefb850ba737dde1994067071dfaa",
                "md5": "49dd719720514f1c753b44ff63a0e34b",
                "sha256": "ccf55dfdb641204f2f07db7977919a72a53f244af85d46fd1204fbeda4c66bb7"
            },
            "downloads": -1,
            "filename": "ash_model-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "49dd719720514f1c753b44ff63a0e34b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 38330,
            "upload_time": "2023-04-05T10:45:59",
            "upload_time_iso_8601": "2023-04-05T10:45:59.991824Z",
            "url": "https://files.pythonhosted.org/packages/a1/7f/80ce9aed4375ede29e6fdbf610f07abeefb850ba737dde1994067071dfaa/ash_model-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0f643b2573da960ca12a93d75c5f24344e65bbde86d36bc79f11d28e83faa5fe",
                "md5": "b29b8aa8eb7b145530b1dce4bf6c6d4b",
                "sha256": "04b88aa715b6a6207c5daaa715538b88623592f40dd3226cc502164c5c5989b3"
            },
            "downloads": -1,
            "filename": "ash_model-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "b29b8aa8eb7b145530b1dce4bf6c6d4b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 33715,
            "upload_time": "2023-04-05T10:46:01",
            "upload_time_iso_8601": "2023-04-05T10:46:01.780432Z",
            "url": "https://files.pythonhosted.org/packages/0f/64/3b2573da960ca12a93d75c5f24344e65bbde86d36bc79f11d28e83faa5fe/ash_model-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-05 10:46:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "GiulioRossetti",
    "github_project": "ASH",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "halp",
            "specs": []
        },
        {
            "name": "numpy",
            "specs": []
        },
        {
            "name": "scipy",
            "specs": []
        },
        {
            "name": "networkx",
            "specs": []
        },
        {
            "name": "matplotlib",
            "specs": []
        },
        {
            "name": "seaborn",
            "specs": []
        },
        {
            "name": "pandas",
            "specs": []
        },
        {
            "name": "tqdm",
            "specs": []
        }
    ],
    "lcname": "ash-model"
}
        
Elapsed time: 0.05908s