Metadata-Version: 2.1
Name: workplanner
Version: 1.0.1
Summary: Microservice for scheduling tasks by intervals
Home-page: https://github.com/pavelmaksimov/work-planner
License: Apache-2.0
Keywords: python,tasker,scheduler,task-manager,task-scheduler
Author: Pavel Maksimov
Author-email: vur21@ya.ru
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: better-exceptions (>=0.3.3,<0.4.0)
Requires-Dist: confz (==1.8.1)
Requires-Dist: fastapi (>=0.88,<0.89)
Requires-Dist: loguru (>=0.6.0,<0.7.0)
Requires-Dist: orjson (>=3.8.4,<4.0.0)
Requires-Dist: pendulum (>=2.1.2,<3.0.0)
Requires-Dist: script-master-helper (>=0.0.2,<0.0.3)
Requires-Dist: sqlalchemy (>=2.0b,<3.0)
Requires-Dist: typer (>=0.7.0,<0.8.0)
Requires-Dist: uvicorn[standart] (>=0.20.0,<0.21.0)
Project-URL: Repository, https://github.com/pavelmaksimov/work-planner.git
Description-Content-Type: text/markdown

# Microservice for scheduling tasks

## Install
    poetry add workplanner

or

    pip install workplanner


## Run
Set environment variable `WORKPLANNER_HOME`.\
After run:

    workplanner --help
    workplanner

Default port 14444

[Swagger](https://github.com/swagger-api/swagger-ui): \
http://127.0.0.1:14444/docs

[Redoc](https://github.com/Redocly/redoc): \
http://127.0.0.1:14444/redoc

