GithubHelp home page GithubHelp logo

amutaher / temporal Goto Github PK

View Code? Open in Web Editor NEW

This project forked from datahenge/temporal

0.0 0.0 0.0 112 KB

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

License: GNU Lesser General Public License v3.0

JavaScript 3.56% Python 96.44%

temporal's Introduction

Temporal: Time after Time

An ERPNext App that integrates with Redis to rapidly provide calendar information.

Documentation

Most of my documentation can be found here using GitHub Pages.

What is Temporal?

Temporal does a few interesting things:

  1. It is a useful library of Python functions. You can import and leverage these in your own Frappe and ERPNext Apps.
  2. It creates a Redis dataset containing Calendar information.
  3. It creates a DocType containing Calendar information.

Installation

Using Bench:

bench get-app https://github.com/Datahenge/temporal
bench --site <your_site_name> install-app temporal

Manual Installation

If for some reason, don't want to use Bench for downloading the App:

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

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

License

Lesser GNU Public License version 3.

temporal's People

Contributors

brian-pond 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.