{"id":13679067,"url":"https://github.com/fire17/expando","last_synced_at":"2025-04-29T16:30:52.679Z","repository":{"id":65131125,"uuid":"582384083","full_name":"fire17/expando","owner":"fire17","description":"xo + xo.redis : Dynamic Dictionary Object Wrapper with superpowers","archived":false,"fork":false,"pushed_at":"2023-08-11T03:54:17.000Z","size":725,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-12T16:59:39.465Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fire17.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2022-12-26T16:51:11.000Z","updated_at":"2023-07-31T19:20:44.000Z","dependencies_parsed_at":"2024-01-14T14:44:17.554Z","dependency_job_id":null,"html_url":"https://github.com/fire17/expando","commit_stats":{"total_commits":25,"total_committers":2,"mean_commits":12.5,"dds":0.28,"last_synced_commit":"3988902a79d5d8ed05c3220cb0cecbeb1dc6f41b"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fire17%2Fexpando","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fire17%2Fexpando/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fire17%2Fexpando/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fire17%2Fexpando/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fire17","download_url":"https://codeload.github.com/fire17/expando/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250907663,"owners_count":21506068,"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-02T13:01:01.555Z","updated_at":"2025-04-29T16:30:47.668Z","avatar_url":"https://github.com/fire17.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# expando\r\nDynamic Dictionary Object Wrapper\r\n\r\n\u003c!-- [![Build Status](https://travis-ci.org/robertzk/expando.svg?branch=master)](https://travis-ci.org/robertzk/expando)\r\n[![Coverage Status](https://coveralls.io/repos/robertzk/expando/badge.svg?branch=master\u0026service=github)](https://coveralls.io/github/robertzk/expando?branch=master)\r\n[![CRAN\\_Status\\_Badge](http://www.r-pkg.org/badges/version/expando)](http://cran.r-project.org/package=expando)\r\n[![Downloads](http://cranlogs.r-pkg.org/badges/expando)](http://cran.rstudio.com/package=expando) --\u003e\r\n\r\n## Installation/Update\r\n\r\n```python\r\npython3 -m pip install --upgrade expando xo.redis\r\n```\r\n\r\n## import\r\n\r\n```python\r\nfrom xo import xo, Expando\r\n# or\r\nfrom xo import *\r\n```\r\n\r\n## Usage\r\n```python\r\n\r\n# Use xo as your root object\r\nxo.foo.bar(17).baz.plus.something = lambda *a, **kv : (f\"Hello Expando! {xo.foo.bar.value}\" , a, kv)\r\nprint(xo.foo.bar.baz.plus.something())\r\n\r\n# Create a new Expando object\r\nmyStore = Expando()\r\n```\r\n\r\n## to reupload to pip after edits (internal use only)\r\n```\r\n# install twine\r\npython3 -m pip install twine \r\n# Skip if you have it already\r\n\r\nexport VERSION=0.5.5.1\r\n# for xo.redis: export VERSION=0.2.5.5\r\n# Copy/edit setup.py\r\n# update setup.py version\r\npython3 setup.py sdist bdist_wheel\r\ntwine upload dist/*\r\n\r\n# to install locally (before twine upload)\r\npython3 -m pip install --force-reinstall --no-deps . \r\n```\r\n\r\n```\r\n```\r\n# make sure you'd like to commit all changes\r\ngit add . \r\ngit tag -a $VERSION -m \"Release $VERSION\"\r\ngit commit -m \"Release $VERSION\"\r\ngit push origin --tags\r\ngit push\r\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffire17%2Fexpando","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffire17%2Fexpando","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffire17%2Fexpando/lists"}