Git Product home page Git Product logo

tasklit's Introduction

codecov tests Downloads

tasklit

A browser-based task scheduling app build on streamlit. Demo

How to use?

Too lazy to write cronjobs? Working on a headless system and want to have a GUI? Tasklit is a simple task scheduling application that allows you to schedule different processes via browser interface.

Get started

  • create an environment conda create --name tasklit python=3.8
  • install with pip install tasklit
  • run with tasklit
  • visit the website (default is http://localhost:8501 or network ip)
  • Submit a new task. Example to run a test script on your desktop on a Mac system: python \Users\username\Desktop\myscript.py

For local development:

  • Clone the repository locally: git clone https://github.com/straussmaximilian/tasklit.git
  • install with pip install . or pip install -e . for the editable version
  • for pinned requirments install the development-requirements: pip install .[develop]

Limitations

  • Only task execution, no logic based on return values

Planned

  • Notifications (Email, Slack, Teams)

Acknowledgements

The PyPi workflow and installation routine is largely copied form the AlphaTims- repository.

Tests

  • Run tests via coverage run -m unittest discover tests
  • Check test coverage via coverage report -m

tasklit's People

Contributors

secretlake avatar straussmaximilian avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.