{"id":24966996,"url":"https://github.com/billyaddlers/pycollection","last_synced_at":"2025-09-08T11:14:02.727Z","repository":{"id":103637813,"uuid":"577003196","full_name":"BillyAddlers/pycollection","owner":"BillyAddlers","description":"pycollection is a powerful utility data structure","archived":false,"fork":false,"pushed_at":"2022-12-29T16:54:37.000Z","size":45,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-04T01:51:17.902Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/BillyAddlers.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":"2022-12-11T17:16:37.000Z","updated_at":"2022-12-12T13:42:14.000Z","dependencies_parsed_at":"2023-05-24T03:45:36.249Z","dependency_job_id":null,"html_url":"https://github.com/BillyAddlers/pycollection","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BillyAddlers/pycollection","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BillyAddlers%2Fpycollection","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BillyAddlers%2Fpycollection/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BillyAddlers%2Fpycollection/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BillyAddlers%2Fpycollection/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BillyAddlers","download_url":"https://codeload.github.com/BillyAddlers/pycollection/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BillyAddlers%2Fpycollection/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274174271,"owners_count":25235203,"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-09-08T02:00:09.813Z","response_time":121,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":[],"created_at":"2025-02-03T12:35:45.557Z","updated_at":"2025-09-08T11:14:02.696Z","avatar_url":"https://github.com/BillyAddlers.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pycollection - Python Collection\n\u003e pycollection is a powerful utility data structure.\n\n## About\n`pycollection` is a powerful utility data structure. It is inspired by NodeJS Module [@discordjs/collection](https://www.npmjs.com/package/@discordjs/collection), JavaScript's [Map](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map) and a little bit of Java's [HashMap](https://www.w3schools.com/java/java_hashmap.asp).\n\nUnder the hood, `pycollection` utilizes Python's built-in [dict](https://docs.python.org/3/library/stdtypes.html#dict) data structure, since by default Python doesn't have `Map` like JavaScript. This makes `pycollection` extremely fast and efficient. It has features that both `HashMap` and `Map`, and many more.\nIt allows for an association between unique keys and their values. `pycollection` is considered mutable data structure, which means that it can be changed after it is created.\n\n## Installation\n```bash\npip install pycollection\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbillyaddlers%2Fpycollection","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbillyaddlers%2Fpycollection","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbillyaddlers%2Fpycollection/lists"}