METADATA 1008 B

123456789101112131415161718192021222324
  1. Metadata-Version: 2.0
  2. Name: xlrd
  3. Version: 1.0.0
  4. Summary: Library for developers to extract data from Microsoft Excel (tm) spreadsheet files
  5. Home-page: http://www.python-excel.org/
  6. Author: John Machin
  7. Author-email: sjmachin@lexicon.net
  8. License: BSD
  9. Keywords: xls,excel,spreadsheet,workbook
  10. Platform: Any platform -- don't need Windows
  11. Classifier: Development Status :: 5 - Production/Stable
  12. Classifier: Intended Audience :: Developers
  13. Classifier: License :: OSI Approved :: BSD License
  14. Classifier: Programming Language :: Python
  15. Classifier: Programming Language :: Python :: 2
  16. Classifier: Programming Language :: Python :: 3
  17. Classifier: Operating System :: OS Independent
  18. Classifier: Topic :: Database
  19. Classifier: Topic :: Office/Business
  20. Classifier: Topic :: Software Development :: Libraries :: Python Modules
  21. Extract data from Excel spreadsheets (.xls and .xlsx, versions 2.0 onwards) on any platform. Pure Python (2.6, 2.7, 3.2+). Strong support for Excel dates. Unicode-aware.