METADATA 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. Metadata-Version: 2.0
  2. Name: pike
  3. Version: 0.1.1
  4. Summary: Lightweight plugin management system for Python
  5. Home-page: https://github.com/pyarmory/pike
  6. Author: John Vrbanac
  7. Author-email: john.vrbanac@linux.com
  8. License: Apache v2
  9. Keywords: plugin management modules
  10. Platform: UNKNOWN
  11. Classifier: Development Status :: 3 - Alpha
  12. Classifier: Intended Audience :: Developers
  13. Classifier: License :: OSI Approved :: Apache Software License
  14. Classifier: Programming Language :: Python :: 2.7
  15. Classifier: Programming Language :: Python :: 3.3
  16. Classifier: Programming Language :: Python :: 3.4
  17. Requires-Dist: six
  18. Pike
  19. ====
  20. .. image:: https://travis-ci.org/pyarmory/pike.svg?branch=master
  21. :target: https://travis-ci.org/pyarmory/pike
  22. :alt: Travis CI Build
  23. .. image:: http://codecov.io/github/pyarmory/pike/coverage.svg?branch=master
  24. :target: http://codecov.io/github/pyarmory/pike?branch=master
  25. :alt: Coverage
  26. .. image:: https://readthedocs.org/projects/pyarmory-pike/badge/?version=latest
  27. :target: https://readthedocs.org/projects/pyarmory-pike/?badge=latest
  28. .. image:: https://codeclimate.com/github/pyarmory/pike/badges/gpa.svg
  29. :target: https://codeclimate.com/github/pyarmory/pike
  30. :alt: Code Climate
  31. Pike is a dynamic plugin management library for Python. Unlike most Python
  32. plugin managers, Pike allows for you to load Python packages from anywhere
  33. on a filesystem without complicated configuration. This enables applications
  34. to easily add the ability to expand their functionality through plugin modules.
  35. In addition to plugin management, Pike also includes a set of discovery
  36. functions for custom module and class discovery.
  37. * Documentation: ReadTheDocs_
  38. * CI: Travis_
  39. * Coverage: CodeCov_
  40. .. _ReadTheDocs: http://pyarmory-pike.readthedocs.org/
  41. .. _Travis: https://travis-ci.org/pyarmory/pike
  42. .. _CodeCov: https://codecov.io/github/pyarmory/pike?branch=master