{"id":29656586,"url":"https://github.com/zincware/symsuite","last_synced_at":"2025-07-22T08:36:03.744Z","repository":{"id":46640886,"uuid":"306550161","full_name":"zincware/SymSuite","owner":"zincware","description":"A python package using machine learning to study symmetry.","archived":false,"fork":false,"pushed_at":"2022-09-14T09:12:54.000Z","size":4574,"stargazers_count":8,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-25T05:02:57.381Z","etag":null,"topics":["group-theory","lie-algebra","machine-learning","symmetry"],"latest_commit_sha":null,"homepage":"https://symsuite.readthedocs.io/en/latest/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zincware.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-10-23T06:37:57.000Z","updated_at":"2023-01-12T06:10:13.000Z","dependencies_parsed_at":"2022-08-20T18:31:07.473Z","dependency_job_id":null,"html_url":"https://github.com/zincware/SymSuite","commit_stats":null,"previous_names":["samtov/symdet"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/zincware/SymSuite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zincware%2FSymSuite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zincware%2FSymSuite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zincware%2FSymSuite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zincware%2FSymSuite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zincware","download_url":"https://codeload.github.com/zincware/SymSuite/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zincware%2FSymSuite/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266456425,"owners_count":23931408,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["group-theory","lie-algebra","machine-learning","symmetry"],"created_at":"2025-07-22T08:36:02.284Z","updated_at":"2025-07-22T08:36:03.724Z","avatar_url":"https://github.com/zincware.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"|build| |docs| |madewithpython| |license|\n\nSymSuite\n------\n\nA python package to perform symmetry detection and generator extraction on\nraw data. Follows the paper by Sven Krippendorf and Marc Syvaeri on\n`Detecting symmetries with neural networks \u003chttps://iopscience.iop.org/article/10.1088/2632-2153/abbd2d\u003e`_.\n\nNotes\n=====\nThis project is under heavy development and is therefore not available on PyPi.\nI would not expect major API breaks but certainly addition of functionality.\n\nInstallation\n============\nThere are several options for installing SymDet\n\nPyPi\n****\n\nWe host the code on PyPi and so it can be simply installed by:\n\n.. code-block:: bash\n\n   pip3 install symdet\n\nInstall from source\n*******************\n\n**pip installation**\n\n.. code-block:: bash\n\n   git clone https://github.com/zincware/SymSuite.git\n   cd SymDet\n   pip3 install . --user\n\n**conda installation**\n\n.. code-block:: bash\n\n   git clone https://github.com/zincware/SymSuite.git\n   cd SymDet\n   conda create -n SymDet python=3.8\n   conda activate SymDet\n   pip3 install .\n\nDocumentation\n*************\n\nThere is a live version of the documentation hosted\n`here \u003chttps://symdet.readthedocs.io/en/latest/\u003e`_. Alternatively you can\nbuild it from source using\n\n.. code-block:: bash\n\n   cd Symdet/docs\n   make html\n\nYou can then browse the documentation locally using your favourite browser.\n\nGetting started\n===============\n\nAs a first step I would suggest looking at the\n`examples \u003chttps://github.com/zincware/SymSuite/tree/main/examples\u003e`_\ndirectory and following along with some tutorials.\nFrom here you may get a better idea of what you can use this package for.\n\nComments\n========\nThis is a really young project and any comments or contributions would be\nwelcome. If you see issues in the documentation (particularly if you're a\nmathematician) I would always welcome the feedback.\n\n.. badges\n\n.. |build| image:: https://github.com/SamTov/SymDet/actions/workflows/python-package.yml/badge.svg\n    :alt: Build tests passing\n    :target: https://github.com/SamTov/SymSuite/blob/readme_badges/\n\n.. |docs| image:: https://readthedocs.org/projects/symdet/badge/?version=latest\u0026style=flat\n    :alt: Build tests passing\n    :target: https://SymSuite.readthedocs.io/en/latest/\n\n.. |license| image:: https://img.shields.io/badge/License-EPLv2.0-purple.svg?style=flat\n    :alt: Project license\n    :target: https://www.gnu.org/licenses/quick-guide-gplv3.en.html\n\n.. |madewithpython| image:: https://img.shields.io/badge/Made%20With-Python-blue.svg\n    :alt: Made with python\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzincware%2Fsymsuite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzincware%2Fsymsuite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzincware%2Fsymsuite/lists"}