Python-2.7.12-py2.7.egg-info 1.5 KB

12345678910111213141516171819202122232425262728293031
  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. Python combines remarkable power with very clear syntax. It has
  12. modules, classes, exceptions, very high level dynamic data types, and
  13. dynamic typing. There are interfaces to many system calls and
  14. libraries, as well as to various windowing systems (X11, Motif, Tk,
  15. Mac, MFC). New built-in modules are easily written in C or C++. Python
  16. is also usable as an extension language for applications that need a
  17. programmable interface.
  18. The Python implementation is portable: it runs on many brands of UNIX,
  19. on Windows, DOS, OS/2, Mac, Amiga... If your favorite system isn't
  20. listed here, it may still be supported, if there's a C compiler for
  21. it. Ask around on comp.lang.python -- or just try compiling Python
  22. yourself.
  23. Platform: Many
  24. Classifier: Development Status :: 6 - Mature
  25. Classifier: License :: OSI Approved :: Python Software Foundation License
  26. Classifier: Natural Language :: English
  27. Classifier: Programming Language :: C
  28. Classifier: Programming Language :: Python
  29. Classifier: Topic :: Software Development