Name | gentopo JSON |
Version |
0.0.1
JSON |
| download |
home_page | |
Summary | Generate network topologies and underlying sequences of interactions that lead to them. |
upload_time | 2023-11-28 16:54:55 |
maintainer | |
docs_url | None |
author | |
requires_python | >=3.10 |
license | |
keywords |
interaction
networks
social science
topology
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# GenTopo: Generate topologies for interactive network experiments
Generates network topologies, i.e., arrangements of nodes and edges using Python and exports the topologies for use in CiCL studies built on top of [interactive-network-base](https://github.com/comanlab/interactive-network-base).
## Usage
## Setup
Uses Python 3.10.8 and pip 23.3.1 with a virtual environment. To get started, first clone this repository:
```sh
git clone https://github.com/comanlab/gentopo.git
```
Everything in this repository is meant to run within a virtual environment, which is activated from the root of this repository.
### Configuring `virtualenvwrapper`
TODO.
```sh
mkvirtualenv gentopo
```
### Working in the virual environment
To activate the virtual environment, run
```sh
workon gentopo
```
Then, install the package dependencies for this project via
```sh
pip install -r requirements.txt
```
Raw data
{
"_id": null,
"home_page": "",
"name": "gentopo",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": "Ari Dyckovsky <aridyckovsky@gmail.com>",
"keywords": "interaction,networks,social science,topology",
"author": "",
"author_email": "Ari Dyckovsky <aridyckovsky@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/df/94/d0959b8a9934d74cf251cd39152e2a5c2d5139548d3590f325f0d1ac959f/gentopo-0.0.1.tar.gz",
"platform": null,
"description": "# GenTopo: Generate topologies for interactive network experiments\n\nGenerates network topologies, i.e., arrangements of nodes and edges using Python and exports the topologies for use in CiCL studies built on top of [interactive-network-base](https://github.com/comanlab/interactive-network-base).\n\n## Usage\n\n## Setup\n\nUses Python 3.10.8 and pip 23.3.1 with a virtual environment. To get started, first clone this repository:\n\n```sh\ngit clone https://github.com/comanlab/gentopo.git\n```\n\nEverything in this repository is meant to run within a virtual environment, which is activated from the root of this repository.\n\n### Configuring `virtualenvwrapper`\n\nTODO.\n\n```sh\nmkvirtualenv gentopo\n```\n\n### Working in the virual environment\n\nTo activate the virtual environment, run\n\n```sh\nworkon gentopo\n```\n\nThen, install the package dependencies for this project via\n\n```sh\npip install -r requirements.txt\n```\n",
"bugtrack_url": null,
"license": "",
"summary": "Generate network topologies and underlying sequences of interactions that lead to them.",
"version": "0.0.1",
"project_urls": {
"Homepage": "https://github.com/comanlab/gentopo",
"Repository": "https://github.com/comanlab/gentopo.git"
},
"split_keywords": [
"interaction",
"networks",
"social science",
"topology"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "74ea268b8222f0fcc2101c2e6407021ca7ddfb8d81990df04f1560beff461356",
"md5": "384c5932805acea63be8718393fa701a",
"sha256": "9f8df43ae726976f58d7ee68b5fe3e33d5812e20a61729a8e6ef8a363e441734"
},
"downloads": -1,
"filename": "gentopo-0.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "384c5932805acea63be8718393fa701a",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 7609,
"upload_time": "2023-11-28T16:54:53",
"upload_time_iso_8601": "2023-11-28T16:54:53.350217Z",
"url": "https://files.pythonhosted.org/packages/74/ea/268b8222f0fcc2101c2e6407021ca7ddfb8d81990df04f1560beff461356/gentopo-0.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "df94d0959b8a9934d74cf251cd39152e2a5c2d5139548d3590f325f0d1ac959f",
"md5": "943de30af58d5f0f69ea96718e60015e",
"sha256": "7422785873aa4bb68ef7d57143b66bc7352a21387ed747af35de194ca2790569"
},
"downloads": -1,
"filename": "gentopo-0.0.1.tar.gz",
"has_sig": false,
"md5_digest": "943de30af58d5f0f69ea96718e60015e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 807962,
"upload_time": "2023-11-28T16:54:55",
"upload_time_iso_8601": "2023-11-28T16:54:55.073741Z",
"url": "https://files.pythonhosted.org/packages/df/94/d0959b8a9934d74cf251cd39152e2a5c2d5139548d3590f325f0d1ac959f/gentopo-0.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-11-28 16:54:55",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "comanlab",
"github_project": "gentopo",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "gentopo"
}