{"id":25219459,"url":"https://github.com/deniskropp/python-testing","last_synced_at":"2025-09-10T12:39:19.287Z","repository":{"id":243223623,"uuid":"811187031","full_name":"deniskropp/python-testing","owner":"deniskropp","description":"Python module repo for basic testing of RepoAgent","archived":false,"fork":false,"pushed_at":"2024-06-07T18:27:49.000Z","size":136,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T05:42:06.620Z","etag":null,"topics":["automation","documentation","generative-ai","python3","testing"],"latest_commit_sha":null,"homepage":"https://github.com/OpenBMB/RepoAgent","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/deniskropp.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-06T05:37:46.000Z","updated_at":"2024-06-07T18:27:52.000Z","dependencies_parsed_at":"2024-06-07T12:58:07.648Z","dependency_job_id":null,"html_url":"https://github.com/deniskropp/python-testing","commit_stats":null,"previous_names":["deniskropp/python-testing"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deniskropp%2Fpython-testing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deniskropp%2Fpython-testing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deniskropp%2Fpython-testing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deniskropp%2Fpython-testing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deniskropp","download_url":"https://codeload.github.com/deniskropp/python-testing/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247318749,"owners_count":20919483,"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":["automation","documentation","generative-ai","python3","testing"],"created_at":"2025-02-10T21:08:52.918Z","updated_at":"2025-04-05T10:16:18.868Z","avatar_url":"https://github.com/deniskropp.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jobsNqueues\n\n\n## About\n\n`jobsNqueues` is a python package that provides a simple way to manage and\nexecute jobs. It includes a basic queue and job object.\n\n\n## Installation\n\nTo install the `jobsNqueues` package, you can use pip:\n\n```bash\n  pip install jobsNqueues\n```\n\n## Usage\n\n```python\n  from jobsNqueues import Queue, Job\n\n  queue = Queue()\n  queue.push(Job(print, 'hello', end='\\n'))\n  queue.push(Job(print, 'world', end='\\n'))\n\n  while (not queue.empty()):\n    job = queue.pop()\n    job.run()\n```\n\n\n## Development\n\n```bash\n  pip install -e .\n```\n\n\n## License\n\nMIT License\n\n\n## Author\n\n[Denis Kropp](https://github.com/deniskropp)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeniskropp%2Fpython-testing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeniskropp%2Fpython-testing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeniskropp%2Fpython-testing/lists"}