ts-shape 0.0.0.19__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) [2024] Jakob Gabriel
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1,75 @@
1
+ Metadata-Version: 2.1
2
+ Name: ts-shape
3
+ Version: 0.0.0.19
4
+ Summary: ts-shape filters, transforms and engineers your timeseries dataframe
5
+ Home-page: https://jakobgabriel.github.io/ts-shape/
6
+ Author: Jakob Gabriel
7
+ Author-email: jakob.gabriel5@googlemail.com
8
+ Project-URL: Bug Tracker, https://github.com/jakobgabriel/ts-shape
9
+ Classifier: Programming Language :: Python :: 3
10
+ Classifier: License :: OSI Approved :: MIT License
11
+ Classifier: Operating System :: OS Independent
12
+ Requires-Python: >=3.10
13
+ Description-Content-Type: text/markdown
14
+ License-File: LICENSE.txt
15
+
16
+ # ts-shape | Timeseries Shaper
17
+
18
+ [![pypi version](https://img.shields.io/pypi/v/timeseries-shaper.svg)](https://pypi.org/project/timeseries-shaper/)
19
+ [![downloads](https://static.pepy.tech/badge/timeseries-shaper/week)](https://pepy.tech/projects/timeseries-shaper)
20
+ ![documentation workflow](https://github.com/jakobgabriel/ts-shape/actions/workflows/generate_docs.yml/badge.svg)
21
+ [![documentation](https://img.shields.io/badge/docs-mkdocs-708FCC.svg?style=flat)](https://jakobgabriel.github.io/ts-shape/)
22
+
23
+ ----
24
+
25
+ This repository contains the *ts-shape* python package. The abbreviation stands for
26
+
27
+ *"Time Series shaping with rule based methods"*.
28
+
29
+ ts-shape is a Python library for efficiently transforms, contextualizes and extracts events from time series data. It provides a set of tools to handle various transformations, making data preparation tasks easier and more intuitive.
30
+
31
+ Besides that multiple engineering specific methods are utilized to make it fast and easy to work with time series data.
32
+
33
+ ## Features | Concept
34
+
35
+
36
+ | **Category** | **Feature** | **Status** |
37
+ |---------------|--------------------------------------------------------|------------|
38
+ | **Transform** | Filters: Datatype-specific filters | ✔️ |
39
+ | | Functions: Lambda functions for transformations | ✔️ |
40
+ | | Time Functions: Time-specific transformations | ✔️ |
41
+ | | Calculator: Calculation-based transformations | ✔️ |
42
+ | **Features** | Stats: Datatype-specific statistics | ✔️ |
43
+ | | Time Stats: Timestamp-specific statistics | ✔️ |
44
+ | **Context** | Contextualize Timeseries datasets with foreign sources | ❌ |
45
+ | **Events** | Quality Events | ❌ |
46
+ | | Maintenance Events | ❌ |
47
+ | | Production Events | ❌ |
48
+ | | Engineering Events | ❌ |
49
+
50
+
51
+ ## Installation
52
+
53
+ Install ts-shape using pip:
54
+
55
+ ```bash
56
+ pip install timeseries-shaper
57
+ ```
58
+
59
+ ## Documentation
60
+
61
+ For full documentation, visit GitHub Pages or check out the docstrings in the code.
62
+
63
+ ## Contributing
64
+
65
+ Contributions are welcome! For major changes, please open an issue first to discuss what you would like to change.
66
+
67
+ Please ensure to update tests as appropriate.
68
+
69
+ ## License
70
+
71
+ Distributed under the MIT License. See LICENSE for more information.
72
+
73
+ ## Acknowledgements
74
+
75
+ !TODO
@@ -0,0 +1,5 @@
1
+ ts_shape-0.0.0.19.dist-info/LICENSE.txt,sha256=UXgjgNU8nlKghkmYDWjfWACwvegEQPgqsdZYX10SIuQ,1091
2
+ ts_shape-0.0.0.19.dist-info/METADATA,sha256=QYuMttqJIFtNZCY0waut4yo8bcOqrRqRMPDwOlum1r0,3316
3
+ ts_shape-0.0.0.19.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
4
+ ts_shape-0.0.0.19.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
5
+ ts_shape-0.0.0.19.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: bdist_wheel (0.41.2)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+