Performs logical operations on event-style data.
Project description
Description
EventLogic is a lightweight library for performing logical operations on event-style or timestamp data. Logical operations on event-style data are commonplace in many fields. This library seeks to provide a generalized framework and methods for dealing with this data.
Installation
EventLogic can be installed with pip.
pip install --upgreade pip
pip install eventlogic
Examples
#There are 9 flavors of event interactions:
Case: Event: On Off Times:
1 a: |------| b: |------|
2 a: |------| b: |------|
3 a: |------| b: |------|
4 a: |------| b: |------|
5 a: |------| b: |------|
6 a: |------| b: |------|
7 a: |------| b: |------|
8 a: |------| b: |---|
9 a: |------| b: |----------|
#If we look at case 1:
a = Event(3,4)
b = Event(1,2)
a > b
a < b
a | b
#If we look at case 9:
a = Event(3,4)
b = Event(2,5)
a in b
a not in b
c = a & b
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file eventlogic-0.1.2.tar.gz.
File metadata
- Download URL: eventlogic-0.1.2.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d6fbb8ae5eac89850bb5efe577f50147126cd9f720baf5ee390be06e18c5f900
|
|
| MD5 |
5708e1be689bfc937fd5eb0240bb8254
|
|
| BLAKE2b-256 |
ef485e46d4a9a33b6790d7d9b3be201483897c5fc4d3e4cd706862eb0395b243
|
File details
Details for the file eventlogic-0.1.2-py3-none-any.whl.
File metadata
- Download URL: eventlogic-0.1.2-py3-none-any.whl
- Upload date:
- Size: 7.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eb06aa4f0f0a76bedeebdc4aa58e691791570a058e34874d577c7911d758afbe
|
|
| MD5 |
c801b258fc10bb40485a472287a347eb
|
|
| BLAKE2b-256 |
cbbbdd04c238922fe40733b7fea84b1ccde9f4ed674f138510849ed33ac3b281
|