{"id":27316954,"url":"https://github.com/anacletolab/ensmallen","last_synced_at":"2025-04-12T08:39:19.684Z","repository":{"id":37847515,"uuid":"270564946","full_name":"AnacletoLAB/ensmallen","owner":"AnacletoLAB","description":"🍇 Ensmallen is the Rust/Python high-performance graph processing submodule of the GRAPE library.","archived":false,"fork":false,"pushed_at":"2024-08-05T15:26:53.000Z","size":2175550,"stargazers_count":40,"open_issues_count":12,"forks_count":13,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-04-11T17:52:36.709Z","etag":null,"topics":["graph","processing","python","rust"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AnacletoLAB.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-06-08T07:02:12.000Z","updated_at":"2025-02-05T00:45:07.000Z","dependencies_parsed_at":"2023-11-23T22:30:18.697Z","dependency_job_id":"35e832b0-17d6-4e1b-8e36-a2286790d335","html_url":"https://github.com/AnacletoLAB/ensmallen","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnacletoLAB%2Fensmallen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnacletoLAB%2Fensmallen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnacletoLAB%2Fensmallen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnacletoLAB%2Fensmallen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AnacletoLAB","download_url":"https://codeload.github.com/AnacletoLAB/ensmallen/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248542903,"owners_count":21121826,"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","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":["graph","processing","python","rust"],"created_at":"2025-04-12T08:39:18.648Z","updated_at":"2025-04-12T08:39:19.672Z","avatar_url":"https://github.com/AnacletoLAB.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"🍇 Ensmallen\n========================\n|pip| |downloads| |rust_version| |python_version| |license| |DOI| |documentation| |tutorials| |telegram| |discord| |twitter|\n\nEnsmallen is the Rust/Python high-performance graph processing submodule of the `🍇 GRAPE \u003chttps://github.com/AnacletoLAB/grape\u003e`_ library.\n\nHow to install Ensmallen\n-------------------------\nTo install the complete GraPE library, do run:\n\n.. code:: bash\n\n    pip install grape\n\nInstead, to exclusively install the Ensmallen package, you can run:\n\n.. code:: bash\n\n    pip install ensmallen\n\n\nCompiling the wheels\n~~~~~~~~~~~~~~~~~~~~~\nSee `this page \u003chttps://github.com/AnacletoLAB/ensmallen/blob/master/bindings/README.md\u003e`_ to compile the bindings yourself.\n\n\nContributing\n---------------------\nPlease refer to the `CONTRIBUTING.md \u003chttps://github.com/AnacletoLAB/ensmallen/blob/master/CONTRIBUTING.md\u003e`_ file.\n\n\nCite GraPE\n----------------------------------------------\nPlease cite the following paper if it was useful for your research:\n\n.. code:: bib\n\n    @misc{cappelletti2021grape,\n      title={GraPE: fast and scalable Graph Processing and Embedding}, \n      author={Luca Cappelletti and Tommaso Fontana and Elena Casiraghi and Vida Ravanmehr and Tiffany J. Callahan and Marcin P. Joachimiak and Christopher J. Mungall and Peter N. Robinson and Justin Reese and Giorgio Valentini},\n      year={2021},\n      eprint={2110.06196},\n      archivePrefix={arXiv},\n      primaryClass={cs.LG}\n    }\n\n\n.. |rust_version| image:: https://img.shields.io/badge/rust-nightly-orange\n    :target: https://github.com/LucaCappelletti94/ensmallen/tree/master/graph\n    :alt: Rust Nightly\n\n.. |pip| image:: https://badge.fury.io/py/ensmallen.svg\n    :target: https://badge.fury.io/py/ensmallen\n    :alt: Pypi project\n\n.. |downloads| image:: https://pepy.tech/badge/ensmallen\n    :target: https://pepy.tech/badge/ensmallen\n    :alt: Pypi total project downloads\n\n.. |license| image:: https://img.shields.io/badge/License-MIT-blue.svg\n    :target: https://opensource.org/licenses/MIT\n    :alt: License\n\n.. |tutorials| image:: https://img.shields.io/badge/Tutorials-Jupyter%20Notebooks-blue.svg\n    :target: https://github.com/AnacletoLAB/grape/tree/main/tutorials\n    :alt: Tutorials\n\n.. |documentation| image:: https://img.shields.io/badge/Documentation-Available%20here-blue.svg\n    :target: https://anacletolab.github.io/grape/index.html\n    :alt: Documentation\n\n.. |DOI| image:: https://img.shields.io/badge/DOI-10.48550/arXiv.2110.06196-blue.svg\n    :target: https://doi.org/10.48550/arXiv.2110.06196\n    :alt: DOI\n\n.. |python_version| image:: https://img.shields.io/badge/Python-3.7+-blue.svg\n    :target: https://pypi.org/project/ensmallen/#history\n    :alt: Supported Python versions\n\n.. |twitter| image:: https://badges.aleen42.com/src/twitter.svg\n    :target: https://twitter.com/grapelib\n    :alt: Twitter\n\n.. |telegram| image:: https://badges.aleen42.com/src/telegram.svg\n    :target: https://t.me/grape_lib\n    :alt: Telegram Group\n\n.. |discord| image:: https://badges.aleen42.com/src/discord.svg\n    :target: https://discord.gg/Nda2cqYvTN\n    :alt: Discord Server\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanacletolab%2Fensmallen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanacletolab%2Fensmallen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanacletolab%2Fensmallen/lists"}