You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

50 lines
2.1 KiB

4 years ago
  1. Metadata-Version: 2.0
  2. Name: Markdown
  3. Version: 2.6.11
  4. Summary: Python implementation of Markdown.
  5. Home-page: https://Python-Markdown.github.io/
  6. Author: Waylan Limberg
  7. Author-email: waylan.limberg@icloud.com
  8. License: BSD License
  9. Download-URL: http://pypi.python.org/packages/source/M/Markdown/Markdown-2.6.11-py2.py3-none-any.whl
  10. Platform: UNKNOWN
  11. Classifier: Development Status :: 5 - Production/Stable
  12. Classifier: License :: OSI Approved :: BSD License
  13. Classifier: Operating System :: OS Independent
  14. Classifier: Programming Language :: Python
  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.2
  19. Classifier: Programming Language :: Python :: 3.3
  20. Classifier: Programming Language :: Python :: 3.4
  21. Classifier: Programming Language :: Python :: 3.5
  22. Classifier: Programming Language :: Python :: 3.6
  23. Classifier: Topic :: Communications :: Email :: Filters
  24. Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries
  25. Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
  26. Classifier: Topic :: Software Development :: Documentation
  27. Classifier: Topic :: Software Development :: Libraries :: Python Modules
  28. Classifier: Topic :: Text Processing :: Filters
  29. Classifier: Topic :: Text Processing :: Markup :: HTML
  30. This is a Python implementation of John Gruber's Markdown_.
  31. It is almost completely compliant with the reference implementation,
  32. though there are a few known issues. See Features_ for information
  33. on what exactly is supported and what is not. Additional features are
  34. supported by the `Available Extensions`_.
  35. .. _Markdown: http://daringfireball.net/projects/markdown/
  36. .. _Features: https://Python-Markdown.github.io#features
  37. .. _`Available Extensions`: https://Python-Markdown.github.io/extensions/
  38. Support
  39. =======
  40. You may ask for help and discuss various other issues on the
  41. `mailing list`_ and report bugs on the `bug tracker`_.
  42. .. _`mailing list`: http://lists.sourceforge.net/lists/listinfo/python-markdown-discuss
  43. .. _`bug tracker`: http://github.com/Python-Markdown/markdown/issues