# Программируемый клеточный автомат
Клеточный автомат, в котором можно задавать правила, которые будут применяться к области.
## Профилирование
```bash
# скорость
poetry run python -m cProfile -o profile.prof main.py
poetry run gprof2dot -f pstats profile.prof | dot -Tpng -o profile.png
# память
poetry run python -m memory_profiler main.py
```
## Contribute
Issue Tracker: <https://gitlab.com/rocshers/python/programmable-cellular-machine/-/issues>
Source Code: <https://gitlab.com/rocshers/python/programmable-cellular-machine>
Raw data
{
"_id": null,
"home_page": "https://gitlab.com/rocshers/python/programmable-cellular-machine",
"name": "programmable-cellular-machine",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.10,<4.0",
"maintainer_email": "",
"keywords": "",
"author": "irocshers",
"author_email": "develop.iam@rocshers.com",
"download_url": "https://files.pythonhosted.org/packages/90/2b/ede7cd78aa0f82f2473ecb2ad51f8857d11e9738fe27cbe197d381b2e3d2/programmable_cellular_machine-0.0.4.tar.gz",
"platform": null,
"description": "# \u041f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0438\u0440\u0443\u0435\u043c\u044b\u0439 \u043a\u043b\u0435\u0442\u043e\u0447\u043d\u044b\u0439 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\n\n\u041a\u043b\u0435\u0442\u043e\u0447\u043d\u044b\u0439 \u0430\u0432\u0442\u043e\u043c\u0430\u0442, \u0432 \u043a\u043e\u0442\u043e\u0440\u043e\u043c \u043c\u043e\u0436\u043d\u043e \u0437\u0430\u0434\u0430\u0432\u0430\u0442\u044c \u043f\u0440\u0430\u0432\u0438\u043b\u0430, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0431\u0443\u0434\u0443\u0442 \u043f\u0440\u0438\u043c\u0435\u043d\u044f\u0442\u044c\u0441\u044f \u043a \u043e\u0431\u043b\u0430\u0441\u0442\u0438.\n\n## \u041f\u0440\u043e\u0444\u0438\u043b\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435\n\n```bash\n# \u0441\u043a\u043e\u0440\u043e\u0441\u0442\u044c\npoetry run python -m cProfile -o profile.prof main.py\npoetry run gprof2dot -f pstats profile.prof | dot -Tpng -o profile.png\n\n# \u043f\u0430\u043c\u044f\u0442\u044c\npoetry run python -m memory_profiler main.py \n```\n\n## Contribute\n\nIssue Tracker: <https://gitlab.com/rocshers/python/programmable-cellular-machine/-/issues> \nSource Code: <https://gitlab.com/rocshers/python/programmable-cellular-machine>\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "\u041a\u043b\u0435\u0442\u043e\u0447\u043d\u044b\u0439 \u0430\u0432\u0442\u043e\u043c\u0430\u0442, \u0432 \u043a\u043e\u0442\u043e\u0440\u043e\u043c \u043c\u043e\u0436\u043d\u043e \u0437\u0430\u0434\u0430\u0432\u0430\u0442\u044c \u043f\u0440\u0430\u0432\u0438\u043b\u0430",
"version": "0.0.4",
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "cea4a8f2df747343a880e16bc9d2a5a15d041b7544c9aab849f549c1878546a9",
"md5": "ce584b61ca356077640023d5253eaca2",
"sha256": "89ecc45adcbafd1145bc718258496e5aee02f95f660ceff6b0e50deb26ebd76e"
},
"downloads": -1,
"filename": "programmable_cellular_machine-0.0.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "ce584b61ca356077640023d5253eaca2",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10,<4.0",
"size": 11810,
"upload_time": "2023-01-22T15:57:40",
"upload_time_iso_8601": "2023-01-22T15:57:40.806743Z",
"url": "https://files.pythonhosted.org/packages/ce/a4/a8f2df747343a880e16bc9d2a5a15d041b7544c9aab849f549c1878546a9/programmable_cellular_machine-0.0.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "902bede7cd78aa0f82f2473ecb2ad51f8857d11e9738fe27cbe197d381b2e3d2",
"md5": "eb7a64f8d384cc72e0dd8a399068217e",
"sha256": "00ca989f95184ff2bcad3f0801e12315c1c42d70d14e44443353d4f213e1ce23"
},
"downloads": -1,
"filename": "programmable_cellular_machine-0.0.4.tar.gz",
"has_sig": false,
"md5_digest": "eb7a64f8d384cc72e0dd8a399068217e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10,<4.0",
"size": 8181,
"upload_time": "2023-01-22T15:57:42",
"upload_time_iso_8601": "2023-01-22T15:57:42.323138Z",
"url": "https://files.pythonhosted.org/packages/90/2b/ede7cd78aa0f82f2473ecb2ad51f8857d11e9738fe27cbe197d381b2e3d2/programmable_cellular_machine-0.0.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-01-22 15:57:42",
"github": false,
"gitlab": false,
"bitbucket": false,
"lcname": "programmable-cellular-machine"
}