{"id":20137374,"url":"https://github.com/pydoit/doit-plugin-sample","last_synced_at":"2025-06-24T19:35:48.134Z","repository":{"id":30079282,"uuid":"33628845","full_name":"pydoit/doit-plugin-sample","owner":"pydoit","description":"`doit` Command plugin sample","archived":false,"fork":false,"pushed_at":"2015-04-08T19:55:30.000Z","size":120,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-02T22:45:19.697Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pydoit.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}},"created_at":"2015-04-08T19:54:12.000Z","updated_at":"2018-04-10T18:24:18.000Z","dependencies_parsed_at":"2022-09-22T21:01:29.999Z","dependency_job_id":null,"html_url":"https://github.com/pydoit/doit-plugin-sample","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pydoit/doit-plugin-sample","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pydoit%2Fdoit-plugin-sample","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pydoit%2Fdoit-plugin-sample/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pydoit%2Fdoit-plugin-sample/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pydoit%2Fdoit-plugin-sample/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pydoit","download_url":"https://codeload.github.com/pydoit/doit-plugin-sample/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pydoit%2Fdoit-plugin-sample/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261743926,"owners_count":23203245,"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-11-13T21:27:07.119Z","updated_at":"2025-06-24T19:35:48.092Z","avatar_url":"https://github.com/pydoit.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"A sample command plugin for [doit](http://pydoit.org).\n\n\n## setuptools integration\n\nIf you install this module using setuptools/pip,\n`doit` will auto-load the plugin on its execution.\n\n```\npip install git+https://github.com/pydoit/doit-plugin-sample.git\n```\n\nNote that in the plugin `setup.py` the entry-point group should\nbe `doit.` followed by the plugin category name, in this case `COMMAND`.\n\n```\n      entry_points = {\n          'doit.COMMAND': [\n              'plug_sample = doit_sample_cmd:SampleCmd'\n          ]\n      },\n```\n\n## local plugins\n\nIt is also possible to just put this module anywhere in your `PYTHONPATH`\nand enable it by adding the following lines into you `doit.cfg` file:\n\n```\n[COMMAND]\nplug_sample = doit_sample_cmd:SampleCmd\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpydoit%2Fdoit-plugin-sample","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpydoit%2Fdoit-plugin-sample","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpydoit%2Fdoit-plugin-sample/lists"}