Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,15 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language: en
|
3 |
+
pipeline_tag: time-series-forecasting
|
4 |
+
tags:
|
5 |
+
- cryptographic-validation
|
6 |
+
- temporal-anchoring
|
7 |
+
- anomaly-detection
|
8 |
+
license: cc0-1.0
|
9 |
+
---
|
10 |
+
|
11 |
+
# ChronoLock: Python Library for Temporal Validation
|
12 |
+
|
13 |
+
```python
|
14 |
+
# Install from PyPI (coming soon)
|
15 |
+
pip install chronolock
|