Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/Datahenge/temporal

Temporal is a library of useful Date and Time functions (plus a Redis database) that can be integrated with other Frappe framework applications.
https://github.com/Datahenge/temporal

calendar datetime erpnext frappe-framework

Last synced: about 1 month ago
JSON representation

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

Lists

README

        

## Temporal: Time after Time

An ERPNext [App](https://frappeframework.com/docs/user/en/basics/apps) that integrates with Redis to rapidly provide calendar information.

### Documentation
Most of my documentation [can be found here](https://datahenge.github.io/temporal/) 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 install-app temporal
```

#### Manual Installation
If for some reason, don't want to use Bench for *downloading* the App:
```
cd
source env/bin/activate
cd apps
git clone https://github.com/Datahenge/temporal
cd temporal
pip install -e .
deactivate

cd
bench --site install-app temporal
```

#### License
Lesser GNU Public License version 3.