{"id":19961622,"url":"https://github.com/xevoinc/dynamic_dispatch","last_synced_at":"2025-05-03T22:30:59.812Z","repository":{"id":57424758,"uuid":"271117604","full_name":"XevoInc/dynamic_dispatch","owner":"XevoInc","description":"dynamic dispatch decorator for classes and functions","archived":false,"fork":false,"pushed_at":"2020-07-22T22:11:33.000Z","size":13,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-10-29T07:17:40.758Z","etag":null,"topics":["dispatch","dispatcher","dynamic-dispatch","libraries","pypi","pypi-packages","python","python-3","python-3-8","python-decorator","python-decorators","python-functional","python-library","python-utility","python38"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/XevoInc.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":"2020-06-09T21:54:10.000Z","updated_at":"2020-07-22T21:33:33.000Z","dependencies_parsed_at":"2022-09-10T03:53:45.123Z","dependency_job_id":null,"html_url":"https://github.com/XevoInc/dynamic_dispatch","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XevoInc%2Fdynamic_dispatch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XevoInc%2Fdynamic_dispatch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XevoInc%2Fdynamic_dispatch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XevoInc%2Fdynamic_dispatch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/XevoInc","download_url":"https://codeload.github.com/XevoInc/dynamic_dispatch/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224374744,"owners_count":17300691,"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":["dispatch","dispatcher","dynamic-dispatch","libraries","pypi","pypi-packages","python","python-3","python-3-8","python-decorator","python-decorators","python-functional","python-library","python-utility","python38"],"created_at":"2024-11-13T02:07:57.925Z","updated_at":"2024-11-13T02:07:58.515Z","avatar_url":"https://github.com/XevoInc.png","language":"Python","readme":"# Dynamic Dispatch\n\n![Build status](https://img.shields.io/github/workflow/status/XevoInc/dynamic_dispatch/Push%20CI/master)\n[![PyPI](https://img.shields.io/pypi/v/dynamic-dispatch)](https://pypi.org/project/dynamic-dispatch/)\n![PyPI - License](https://img.shields.io/pypi/l/dynamic-dispatch)\n\nA lightweight, dynamic dispatch implementation for classes and functions. This allows a class or function to delegate\nits implementation conditioned on the value of its first argument. This is similar to `functools.singledispatch`,\nhowever this library dispatches over value while the other dispatches over type.\n\n## Install\n\nYou may install this via the [`dynamic-dispatch`](https://pypi.org/project/dynamic-dispatch/) package on [PyPi](https://pypi.org):\n\n```bash\npip3 install dynamic-dispatch\n```\n\n## Usage\n\n\n## Development\n\nWhen developing, it is recommended to use Pipenv. To create your development environment:\n\n```bash\npipenv install --dev\n```\n\n### Testing\n\nThis library uses the `unittest` framework. Tests may be run with the following:\n\n```bash\npython3 -m unittest\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxevoinc%2Fdynamic_dispatch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxevoinc%2Fdynamic_dispatch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxevoinc%2Fdynamic_dispatch/lists"}