istr-python 0.1.5__tar.gz → 0.1.7__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: istr-python
3
- Version: 0.1.5
3
+ Version: 0.1.7
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,9 @@ 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
+ # Badges
424
+ ![PyPI](https://img.shields.io/pypi/v/istr-python) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/istr-python) ![PyPI - Implementation](https://img.shields.io/pypi/implementation/istr-python)
425
+
426
+ ![PyPI - License](https://img.shields.io/pypi/l/istr-python) ![Black](https://img.shields.io/badge/code%20style-black-000000.svg)
427
+ ![GitHub last commit](https://img.shields.io/github/last-commit/salabim/istr)
@@ -406,3 +406,9 @@ 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
+ # Badges
411
+ ![PyPI](https://img.shields.io/pypi/v/istr-python) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/istr-python) ![PyPI - Implementation](https://img.shields.io/pypi/implementation/istr-python)
412
+
413
+ ![PyPI - License](https://img.shields.io/pypi/l/istr-python) ![Black](https://img.shields.io/badge/code%20style-black-000000.svg)
414
+ ![GitHub last commit](https://img.shields.io/github/last-commit/salabim/istr)
@@ -8,7 +8,7 @@ import math
8
8
  # |_||___/ \__||_|
9
9
  # strings you can count on
10
10
 
11
- __version__ = "0.1"
11
+ __version__ = "0.1" # only x.y here!
12
12
  import functools
13
13
  import math
14
14
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: istr-python
3
- Version: 0.1.5
3
+ Version: 0.1.7
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,9 @@ 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
+ # Badges
424
+ ![PyPI](https://img.shields.io/pypi/v/istr-python) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/istr-python) ![PyPI - Implementation](https://img.shields.io/pypi/implementation/istr-python)
425
+
426
+ ![PyPI - License](https://img.shields.io/pypi/l/istr-python) ![Black](https://img.shields.io/badge/code%20style-black-000000.svg)
427
+ ![GitHub last commit](https://img.shields.io/github/last-commit/salabim/istr)
@@ -8,7 +8,7 @@ authors = [
8
8
  {name = "Ruud van der Ham", email = "rt.van.der.ham@gmail.com"}
9
9
  ]
10
10
  description = "istr - strings you can count on"
11
- version = "0.1.5"
11
+ version = "0.1.7"
12
12
  readme = "README.md"
13
13
  requires-python = ">=3.7"
14
14
  dependencies = [
File without changes