Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

fixedint

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fixedint - npm Package Compare versions

Comparing version
0.1.1
to
0.1.2
+4
-8
fixedint.egg-info/PKG-INFO

@@ -1,4 +0,4 @@

Metadata-Version: 1.1
Metadata-Version: 1.0
Name: fixedint
Version: 0.1.1
Version: 0.1.2
Summary: simple fixed-width integers

@@ -120,11 +120,6 @@ Home-page: https://github.com/nneonneo/fixedint

Build Status
============
.. image:: https://travis-ci.org/nneonneo/fixedint.svg?branch=master
:target: https://travis-ci.org/nneonneo/fixedint
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Python Software Foundation License
Classifier: Development Status :: 3 - Alpha
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers

@@ -138,3 +133,4 @@ Classifier: Operating System :: OS Independent

Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Utilities

@@ -1,4 +0,4 @@

Metadata-Version: 1.1
Metadata-Version: 1.0
Name: fixedint
Version: 0.1.1
Version: 0.1.2
Summary: simple fixed-width integers

@@ -120,11 +120,6 @@ Home-page: https://github.com/nneonneo/fixedint

Build Status
============
.. image:: https://travis-ci.org/nneonneo/fixedint.svg?branch=master
:target: https://travis-ci.org/nneonneo/fixedint
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Python Software Foundation License
Classifier: Development Status :: 3 - Alpha
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers

@@ -138,3 +133,4 @@ Classifier: Operating System :: OS Independent

Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Utilities

@@ -112,2 +112,4 @@ =====================================

.. __CUT__
Build Status

@@ -114,0 +116,0 @@ ============

@@ -0,0 +0,0 @@ [egg_info]

@@ -7,7 +7,12 @@ try:

with open('README.rst') as file:
long_description = file.read()
desc = []
for line in file:
if line.strip() == '.. __CUT__':
break
desc.append(line)
long_description = ''.join(desc)
setup(
name = 'fixedint',
version = '0.1.1',
version = '0.1.2',
author = 'Robert Xiao',

@@ -19,3 +24,3 @@ author_email = 'robert.bo.xiao@gmail.com',

"License :: OSI Approved :: Python Software Foundation License",
"Development Status :: 3 - Alpha",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",

@@ -29,2 +34,3 @@ "Operating System :: OS Independent",

"Programming Language :: Python :: 3.2",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",

@@ -31,0 +37,0 @@ "Topic :: Utilities",