comparison test/lib/python2.7/lib-dynload/Python-2.7.egg-info @ 3:7d1a9a91b989 draft

planemo upload for repository https://github.com/Yating-L/jbrowse-archive-creator.git commit d583ac16a6c6942730ea536eb59cc37941816030-dirty
author yating-l
date Thu, 18 May 2017 18:37:28 -0400
parents
children
comparison
equal deleted inserted replaced
2:3e2160197902 3:7d1a9a91b989
1 Metadata-Version: 1.1
2 Name: Python
3 Version: 2.7.12
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@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