pop2net


Namepop2net JSON
Version 0.3.2 PyPI version JSON
download
home_pageNone
SummaryPop2net is a Python package designed to generate and manage relations between agents in agent-based models in a simple and flexible way.
upload_time2025-03-18 10:41:59
maintainerNone
docs_urlNone
authorMarius Kaffai
requires_python<4.0,>=3.9
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ![](https://github.com/mariuzka/pop2net/actions/workflows/tox.yml/badge.svg)
![Python 3.9+](https://img.shields.io/badge/python->=3.9-blue.svg)

# Pop2net

Pop2net is a Python package that combines many steps related to network generation and management for agent-based modeling using a bipartite approach: 
In Pop2net, relations are represented as a graph of agents and locations. Locations act as a contact layer, representing specific contexts through which agents connect. 
This makes it easy to generate and manage custom network structures in an agent-based model.
Pop2net extends the existing agent-based modeling framework [AgentPy](https://github.com/jofmi/agentpy), while also providing functionality for generating networks compatible with other modeling frameworks.


## Installation

You can install Pop2net using pip:

```
pip install pop2net
```


## Documentation

Detailed documentation of all features and a collection of example analyses can be found [here](https://mariuzka.github.io/pop2net/).


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pop2net",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "Marius Kaffai",
    "author_email": "marius.kaffai@sowi.uni-stuttgart.de",
    "download_url": "https://files.pythonhosted.org/packages/eb/ab/b2a35135673c40a3ce1caf198cd470d9ec0c5e4ebf5448a0a531c8bc4c53/pop2net-0.3.2.tar.gz",
    "platform": null,
    "description": "![](https://github.com/mariuzka/pop2net/actions/workflows/tox.yml/badge.svg)\n![Python 3.9+](https://img.shields.io/badge/python->=3.9-blue.svg)\n\n# Pop2net\n\nPop2net is a Python package that combines many steps related to network generation and management for agent-based modeling using a bipartite approach: \nIn Pop2net, relations are represented as a graph of agents and locations. Locations act as a contact layer, representing specific contexts through which agents connect. \nThis makes it easy to generate and manage custom network structures in an agent-based model.\nPop2net extends the existing agent-based modeling framework [AgentPy](https://github.com/jofmi/agentpy), while also providing functionality for generating networks compatible with other modeling frameworks.\n\n\n## Installation\n\nYou can install Pop2net using pip:\n\n```\npip install pop2net\n```\n\n\n## Documentation\n\nDetailed documentation of all features and a collection of example analyses can be found [here](https://mariuzka.github.io/pop2net/).\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Pop2net is a Python package designed to generate and manage relations between agents in agent-based models in a simple and flexible way.",
    "version": "0.3.2",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e466a60be74e8ef176ad442ef24c96d0f57d5cdcdbdb8b43ea8da686f3f9a0bc",
                "md5": "2f78cfc95f747aec23f29ed77535dcf0",
                "sha256": "108029b8c7832c8f578fda049f38814c147d48f67329f6168f75327fe2642827"
            },
            "downloads": -1,
            "filename": "pop2net-0.3.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2f78cfc95f747aec23f29ed77535dcf0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 34972,
            "upload_time": "2025-03-18T10:41:57",
            "upload_time_iso_8601": "2025-03-18T10:41:57.929350Z",
            "url": "https://files.pythonhosted.org/packages/e4/66/a60be74e8ef176ad442ef24c96d0f57d5cdcdbdb8b43ea8da686f3f9a0bc/pop2net-0.3.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ebabb2a35135673c40a3ce1caf198cd470d9ec0c5e4ebf5448a0a531c8bc4c53",
                "md5": "6b7cbec2ed24abb1fc83e437f0f59976",
                "sha256": "99817aa9784928c2b865d01b49b57b83e23bead7cf2eca5c49ec111ed734ff7e"
            },
            "downloads": -1,
            "filename": "pop2net-0.3.2.tar.gz",
            "has_sig": false,
            "md5_digest": "6b7cbec2ed24abb1fc83e437f0f59976",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 30363,
            "upload_time": "2025-03-18T10:41:59",
            "upload_time_iso_8601": "2025-03-18T10:41:59.365783Z",
            "url": "https://files.pythonhosted.org/packages/eb/ab/b2a35135673c40a3ce1caf198cd470d9ec0c5e4ebf5448a0a531c8bc4c53/pop2net-0.3.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-03-18 10:41:59",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pop2net"
}
        
Elapsed time: 1.11235s