Home | History | Annotate | Download | only in lib-dynload
      1 Metadata-Version: 1.1
      2 Name: Python
      3 Version: 2.7.5
      4 Summary: A high-level object-oriented programming language
      5 Home-page: http://www.python.org/2.7
      6 Author: Guido van Rossum and the Python community
      7 Author-email: python-dev (a] python.org
      8 License: PSF license
      9 Description: Python is an interpreted, interactive, object-oriented programming
     10         language. It is often compared to Tcl, Perl, Scheme or Java.
     11         
     12         Python combines remarkable power with very clear syntax. It has
     13         modules, classes, exceptions, very high level dynamic data types, and
     14         dynamic typing. There are interfaces to many system calls and
     15         libraries, as well as to various windowing systems (X11, Motif, Tk,
     16         Mac, MFC). New built-in modules are easily written in C or C++. Python
     17         is also usable as an extension language for applications that need a
     18         programmable interface.
     19         
     20         The Python implementation is portable: it runs on many brands of UNIX,
     21         on Windows, DOS, OS/2, Mac, Amiga... If your favorite system isn't
     22         listed here, it may still be supported, if there's a C compiler for
     23         it. Ask around on comp.lang.python -- or just try compiling Python
     24         yourself.
     25 Platform: Many
     26 Classifier: Development Status :: 6 - Mature
     27 Classifier: License :: OSI Approved :: Python Software Foundation License
     28 Classifier: Natural Language :: English
     29 Classifier: Programming Language :: C
     30 Classifier: Programming Language :: Python
     31 Classifier: Topic :: Software Development
     32