{"id":27598342,"url":"https://github.com/trollmii/bunnybase","last_synced_at":"2025-04-22T14:13:46.927Z","repository":{"id":286511984,"uuid":"961623301","full_name":"TrollMii/bunnybase","owner":"TrollMii","description":"An efficient data managing system","archived":false,"fork":false,"pushed_at":"2025-04-07T16:34:11.000Z","size":97,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-22T14:13:38.877Z","etag":null,"topics":["bunnybase","data","data-science","data-structures","database","datascience","python","python3"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TrollMii.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":"2025-04-06T22:10:57.000Z","updated_at":"2025-04-07T16:34:14.000Z","dependencies_parsed_at":"2025-04-06T23:31:16.742Z","dependency_job_id":null,"html_url":"https://github.com/TrollMii/bunnybase","commit_stats":null,"previous_names":["trollmii/bunnybase"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrollMii%2Fbunnybase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrollMii%2Fbunnybase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrollMii%2Fbunnybase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrollMii%2Fbunnybase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TrollMii","download_url":"https://codeload.github.com/TrollMii/bunnybase/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250255776,"owners_count":21400410,"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":["bunnybase","data","data-science","data-structures","database","datascience","python","python3"],"created_at":"2025-04-22T14:13:46.331Z","updated_at":"2025-04-22T14:13:46.918Z","avatar_url":"https://github.com/TrollMii.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BunnyBase\n\nBunnyBase is a tool for working with data.\nThe data won't be stored in a table, they will be stored in categories.\n\n## Performance\n__BunnyBase is: time = O(1)__\n![][1]\n![][2]\n\n## How to install?\nYou can use PIP to install bunnybase:\n`pip install bunnybase`\n\n## Example\n```python\nfrom bunnybase import Hub, Data\n\nhub = Hub()\nhub \u003c\u003c Data('person', firstname='peter', lastname='griffin')\nhub \u003c\u003c Data('person', firstname='homer', lastname='simpson', favourite_food=['donuts'])\nhub \u003c\u003c Data('animal', name='cat', age=15)\nhub \u003c\u003c Data('os', name='linux', rate='good', spyware=False)\nhub \u003c\u003c Data('distro', name='nixos', good=True)\nhub \u003c\u003c Data('os', name='windows', free=False, spyware='maybe')\n\nhub.filter(name='cat') # DataList([Data('animal', name='cat', age=15)])\nhub.filter('person') # DataList([Data('person', firstname='peter', lastname='griffin'), Data('person', firstname='homer', lastname='simpson', favourite_food=['donuts']), ])\nhub.filter(name='*') # DataList([Data('animal', name='cat', age=15), Data('os', name='linux', rate='good', spyware=False), Data('distro', name='nixos', good=True), Data('os', name='windows', free=False, spyware='maybe')])\n```\n\n\n\n[1]: https://raw.githubusercontent.com/trollmii/bunnybase/master/imgs/adding-data-to-hub.png\n[2]: https://raw.githubusercontent.com/trollmii/bunnybase/master/imgs/performance-saving-hub.png","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrollmii%2Fbunnybase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrollmii%2Fbunnybase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrollmii%2Fbunnybase/lists"}