Kenneth Reitz c1d6472f4f Merge pull request #6 from pombredanne/master
Adding cygwin detection
2013-03-06 10:04:04 -08:00
2013-01-02 22:06:50 +01:00
2012-05-08 01:58:14 -04:00
2012-05-08 14:05:37 -04:00
2012-05-08 02:00:44 -04:00

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

S
Description
No description provided
Readme BSD-2-Clause 37 KiB
Languages
Python 100%