kennethreitz-archive / Its.py

Licence: bsd-2-clause
Python runtime environment flags.

Programming Languages

python
139335 projects - #7 most used programming language

its.py

Python runtime environment flags.

Usage

Usage is super simple::

Python 2.7.3 (default, Apr 24 2012, 20:23:13)
[GCC 4.2.1 Compatible Apple Clang 3.1 (tags/Apple/clang-318.0.58)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import its

>>> its.py2
True

>>> its.py26
False

>>> its.py27
True

>>> its.pypy
False

>>> its.osx
True

>>> its.bit64
True

>>> its.little_endian
True

Installation

Installation is simple with pip::

$ pip install its
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].