DESCRIPTION.rst 1.3 KB

123456789101112131415161718192021222324252627282930313233343536
  1. Pike
  2. ====
  3. .. image:: https://travis-ci.org/pyarmory/pike.svg?branch=master
  4. :target: https://travis-ci.org/pyarmory/pike
  5. :alt: Travis CI Build
  6. .. image:: http://codecov.io/github/pyarmory/pike/coverage.svg?branch=master
  7. :target: http://codecov.io/github/pyarmory/pike?branch=master
  8. :alt: Coverage
  9. .. image:: https://readthedocs.org/projects/pyarmory-pike/badge/?version=latest
  10. :target: https://readthedocs.org/projects/pyarmory-pike/?badge=latest
  11. .. image:: https://codeclimate.com/github/pyarmory/pike/badges/gpa.svg
  12. :target: https://codeclimate.com/github/pyarmory/pike
  13. :alt: Code Climate
  14. Pike is a dynamic plugin management library for Python. Unlike most Python
  15. plugin managers, Pike allows for you to load Python packages from anywhere
  16. on a filesystem without complicated configuration. This enables applications
  17. to easily add the ability to expand their functionality through plugin modules.
  18. In addition to plugin management, Pike also includes a set of discovery
  19. functions for custom module and class discovery.
  20. * Documentation: ReadTheDocs_
  21. * CI: Travis_
  22. * Coverage: CodeCov_
  23. .. _ReadTheDocs: http://pyarmory-pike.readthedocs.org/
  24. .. _Travis: https://travis-ci.org/pyarmory/pike
  25. .. _CodeCov: https://codecov.io/github/pyarmory/pike?branch=master