PKG-INFO 1010 B

1234567891011121314151617181920212223242526
  1. Metadata-Version: 1.1
  2. Name: MarkupPy
  3. Version: 1.14
  4. Summary: An HTML/XML generator
  5. Home-page: https://github.com/tylerbakke/MarkupPy
  6. Author: Daniel Nogradi
  7. Author-email: nogradi@gmail.com
  8. License: MIT
  9. Description: This is MarkupPy - a Python module that attempts to make it easier to generate HTML/XML from a Python program in an intuitive, lightweight, customizable and pythonic way. It works with both python 2 and 3.
  10. The code is in the public domain.
  11. Version: 1.14 as of August 1, 2017.
  12. Please send bug reports, feature requests, enhancement ideas or questions to tylerbakke@gmail.com.
  13. Installation: Run 'pip install MarkupPy" from the terminal.
  14. Documentation and further info is at https://tylerbakke.github.io/MarkupPy/
  15. (Migrated from markup.py)
  16. Platform: UNKNOWN
  17. Classifier: Environment :: Console
  18. Classifier: Programming Language :: Python :: 2
  19. Classifier: Programming Language :: Python :: 3