METADATA 1.1 KB

1234567891011121314151617181920212223242526272829
  1. Metadata-Version: 2.1
  2. Name: reportlab
  3. Version: 3.6.1
  4. Summary: The Reportlab Toolkit
  5. Home-page: http://www.reportlab.com/
  6. Author: Andy Robinson, Robin Becker, the ReportLab team and the community
  7. Author-email: reportlab-users@lists2.reportlab.com
  8. License: BSD license (see license.txt for details), Copyright (c) 2000-2018, ReportLab Inc.
  9. Platform: UNKNOWN
  10. Classifier: Development Status :: 5 - Production/Stable
  11. Classifier: Intended Audience :: Developers
  12. Classifier: License :: OSI Approved :: BSD License
  13. Classifier: Topic :: Printing
  14. Classifier: Topic :: Text Processing :: Markup
  15. Classifier: Programming Language :: Python :: 2
  16. Classifier: Programming Language :: Python :: 2.7
  17. Classifier: Programming Language :: Python :: 3
  18. Classifier: Programming Language :: Python :: 3.6
  19. Classifier: Programming Language :: Python :: 3.7
  20. Classifier: Programming Language :: Python :: 3.8
  21. Classifier: Programming Language :: Python :: 3.9
  22. Requires-Python: >=2.7, >=3.6, <4
  23. Requires-Dist: pillow (>=4.0.0)
  24. Provides-Extra: rlpycairo
  25. Requires-Dist: rlPyCairo (>=0.0.5) ; extra == 'rlpycairo'
  26. The ReportLab Toolkit. An Open Source Python library for generating PDFs and graphics.