commons-metrics 0.0.12__tar.gz → 0.0.13__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.
- {commons_metrics-0.0.12 → commons_metrics-0.0.13}/PKG-INFO +2 -10
- commons_metrics-0.0.13/commons_metrics.egg-info/PKG-INFO +9 -0
- {commons_metrics-0.0.12 → commons_metrics-0.0.13}/setup.py +1 -1
- commons_metrics-0.0.12/commons_metrics.egg-info/PKG-INFO +0 -17
- {commons_metrics-0.0.12 → commons_metrics-0.0.13}/LICENSE +0 -0
- {commons_metrics-0.0.12 → commons_metrics-0.0.13}/README.md +0 -0
- {commons_metrics-0.0.12 → commons_metrics-0.0.13}/commons_metrics/__init__.py +0 -0
- {commons_metrics-0.0.12 → commons_metrics-0.0.13}/commons_metrics/database.py +0 -0
- {commons_metrics-0.0.12 → commons_metrics-0.0.13}/commons_metrics/repositories.py +0 -0
- {commons_metrics-0.0.12 → commons_metrics-0.0.13}/commons_metrics/util.py +0 -0
- {commons_metrics-0.0.12 → commons_metrics-0.0.13}/commons_metrics.egg-info/SOURCES.txt +0 -0
- {commons_metrics-0.0.12 → commons_metrics-0.0.13}/commons_metrics.egg-info/dependency_links.txt +0 -0
- {commons_metrics-0.0.12 → commons_metrics-0.0.13}/commons_metrics.egg-info/requires.txt +0 -0
- {commons_metrics-0.0.12 → commons_metrics-0.0.13}/commons_metrics.egg-info/top_level.txt +0 -0
- {commons_metrics-0.0.12 → commons_metrics-0.0.13}/setup.cfg +0 -0
|
@@ -1,17 +1,9 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
2
|
Name: commons_metrics
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.13
|
|
4
4
|
Summary: A simple library for basic statistical calculations
|
|
5
5
|
Author: Bancolombia
|
|
6
6
|
Author-email: omar.david.pino@email.com
|
|
7
7
|
License: MIT
|
|
8
8
|
Requires-Python: >=3.7
|
|
9
9
|
License-File: LICENSE
|
|
10
|
-
Requires-Dist: boto3
|
|
11
|
-
Dynamic: author
|
|
12
|
-
Dynamic: author-email
|
|
13
|
-
Dynamic: license
|
|
14
|
-
Dynamic: license-file
|
|
15
|
-
Dynamic: requires-dist
|
|
16
|
-
Dynamic: requires-python
|
|
17
|
-
Dynamic: summary
|
|
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|
|
2
2
|
|
|
3
3
|
setup(
|
|
4
4
|
name='commons_metrics',
|
|
5
|
-
version='0.0.
|
|
5
|
+
version='0.0.13',
|
|
6
6
|
description='A simple library for basic statistical calculations',
|
|
7
7
|
#long_description=open('USAGE.md').read(),
|
|
8
8
|
#long_description_content_type='text/markdown',
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.4
|
|
2
|
-
Name: commons_metrics
|
|
3
|
-
Version: 0.0.12
|
|
4
|
-
Summary: A simple library for basic statistical calculations
|
|
5
|
-
Author: Bancolombia
|
|
6
|
-
Author-email: omar.david.pino@email.com
|
|
7
|
-
License: MIT
|
|
8
|
-
Requires-Python: >=3.7
|
|
9
|
-
License-File: LICENSE
|
|
10
|
-
Requires-Dist: boto3
|
|
11
|
-
Dynamic: author
|
|
12
|
-
Dynamic: author-email
|
|
13
|
-
Dynamic: license
|
|
14
|
-
Dynamic: license-file
|
|
15
|
-
Dynamic: requires-dist
|
|
16
|
-
Dynamic: requires-python
|
|
17
|
-
Dynamic: summary
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{commons_metrics-0.0.12 → commons_metrics-0.0.13}/commons_metrics.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|