![AnarchyGraph Logo](docs/img/anarchy_graph_logo.png)
![Project Status](https://img.shields.io/badge/status-in%20development-orange)
# Rules of AnarchyGraph
1. Be **independent**
2. Be **simple**
3. Be **optimized**
## Be Independent
A node is independent when it can operate and interact autonomously of other nodes.
In AnarchyGraph, each node is self-contained, having all it needs to interact with other nodes.
This independence promotes the self-organizing and self-sustaining nature of the graph, without centralized control.
## Be Simple
A node is simple when it performs its purpose efficiently and effectively.
This means the code and design should be optimized for speed and simplicity, making it easy to understand and manage any operational complexity within the graph.
While the node itself should remain straightforward, the data it handles can be complex.
## Be Optimized
A node is optimized when it maximizes performance and minimizes resource usage.
In AnarchyGraph, optimization goals:
- Efficient algorithms to handle node interactions and data processing.
- Minimizing memory footprint to allow for scalable implementations.
- Reducing computational overhead to ensure swift operations.
The goal is to ensure each node operates at its best, enabling the entire graph to function seamlessly and efficiently under various load conditions and implementations.
Raw data
{
"_id": null,
"home_page": "https://pypi.org/project/anarchygraph/",
"name": "anarchygraph",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": null,
"author": "Chris Mangum",
"author_email": "csmangum@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/9a/62/c2fc837ac62e378671695303887d82ae61c4c379b5698d91429c2d04c85f/anarchygraph-0.1.8.tar.gz",
"platform": null,
"description": "![AnarchyGraph Logo](docs/img/anarchy_graph_logo.png)\n![Project Status](https://img.shields.io/badge/status-in%20development-orange)\n# Rules of AnarchyGraph\n\n1. Be **independent**\n2. Be **simple**\n3. Be **optimized**\n\n## Be Independent\n\nA node is independent when it can operate and interact autonomously of other nodes.\n\nIn AnarchyGraph, each node is self-contained, having all it needs to interact with other nodes.\n\nThis independence promotes the self-organizing and self-sustaining nature of the graph, without centralized control.\n\n## Be Simple\n\nA node is simple when it performs its purpose efficiently and effectively.\n\nThis means the code and design should be optimized for speed and simplicity, making it easy to understand and manage any operational complexity within the graph.\n\nWhile the node itself should remain straightforward, the data it handles can be complex.\n\n## Be Optimized\n\nA node is optimized when it maximizes performance and minimizes resource usage.\n\nIn AnarchyGraph, optimization goals:\n\n- Efficient algorithms to handle node interactions and data processing.\n- Minimizing memory footprint to allow for scalable implementations.\n- Reducing computational overhead to ensure swift operations.\n\nThe goal is to ensure each node operates at its best, enabling the entire graph to function seamlessly and efficiently under various load conditions and implementations.\n",
"bugtrack_url": null,
"license": null,
"summary": "A decentralized graph system to simulate agents in an artificial reality.",
"version": "0.1.8",
"project_urls": {
"Homepage": "https://pypi.org/project/anarchygraph/"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "ed84a8c66af04fbd31a23e5089252b79c0ad3f5b176e1709b758ceff20dea3c1",
"md5": "aa444d2b2190f59feb83cecf97920b4d",
"sha256": "f867f1e1f551136401a11de832502e59f809f6df7848b3d2a9b23921703bdc38"
},
"downloads": -1,
"filename": "anarchygraph-0.1.8-py3-none-any.whl",
"has_sig": false,
"md5_digest": "aa444d2b2190f59feb83cecf97920b4d",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 15058,
"upload_time": "2024-07-05T05:39:17",
"upload_time_iso_8601": "2024-07-05T05:39:17.933037Z",
"url": "https://files.pythonhosted.org/packages/ed/84/a8c66af04fbd31a23e5089252b79c0ad3f5b176e1709b758ceff20dea3c1/anarchygraph-0.1.8-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9a62c2fc837ac62e378671695303887d82ae61c4c379b5698d91429c2d04c85f",
"md5": "f1b4fe6cca390e0a3da5777db4b45128",
"sha256": "041ebbdf1ac9b68f1dd0d8dbbae5d9594866c2b1ca22fbe8f9868c7eed7be7c6"
},
"downloads": -1,
"filename": "anarchygraph-0.1.8.tar.gz",
"has_sig": false,
"md5_digest": "f1b4fe6cca390e0a3da5777db4b45128",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 12876,
"upload_time": "2024-07-05T05:39:19",
"upload_time_iso_8601": "2024-07-05T05:39:19.461485Z",
"url": "https://files.pythonhosted.org/packages/9a/62/c2fc837ac62e378671695303887d82ae61c4c379b5698d91429c2d04c85f/anarchygraph-0.1.8.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-07-05 05:39:19",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "anarchygraph"
}