istr-python 0.1.5__tar.gz → 0.1.6__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.
- {istr_python-0.1.5 → istr_python-0.1.6}/PKG-INFO +6 -1
- {istr_python-0.1.5 → istr_python-0.1.6}/README.md +5 -0
- {istr_python-0.1.5 → istr_python-0.1.6}/istr/istr.py +1 -1
- {istr_python-0.1.5 → istr_python-0.1.6}/istr_python.egg-info/PKG-INFO +6 -1
- {istr_python-0.1.5 → istr_python-0.1.6}/pyproject.toml +1 -1
- {istr_python-0.1.5 → istr_python-0.1.6}/istr/__init__.py +0 -0
- {istr_python-0.1.5 → istr_python-0.1.6}/istr/install istr.py +0 -0
- {istr_python-0.1.5 → istr_python-0.1.6}/istr_python.egg-info/SOURCES.txt +0 -0
- {istr_python-0.1.5 → istr_python-0.1.6}/istr_python.egg-info/dependency_links.txt +0 -0
- {istr_python-0.1.5 → istr_python-0.1.6}/istr_python.egg-info/top_level.txt +0 -0
- {istr_python-0.1.5 → istr_python-0.1.6}/setup.cfg +0 -0
- {istr_python-0.1.5 → istr_python-0.1.6}/tests/test_istr.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: istr-python
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.6
|
|
4
4
|
Summary: istr - strings you can count on
|
|
5
5
|
Author-email: Ruud van der Ham <rt.van.der.ham@gmail.com>
|
|
6
6
|
Project-URL: Homepage, https://github.com/salabim/istr
|
|
@@ -419,3 +419,8 @@ Remark: For bases other than 10, the string will never be reformatted!
|
|
|
419
419
|
There's an extensive pytest script in the `\tests` directory.
|
|
420
420
|
|
|
421
421
|
This script also shows clearly the ways istr can be used.
|
|
422
|
+
|
|
423
|
+
  
|
|
424
|
+
|
|
425
|
+
 
|
|
426
|
+

|
|
@@ -406,3 +406,8 @@ Remark: For bases other than 10, the string will never be reformatted!
|
|
|
406
406
|
There's an extensive pytest script in the `\tests` directory.
|
|
407
407
|
|
|
408
408
|
This script also shows clearly the ways istr can be used.
|
|
409
|
+
|
|
410
|
+
  
|
|
411
|
+
|
|
412
|
+
 
|
|
413
|
+

|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: istr-python
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.6
|
|
4
4
|
Summary: istr - strings you can count on
|
|
5
5
|
Author-email: Ruud van der Ham <rt.van.der.ham@gmail.com>
|
|
6
6
|
Project-URL: Homepage, https://github.com/salabim/istr
|
|
@@ -419,3 +419,8 @@ Remark: For bases other than 10, the string will never be reformatted!
|
|
|
419
419
|
There's an extensive pytest script in the `\tests` directory.
|
|
420
420
|
|
|
421
421
|
This script also shows clearly the ways istr can be used.
|
|
422
|
+
|
|
423
|
+
  
|
|
424
|
+
|
|
425
|
+
 
|
|
426
|
+

|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|