/python-utils

Primary LanguagePythonMIT LicenseMIT

python-utils

Python packages to cover day to day problem solving, current edition has a working REST API wiht elastic integration,and periodic scheduler.

Python Flask with REST API backend

Rest API services using Flask and sqllite, elastic

Basic demo services demoing generic crud operations of a resource using both elastic and sqllite database elastic search module at: https://pypi.org/project/elasticsearch/

fully functional Periodic scheduler utility

Handy utility class to demonstrate both one time timers and periodic schedulers using apscheduler. This is very useful feature when you may have update few resources periodically on an interval, and dont have access to system resources like crontabs etc. Learn about apscheduler here: https://apscheduler.readthedocs.io/en/latest/