{"id":14970859,"url":"https://github.com/straussmaximilian/tasklit","last_synced_at":"2025-08-07T09:13:02.446Z","repository":{"id":46135076,"uuid":"391330000","full_name":"straussmaximilian/tasklit","owner":"straussmaximilian","description":"A task scheduling app build on streamlit.","archived":false,"fork":false,"pushed_at":"2021-11-11T14:34:04.000Z","size":12338,"stargazers_count":14,"open_issues_count":2,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-09-30T09:32:19.071Z","etag":null,"topics":["cronjob","gui","scheduler","streamlit","workflow"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/straussmaximilian.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.md","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":"2021-07-31T10:56:29.000Z","updated_at":"2024-06-29T03:46:41.000Z","dependencies_parsed_at":"2022-09-26T17:40:51.665Z","dependency_job_id":null,"html_url":"https://github.com/straussmaximilian/tasklit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/straussmaximilian%2Ftasklit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/straussmaximilian%2Ftasklit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/straussmaximilian%2Ftasklit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/straussmaximilian%2Ftasklit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/straussmaximilian","download_url":"https://codeload.github.com/straussmaximilian/tasklit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219862885,"owners_count":16555951,"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":["cronjob","gui","scheduler","streamlit","workflow"],"created_at":"2024-09-24T13:44:15.084Z","updated_at":"2024-10-11T04:42:14.986Z","avatar_url":"https://github.com/straussmaximilian.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![codecov](https://codecov.io/gh/straussmaximilian/tasklit/branch/main/graph/badge.svg?token=BW3L9GQ7M1)](https://codecov.io/gh/straussmaximilian/tasklit)\n![tests](https://github.com/straussmaximilian/tasklit/actions/workflows/run_unittests_and_linting.yml/badge.svg?branch=main)\n[![Downloads](https://pepy.tech/badge/tasklit)](https://pepy.tech/project/tasklit)\n\n# tasklit\nA browser-based task scheduling app build on streamlit.\n![Demo](assets/demo.gif)\n\n## How to use?\n\nToo lazy to write cronjobs? Working on a headless system and want to have a GUI?\n`Tasklit` is a simple task scheduling application that allows you to schedule different processes via browser interface.\n\n### Get started\n\n* create an environment `conda create --name tasklit python=3.8`\n* install with `pip install tasklit`\n* run with `tasklit`\n* visit the website (default is `http://localhost:8501` or network ip)\n* Submit a new task. Example to run a test script on your desktop on a Mac system: `python \\Users\\username\\Desktop\\myscript.py`\n\nFor local development:\n* Clone the repository locally: `git clone https://github.com/straussmaximilian/tasklit.git`\n* install with `pip install .` or `pip install -e .` for the editable version\n* for pinned requirments install the development-requirements: `pip install .[develop]`\n\n## Limitations\n* Only task execution, no logic based on return values\n\n## Planned\n* Notifications (Email, Slack, Teams)\n\n## Acknowledgements\nThe PyPi workflow and installation routine is largely copied form the [AlphaTims](https://github.com/MannLabs/alphatims)- repository.\n\n## Tests\n* Run tests via\n  ```coverage run -m unittest discover tests```\n* Check test coverage via ```coverage report -m```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstraussmaximilian%2Ftasklit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstraussmaximilian%2Ftasklit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstraussmaximilian%2Ftasklit/lists"}