{"id":27624404,"url":"https://github.com/codeofandrin/uncle-nelson","last_synced_at":"2025-04-23T11:39:17.950Z","repository":{"id":289086998,"uuid":"969509435","full_name":"codeofandrin/uncle-nelson","owner":"codeofandrin","description":"A small library to calculate mixes for the game Schedule 1","archived":false,"fork":false,"pushed_at":"2025-04-21T13:19:27.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-21T13:41:58.799Z","etag":null,"topics":["calculator","python","python3","schedule-1","schedule-i"],"latest_commit_sha":null,"homepage":"https://uncle-nelson.readthedocs.io/latest/","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/codeofandrin.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,"zenodo":null}},"created_at":"2025-04-20T10:08:07.000Z","updated_at":"2025-04-21T13:32:11.000Z","dependencies_parsed_at":"2025-04-21T13:42:04.546Z","dependency_job_id":"2551ed96-b7d0-47c3-8800-c10fc3f3df14","html_url":"https://github.com/codeofandrin/uncle-nelson","commit_stats":null,"previous_names":["codeofandrin/uncle-nelson"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeofandrin%2Funcle-nelson","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeofandrin%2Funcle-nelson/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeofandrin%2Funcle-nelson/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeofandrin%2Funcle-nelson/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codeofandrin","download_url":"https://codeload.github.com/codeofandrin/uncle-nelson/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250429185,"owners_count":21429293,"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":["calculator","python","python3","schedule-1","schedule-i"],"created_at":"2025-04-23T11:39:17.302Z","updated_at":"2025-04-23T11:39:17.936Z","avatar_url":"https://github.com/codeofandrin.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n\u003ch1 align=\"center\"\u003euncle-nelson\u003c/h1\u003e\n\u003cp align=\"center\"\u003eA small library to calculate mixes for the game Schedule 1.\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://pypi.org/project/uncle-nelson/\"\u003e\u003cimg alt=\"PyPi version\" src=\"https://img.shields.io/pypi/v/uncle-nelson?style=flat-square\u0026color=016dad\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://pypi.org/project/uncle-nelson/\"\u003e\u003cimg alt=\"Python version\" src=\"https://img.shields.io/pypi/pyversions/uncle-nelson?style=flat-square\u0026color=016dad\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/codeofandrin/uncle-nelson/blob/main/LICENSE\"\u003e\u003cimg alt=\"License\" src=\"https://img.shields.io/github/license/codeofandrin/uncle-nelson?style=flat-square\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\n## Installing\n\n**Python 3.9 or higher is required**\n\nTo install the latest stable version, use\n```cmd\npip install -U uncle-nelson\n```\n\nTo install the development version (**may be unstable**), use\n```cmd\npip install -U git+https://github.com/codeofandrin/uncle-nelson\n```\n\n\n## Example\n\n```python\nfrom uncle_nelson import calculate_mix, DrugType, IngredientType\n\ndef main():\n    mix = calculate_mix(DrugType.meth, [IngredientType.cuke, IngredientType.banana])\n    effects = \", \".join(e.value for e in mix.effects)\n    \n    print(f\"Your custom mix has following effects: {effects}\")\n\nif __name__ == \"__main__\":\n    main()\n```\n\n\n## Links\n* [Documentation][1] \u003cbr\u003e\n\n\n[1]: https://uncle-nelson.readthedocs.io/latest/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeofandrin%2Funcle-nelson","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodeofandrin%2Funcle-nelson","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeofandrin%2Funcle-nelson/lists"}