METADATA 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. Metadata-Version: 2.1
  2. Name: pymdown-extensions
  3. Version: 7.1
  4. Summary: Extension pack for Python Markdown.
  5. Home-page: https://github.com/facelessuser/pymdown-extensions
  6. Author: Isaac Muse
  7. Author-email: Isaac.Muse@gmail.com
  8. License: MIT License
  9. Keywords: markdown extensions
  10. Platform: UNKNOWN
  11. Classifier: Development Status :: 5 - Production/Stable
  12. Classifier: Environment :: Console
  13. Classifier: Intended Audience :: Developers
  14. Classifier: License :: OSI Approved :: MIT License
  15. Classifier: Operating System :: OS Independent
  16. Classifier: Programming Language :: Python :: 3
  17. Classifier: Programming Language :: Python :: 3.5
  18. Classifier: Programming Language :: Python :: 3.6
  19. Classifier: Programming Language :: Python :: 3.7
  20. Classifier: Programming Language :: Python :: 3.8
  21. Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
  22. Classifier: Topic :: Software Development :: Libraries :: Python Modules
  23. Classifier: Topic :: Text Processing :: Filters
  24. Classifier: Topic :: Text Processing :: Markup :: HTML
  25. Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*
  26. Description-Content-Type: text/markdown
  27. Requires-Dist: Markdown (>=3.2)
  28. [![Donate via PayPal][donate-image]][donate-link]
  29. [![Discord][discord-image]][discord-link]
  30. [![Build][github-ci-image]][github-ci-link]
  31. [![Coverage Status][codecov-image]][codecov-link]
  32. [![PyPI Version][pypi-image]][pypi-link]
  33. [![PyPI - Python Version][python-image]][pypi-link]
  34. ![License][license-image-mit]
  35. # PyMdown Extensions
  36. Extensions for [Python Markdown](https://python-markdown.github.io).
  37. # Documentation
  38. Extension documentation is found here: https://facelessuser.github.io/pymdown-extensions/.
  39. # License
  40. License is MIT except for a few exceptions. See [LICENSE](https://github.com/facelessuser/pymdown-extensions/blob/master/LICENSE.md) for more info.
  41. [donate-image]: https://img.shields.io/badge/Donate-PayPal-3fabd1?logo=paypal
  42. [donate-link]: https://www.paypal.me/facelessuser
  43. [github-ci-image]: https://github.com/facelessuser/pymdown-extensions/workflows/build/badge.svg
  44. [github-ci-link]: https://github.com/facelessuser/pymdown-extensions/actions?workflow=build
  45. [discord-image]: https://img.shields.io/discord/678289859768745989?logo=discord&logoColor=aaaaaa&color=mediumpurple&labelColor=333333
  46. [discord-link]: https://discord.gg/fqQ7ypS
  47. [codecov-image]: https://img.shields.io/codecov/c/github/facelessuser/pymdown-extensions/master.svg?logo=codecov&logoColor=aaaaaa&labelColor=333333
  48. [codecov-link]: https://codecov.io/github/facelessuser/pymdown-extensions
  49. [pypi-image]: https://img.shields.io/pypi/v/pymdown-extensions.svg?logo=pypi&logoColor=aaaaaa&labelColor=333333
  50. [pypi-link]: https://pypi.python.org/pypi/pymdown-extensions
  51. [python-image]: https://img.shields.io/pypi/pyversions/pymdown-extensions?logo=python&logoColor=aaaaaa&labelColor=333333
  52. [license-image-mit]: https://img.shields.io/badge/license-MIT-blue.svg?labelColor=333333