{"id":26870917,"url":"https://github.com/btbytes/silkhomeassignment","last_synced_at":"2025-07-14T04:17:40.986Z","repository":{"id":265761371,"uuid":"642117997","full_name":"btbytes/SilkHomeAssignment","owner":"btbytes","description":"Silk Home Assignment","archived":false,"fork":false,"pushed_at":"2023-05-25T02:36:00.000Z","size":176,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-25T03:53:36.747Z","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/btbytes.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":"2023-05-17T21:32:54.000Z","updated_at":"2024-09-25T18:44:55.000Z","dependencies_parsed_at":"2024-11-30T20:36:20.990Z","dependency_job_id":"56f3b450-ad87-4f66-8015-9ac7fbcfaf91","html_url":"https://github.com/btbytes/SilkHomeAssignment","commit_stats":null,"previous_names":["btbytes/silkhomeassignment"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/btbytes%2FSilkHomeAssignment","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/btbytes%2FSilkHomeAssignment/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/btbytes%2FSilkHomeAssignment/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/btbytes%2FSilkHomeAssignment/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/btbytes","download_url":"https://codeload.github.com/btbytes/SilkHomeAssignment/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246429499,"owners_count":20775809,"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":"2025-03-31T07:17:46.998Z","updated_at":"2025-03-31T07:17:47.452Z","avatar_url":"https://github.com/btbytes.png","language":"Python","readme":"# Silk Home Assignment\n\n## Setup\n\nThis application uses [python-poetry](https://python-poetry.org) for packaging, and dependency management.\nMake sure you have it installed.\n\nTo install the application dependencies, run `poetry install` in the root of this project.\n\nTo activate the python environment with all the dependencies installed, run `poetry shell`.\n\nAll subsequent commands are assumed to be run inside that environment.\n\nDependencies are captured in the `pyproject.toml` file. Some interesting ones are:\n\n* Python 3.11 - this is the version I use on my dev laptop.\n* `atlassian-python-api` for interacting with Jira.\n* `lorem` for generating random strings.\n* `toml` for configuration format.\n* `tinydb` for storing json as a db, since it claims to have API compatibility with Mongo, and for this small exercise, it is good enough.\n* `pandas` and `matplotlib` for data manipulation and plotting.\n\n## Running\n\nAll the programs have sensible defaults, and you have to set only the configuration. Copy `config.toml.sample`\nto `config.toml` and set the values. The `project` key corresponds to the Jira Project.\n\nThe three functionalities are provided as three script entry points:\n\n* [x] `poetry run gentickets` -- to create the the random tickets\n* [x] `poetry run populatedb` -- to download the high priority tickets\n* [x] `poetry run plottickets` -- to generate plot of high priority tickets/min\n\n\n## Output\n\nSee [output/issues.json](output/issues.json) for a dump of the Jira issues my program created.\n\nPlotted output\n\n![Plotted Output](output/issues_per_minute.png)","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbtbytes%2Fsilkhomeassignment","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbtbytes%2Fsilkhomeassignment","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbtbytes%2Fsilkhomeassignment/lists"}