wkutils 0.0.2__tar.gz → 0.0.4__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,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: wkutils
3
- Version: 0.0.2
3
+ Version: 0.0.4
4
4
  Summary: Useful utilities for python
5
5
  Author: Werner Kruger
6
6
  Author-email: <python@wkruger.com>
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
  import codecs
3
3
  import os
4
4
 
5
- VERSION = '0.0.2'
5
+ VERSION = '0.0.4'
6
6
  DESCRIPTION = 'Useful utilities for python'
7
7
  LONG_DESCRIPTION = 'A package that contains a bunch of useful utilities I have collected over the years'
8
8
 
File without changes
@@ -1,6 +1,5 @@
1
1
  import numpy_financial as npf
2
2
 
3
-
4
3
  def twoDecimalPlaces(answer):
5
4
  '''
6
5
  This simply formats the input as two decimal places.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: wkutils
3
- Version: 0.0.2
3
+ Version: 0.0.4
4
4
  Summary: Useful utilities for python
5
5
  Author: Werner Kruger
6
6
  Author-email: <python@wkruger.com>
@@ -1,7 +1,7 @@
1
1
  README.md
2
2
  setup.py
3
3
  wkutils/__init__.py
4
- wkutils/wkutils.py
4
+ wkutils/my_utilities.py
5
5
  wkutils.egg-info/PKG-INFO
6
6
  wkutils.egg-info/SOURCES.txt
7
7
  wkutils.egg-info/dependency_links.txt
@@ -1,3 +0,0 @@
1
- from wkutils import gross_payment
2
- from wkutils import net_payment
3
- from wkutils import calculate_loan_payments
File without changes
File without changes