Kenneth Reitz 85645cf4f9 its
2012-05-08 02:04:41 -04:00
its
2012-05-08 02:04:41 -04:00
2012-05-08 01:58:14 -04:00
2012-05-08 02:00:44 -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


Installation
------------

Installation is simple with pip::

    $ pip install its

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