Skip to content

Temporal is a library of useful Date and Time functions (plus a Redis database) that can be integrated with other Frappe framework applications.

License

Notifications You must be signed in to change notification settings

empress-eco/redis_date_time

 
 

Repository files navigation

Logo

A robust Empress App that leverages Redis for swift and streamlined calendar information retrieval.
Explore the Docs · Report Bug · Request Feature

About Redis_Date_Time

📖 Overview

Redis_Date_Time boosts your productivity by significantly enhancing the speed and efficiency of calendar information retrieval. This Empress App integrates with Redis to provide swift access to calendar data, delivering a smooth user experience tailored for those who value time and efficiency.

🌟 Key Features

  • A comprehensive library of Python functions for customization.
  • A Redis dataset packed with calendar information for speedy access.
  • A DocType equipped with calendar data for user convenience.

Technical Stack and Setup Instructions

Redis_Date_Time is built on the robust Empress platform and utilizes Redis for swift data retrieval.

Prerequisites

  • An operational Empress site
  • Bench installed

Installation

Using Bench:

bench get-app https://github.com/empress-eco/redis_date_time.git
bench --site <your_site_name> install-app temporal

Manual Installation

cd <your_bench_directory>
source env/bin/activate
cd apps
git clone https://github.com/empress-eco/redis_date_time.git
cd temporal
pip install -e .
deactivate

cd <your_bench_directory>
bench --site <your_site_name> install-app temporal

Usage

Redis_Date_Time is easy to use. After installation, you can import and use the Python functions in your apps. Leverage the Redis dataset for rapid calendar information retrieval, or utilize the DocType for calendar data handling.

Contribution Guidelines

We warmly welcome contributions. Follow these steps to contribute:

  • Fork the Project
  • Create your Feature Branch (git checkout -b feature/AmazingFeature)
  • Commit your Changes (git commit -m 'Add some AmazingFeature')
  • Push to the Branch (git push origin feature/AmazingFeature)
  • Open a Pull Request

Remember, every contribution, however small, is valuable in enhancing this project.

License and Acknowledgements

License

This project and your contributions are licensed under the MIT License.

Acknowledgements

We express profound gratitude to the Empress Community for creating the essential tools that power this project. Their innovation and dedication have been instrumental in building the foundations and functionalities we rely on. We appreciate their pioneering work and ongoing support.

About

Temporal is a library of useful Date and Time functions (plus a Redis database) that can be integrated with other Frappe framework applications.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.5%
  • JavaScript 2.3%
  • Shell 0.2%