{"id":15687803,"url":"https://github.com/orisano/olll","last_synced_at":"2025-05-06T21:03:16.704Z","repository":{"id":57448525,"uuid":"103948537","full_name":"orisano/olll","owner":"orisano","description":"A Python3 Implementation of LLL","archived":false,"fork":false,"pushed_at":"2021-04-29T07:54:06.000Z","size":24,"stargazers_count":36,"open_issues_count":1,"forks_count":9,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-01T00:51:21.913Z","etag":null,"topics":["python3"],"latest_commit_sha":null,"homepage":"https://pypi.python.org/pypi/olll/","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/orisano.png","metadata":{"files":{"readme":"README.md","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":"2017-09-18T14:18:50.000Z","updated_at":"2025-02-26T15:52:42.000Z","dependencies_parsed_at":"2022-09-18T12:30:57.345Z","dependency_job_id":null,"html_url":"https://github.com/orisano/olll","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orisano%2Folll","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orisano%2Folll/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orisano%2Folll/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orisano%2Folll/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/orisano","download_url":"https://codeload.github.com/orisano/olll/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252769397,"owners_count":21801376,"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":["python3"],"created_at":"2024-10-03T17:51:11.013Z","updated_at":"2025-05-06T21:03:16.663Z","avatar_url":"https://github.com/orisano.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# oLLL\n\n[![PyPI version](https://badge.fury.io/py/olll.svg)](https://badge.fury.io/py/olll)\n[![Python Versions](https://img.shields.io/pypi/pyversions/olll.svg)](https://pypi.org/project/olll/)\n\nA Python3 Implementation of LLL.\n\n## Installation\n```bash\npython3 -m pip install olll\n```\nor\n```bash\ncurl -O https://raw.githubusercontent.com/orisano/olll/master/olll.py\n```\n\n## Example\nhttps://en.wikipedia.org/wiki/Lenstra%E2%80%93Lenstra%E2%80%93Lov%C3%A1sz_lattice_basis_reduction_algorithm#Example\n\n```python\nimport olll\n\nreduced_basis = olll.reduction([\n  [1, 1, 1],\n  [-1, 0, 2],\n  [3, 5, 6],\n], 0.75)\n\nprint(reduced_basis)\n# [[0, 1, 0], [1, 0, 1], [-1, 0, 2]]\n```\n\n## Author\nNao Yonashiro(@orisano)\n\n## License\nMIT\n\n## Reference\nhttps://en.wikipedia.org/wiki/Lenstra%E2%80%93Lenstra%E2%80%93Lov%C3%A1sz_lattice_basis_reduction_algorithm\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forisano%2Folll","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Forisano%2Folll","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forisano%2Folll/lists"}