studytimer-analytics 1.0.0__tar.gz → 1.0.2__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.
- {studytimer_analytics-1.0.0 → studytimer_analytics-1.0.2}/PKG-INFO +1 -2
- {studytimer_analytics-1.0.0 → studytimer_analytics-1.0.2}/README.md +0 -1
- {studytimer_analytics-1.0.0 → studytimer_analytics-1.0.2}/pyproject.toml +6 -2
- studytimer_analytics-1.0.0/studytimer_analytics.egg-info/PKG-INFO +0 -20
- studytimer_analytics-1.0.0/studytimer_analytics.egg-info/SOURCES.txt +0 -6
- studytimer_analytics-1.0.0/studytimer_analytics.egg-info/dependency_links.txt +0 -1
- studytimer_analytics-1.0.0/studytimer_analytics.egg-info/top_level.txt +0 -1
- {studytimer_analytics-1.0.0 → studytimer_analytics-1.0.2}/setup.cfg +0 -0
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: studytimer-analytics
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.2
|
|
4
4
|
Summary: OOP analytics library for StudySync
|
|
5
5
|
License: MIT
|
|
6
6
|
Requires-Python: >=3.10
|
|
7
7
|
Description-Content-Type: text/markdown
|
|
8
8
|
|
|
9
9
|
# studytimer-analytics
|
|
10
|
-
|
|
11
10
|
OOP analytics library for StudySync.
|
|
12
11
|
|
|
13
12
|
## Install
|
|
@@ -4,11 +4,15 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "studytimer-analytics"
|
|
7
|
-
version = "1.0.
|
|
7
|
+
version = "1.0.2"
|
|
8
8
|
description = "OOP analytics library for StudySync"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.10"
|
|
11
11
|
license = { text = "MIT" }
|
|
12
12
|
|
|
13
|
+
[tool.setuptools]
|
|
14
|
+
package-dir = {"" = ".."}
|
|
15
|
+
|
|
13
16
|
[tool.setuptools.packages.find]
|
|
14
|
-
where = ["
|
|
17
|
+
where = [".."]
|
|
18
|
+
include = ["studytimer_analytics*"]
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.4
|
|
2
|
-
Name: studytimer-analytics
|
|
3
|
-
Version: 1.0.0
|
|
4
|
-
Summary: OOP analytics library for StudySync
|
|
5
|
-
License: MIT
|
|
6
|
-
Requires-Python: >=3.10
|
|
7
|
-
Description-Content-Type: text/markdown
|
|
8
|
-
|
|
9
|
-
# studytimer-analytics
|
|
10
|
-
|
|
11
|
-
OOP analytics library for StudySync.
|
|
12
|
-
|
|
13
|
-
## Install
|
|
14
|
-
pip install studytimer-analytics
|
|
15
|
-
|
|
16
|
-
## Classes
|
|
17
|
-
- SessionTimer
|
|
18
|
-
- ReportAggregator
|
|
19
|
-
- DurationFormatter
|
|
20
|
-
- StudyGoalEvaluator
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
dist
|
|
File without changes
|