{"id":13816684,"url":"https://viralogic.github.io/py-enumerable/","last_synced_at":"2025-05-15T15:32:49.485Z","repository":{"id":25005355,"uuid":"28424386","full_name":"viralogic/py-enumerable","owner":"viralogic","description":"A Python module used for interacting with collections of objects using LINQ syntax","archived":false,"fork":false,"pushed_at":"2025-01-26T19:26:46.000Z","size":355,"stargazers_count":195,"open_issues_count":12,"forks_count":24,"subscribers_count":7,"default_branch":"development","last_synced_at":"2025-04-30T12:26:23.508Z","etag":null,"topics":[],"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/viralogic.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-12-23T23:21:46.000Z","updated_at":"2025-03-17T02:05:33.000Z","dependencies_parsed_at":"2024-06-18T18:38:08.996Z","dependency_job_id":null,"html_url":"https://github.com/viralogic/py-enumerable","commit_stats":{"total_commits":205,"total_committers":7,"mean_commits":"29.285714285714285","dds":"0.15609756097560978","last_synced_commit":"45ddcc520e30752f66a60f3938fd324955c4a99e"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viralogic%2Fpy-enumerable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viralogic%2Fpy-enumerable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viralogic%2Fpy-enumerable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viralogic%2Fpy-enumerable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/viralogic","download_url":"https://codeload.github.com/viralogic/py-enumerable/tar.gz/refs/heads/development","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254367723,"owners_count":22059558,"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":[],"created_at":"2024-08-04T05:00:49.870Z","updated_at":"2025-05-15T15:32:49.068Z","avatar_url":"https://github.com/viralogic.png","language":"Python","funding_links":[],"categories":["Topics Index"],"sub_categories":["QoL Libraries"],"readme":"[![codecov](https://codecov.io/gh/viralogic/py-enumerable/branch/master/graph/badge.svg?token=u72ojmMvEn)](https://codecov.io/gh/viralogic/py-enumerable)\n\n# py-linq #\n\nLINQ (Language Integrated Query) is a popular querying language available in .NET. This library ports the language so\nthat developers can query collections of objects using the same syntax. This library would be useful for Python developers\nwith experience using the expressiveness and power of LINQ.\n\n## Install ##\n\nAvailable as a package from PyPI.\n\n```bash\npip install py-linq\n```\n\n## Usage\n\nTo access the LINQ functions an iterable needs to be wrapped by the Enumerable\n\n```python\nfrom py_linq import Enumerable\nmy_collection = Enumerable([1, 2, 3])\n```\n\n## Documentation ##\n\nPlease visit the project [site](https://viralogic.github.io/py-enumerable) for better documentation\n\n## Contributing ##\n\nContributions are welcomed. This project uses [poetry](https://python-poetry.org/docs/) to handle the few library dependencies. [Pre-commit](https://pre-commit.com/) is also used so that formatting and linting checks are performed on commit.\n\n1. Clone the repository using `git clone https://github.com/viralogic/py-enumerable.git`\n2. Install poetry globally as per the instructions [here](https://python-poetry.org/docs/)\n3. CD into the root of your cloned repository directory and `poetry install` to install all packages from the repository Pipfile.\n4. Install `pre-commit` by typing `poetry run pre-commit install`\n5. You should now be ready to start coding!\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/viralogic.github.io%2Fpy-enumerable%2F","html_url":"https://awesome.ecosyste.ms/projects/viralogic.github.io%2Fpy-enumerable%2F","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/viralogic.github.io%2Fpy-enumerable%2F/lists"}