commons-metrics 0.0.13__tar.gz → 0.0.14__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.
@@ -1,9 +1,17 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: commons_metrics
3
- Version: 0.0.13
3
+ Version: 0.0.14
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
@@ -3,4 +3,4 @@ from .database import DatabaseConnection
3
3
  from .repositories import ComponentRepository
4
4
 
5
5
  __all__ = ['Util', 'DatabaseConnection', 'ComponentRepository']
6
- __version__ = '0.0.12'
6
+ __version__ = '0.0.14'
@@ -23,7 +23,7 @@ class ComponentRepository:
23
23
  cursor = self.db.connection.cursor()
24
24
 
25
25
  insert_query = """
26
- INSERT INTO schmesys.component(technical_name,functional_name, type_id, folder, class_name, status)
26
+ INSERT INTO schmetrc.component(technical_name,functional_name, type_id, folder, class_name, status)
27
27
  VALUES (%s, %s, %s, %s, %s, %s)
28
28
  RETURNING id;
29
29
  """
@@ -54,7 +54,7 @@ class ComponentRepository:
54
54
 
55
55
  query = """
56
56
  SELECT *
57
- FROM schmesys.component
57
+ FROM schmetrc.component
58
58
  WHERE type_id = %s
59
59
  ORDER BY technical_name
60
60
  """
@@ -0,0 +1,17 @@
1
+ Metadata-Version: 2.4
2
+ Name: commons_metrics
3
+ Version: 0.0.14
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
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name='commons_metrics',
5
- version='0.0.13',
5
+ version='0.0.14',
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',
@@ -14,5 +14,4 @@ setup(
14
14
  ],
15
15
  license='MIT',
16
16
  python_requires='>=3.7',
17
- )
18
- #pypi-AgEIcHlwaS5vcmcCJGU1OTQxZWMxLTY0MmQtNDU0Ni05MGZkLWE0NjVlNjRkZmY1MgACKlszLCJlZjE2NWIwZS1jYTIzLTRiYzgtYTY4YS0xZTlmYTJhOTE3N2QiXQAABiBwZywp_gME-Ebk9x9eMMKnD1jGEnbL7TOdFOGzzTw1Hw
17
+ )
@@ -1,9 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: commons-metrics
3
- Version: 0.0.13
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