fixedint
Advanced tools
| Metadata-Version: 1.1 | ||
| Name: fixedint | ||
| Version: 0.1.0 | ||
| Version: 0.1.1 | ||
| Summary: simple fixed-width integers | ||
@@ -64,3 +64,3 @@ Home-page: https://github.com/nneonneo/fixedint | ||
| * ``divmod`` returns a tuple of plain ``int``s | ||
| * ``divmod`` returns a tuple of plain ``int`` s | ||
| * true division returns a float | ||
@@ -67,0 +67,0 @@ * ``**``, ``<<`` and ``>>`` will return a ``FixedInt`` if the left operand was a |
+2
-2
| Metadata-Version: 1.1 | ||
| Name: fixedint | ||
| Version: 0.1.0 | ||
| Version: 0.1.1 | ||
| Summary: simple fixed-width integers | ||
@@ -64,3 +64,3 @@ Home-page: https://github.com/nneonneo/fixedint | ||
| * ``divmod`` returns a tuple of plain ``int``s | ||
| * ``divmod`` returns a tuple of plain ``int`` s | ||
| * true division returns a float | ||
@@ -67,0 +67,0 @@ * ``**``, ``<<`` and ``>>`` will return a ``FixedInt`` if the left operand was a |
+1
-1
@@ -56,3 +56,3 @@ ===================================== | ||
| * ``divmod`` returns a tuple of plain ``int``s | ||
| * ``divmod`` returns a tuple of plain ``int`` s | ||
| * true division returns a float | ||
@@ -59,0 +59,0 @@ * ``**``, ``<<`` and ``>>`` will return a ``FixedInt`` if the left operand was a |
+5
-2
@@ -6,5 +6,8 @@ try: | ||
| with open('README.rst') as file: | ||
| long_description = file.read() | ||
| setup( | ||
| name = 'fixedint', | ||
| version = '0.1.0', | ||
| version = '0.1.1', | ||
| author = 'Robert Xiao', | ||
@@ -30,3 +33,3 @@ author_email = 'robert.bo.xiao@gmail.com', | ||
| packages = ['fixedint'], | ||
| long_description=open('README.rst').read(), | ||
| long_description=long_description, | ||
| ) |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
46320
0.14%711
0.28%