METADATA 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. Metadata-Version: 2.1
  2. Name: Markdown
  3. Version: 3.2.2
  4. Summary: Python implementation of Markdown.
  5. Home-page: https://Python-Markdown.github.io/
  6. Author: Manfred Stienstra, Yuri takhteyev and Waylan limberg
  7. Author-email: waylan.limberg@icloud.com
  8. Maintainer: Waylan Limberg
  9. Maintainer-email: waylan.limberg@icloud.com
  10. License: BSD License
  11. Download-URL: http://pypi.python.org/packages/source/M/Markdown/Markdown-3.2.2-py2.py3-none-any.whl
  12. Platform: UNKNOWN
  13. Classifier: Development Status :: 5 - Production/Stable
  14. Classifier: License :: OSI Approved :: BSD License
  15. Classifier: Operating System :: OS Independent
  16. Classifier: Programming Language :: Python
  17. Classifier: Programming Language :: Python :: 3
  18. Classifier: Programming Language :: Python :: 3.5
  19. Classifier: Programming Language :: Python :: 3.6
  20. Classifier: Programming Language :: Python :: 3.7
  21. Classifier: Programming Language :: Python :: 3.8
  22. Classifier: Programming Language :: Python :: 3 :: Only
  23. Classifier: Programming Language :: Python :: Implementation :: CPython
  24. Classifier: Programming Language :: Python :: Implementation :: PyPy
  25. Classifier: Topic :: Communications :: Email :: Filters
  26. Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries
  27. Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
  28. Classifier: Topic :: Software Development :: Documentation
  29. Classifier: Topic :: Software Development :: Libraries :: Python Modules
  30. Classifier: Topic :: Text Processing :: Filters
  31. Classifier: Topic :: Text Processing :: Markup :: HTML
  32. Requires-Python: >=3.5
  33. Requires-Dist: importlib-metadata ; python_version < "3.8"
  34. Provides-Extra: testing
  35. Requires-Dist: coverage ; extra == 'testing'
  36. Requires-Dist: pyyaml ; extra == 'testing'
  37. This is a Python implementation of John Gruber's Markdown_.
  38. It is almost completely compliant with the reference implementation,
  39. though there are a few known issues. See Features_ for information
  40. on what exactly is supported and what is not. Additional features are
  41. supported by the `Available Extensions`_.
  42. .. _Markdown: https://daringfireball.net/projects/markdown/
  43. .. _Features: https://Python-Markdown.github.io#features
  44. .. _`Available Extensions`: https://Python-Markdown.github.io/extensions/
  45. Support
  46. =======
  47. You may report bugs, ask for help, and discuss various other issues on
  48. the `bug tracker`_.
  49. .. _`bug tracker`: https://github.com/Python-Markdown/markdown/issues