commons-metrics 0.0.1__tar.gz → 0.0.3__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.1
3
+ Version: 0.0.3
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
@@ -9,6 +9,11 @@ A simple Python library for basic statistical calculations.
9
9
  - Calculate mode
10
10
  - Calculate standard deviation
11
11
 
12
+ ## Dev
13
+ pip install twine
14
+ twine upload dist/*
15
+ input token
16
+
12
17
  ## Installation
13
18
 
14
19
  You can install the library using pip:
@@ -0,0 +1,17 @@
1
+ Metadata-Version: 2.4
2
+ Name: commons_metrics
3
+ Version: 0.0.3
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.1',
5
+ version='0.0.3',
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',
@@ -10,8 +10,9 @@ setup(
10
10
  author_email='omar.david.pino@email.com',
11
11
  packages=find_packages(),
12
12
  install_requires=[
13
- "pytest"
13
+ "boto3"
14
14
  ],
15
15
  license='MIT',
16
16
  python_requires='>=3.7',
17
- )
17
+ )
18
+ #pypi-AgEIcHlwaS5vcmcCJGU1OTQxZWMxLTY0MmQtNDU0Ni05MGZkLWE0NjVlNjRkZmY1MgACKlszLCJlZjE2NWIwZS1jYTIzLTRiYzgtYTY4YS0xZTlmYTJhOTE3N2QiXQAABiBwZywp_gME-Ebk9x9eMMKnD1jGEnbL7TOdFOGzzTw1Hw
@@ -1,9 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: commons-metrics
3
- Version: 0.0.1
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
File without changes