parcae 0.1.0__tar.gz → 0.1.1__tar.gz
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.
Potentially problematic release.
This version of parcae might be problematic. Click here for more details.
- {parcae-0.1.0/parcae.egg-info → parcae-0.1.1}/PKG-INFO +1 -1
- parcae-0.1.1/models/hmm.joblib +0 -0
- {parcae-0.1.0 → parcae-0.1.1}/models/hmm.npz +0 -0
- {parcae-0.1.0 → parcae-0.1.1}/parcae/__init__.py +1 -1
- {parcae-0.1.0 → parcae-0.1.1}/parcae/cli.py +1 -1
- {parcae-0.1.0 → parcae-0.1.1/parcae.egg-info}/PKG-INFO +1 -1
- {parcae-0.1.0 → parcae-0.1.1}/parcae.egg-info/SOURCES.txt +1 -0
- {parcae-0.1.0 → parcae-0.1.1}/pyproject.toml +1 -1
- {parcae-0.1.0 → parcae-0.1.1}/LICENSE +0 -0
- {parcae-0.1.0 → parcae-0.1.1}/README.md +0 -0
- {parcae-0.1.0 → parcae-0.1.1}/parcae/api.py +0 -0
- {parcae-0.1.0 → parcae-0.1.1}/parcae.egg-info/dependency_links.txt +0 -0
- {parcae-0.1.0 → parcae-0.1.1}/parcae.egg-info/entry_points.txt +0 -0
- {parcae-0.1.0 → parcae-0.1.1}/parcae.egg-info/requires.txt +0 -0
- {parcae-0.1.0 → parcae-0.1.1}/parcae.egg-info/top_level.txt +0 -0
- {parcae-0.1.0 → parcae-0.1.1}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: parcae
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: Infer daily rhythm and sleep schedule from message timestamps
|
|
5
5
|
Project-URL: Homepage, https://github.com/jeremyctrl/parcae
|
|
6
6
|
Project-URL: Repository, https://github.com/jeremyctrl/parcae
|
|
Binary file
|
|
Binary file
|
|
@@ -51,7 +51,7 @@ def circular_mean_minutes(values):
|
|
|
51
51
|
def main():
|
|
52
52
|
parser = argparse.ArgumentParser(prog="parcae")
|
|
53
53
|
parser.add_argument("csv", help="CSV file with a 'timestamp' column")
|
|
54
|
-
parser.add_argument("-v", "--version", action="version", version="%(prog)s 0.1.
|
|
54
|
+
parser.add_argument("-v", "--version", action="version", version="%(prog)s 0.1.1")
|
|
55
55
|
args = parser.parse_args()
|
|
56
56
|
|
|
57
57
|
print("+ Parcae analysis\n")
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: parcae
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: Infer daily rhythm and sleep schedule from message timestamps
|
|
5
5
|
Project-URL: Homepage, https://github.com/jeremyctrl/parcae
|
|
6
6
|
Project-URL: Repository, https://github.com/jeremyctrl/parcae
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|