METADATA 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. Metadata-Version: 2.0
  2. Name: gulp
  3. Version: 0.1.0
  4. Summary: Debug happily with this python module.
  5. Home-page: https://github.com/cahoy/gulp
  6. Author: Cahyo Primawidodo
  7. Author-email: cahyo.p@gmail.com
  8. License: MIT license
  9. Keywords: gulp,debug,decorator,time,profile
  10. Platform: UNKNOWN
  11. Classifier: Development Status :: 2 - Pre-Alpha
  12. Classifier: Intended Audience :: Developers
  13. Classifier: License :: OSI Approved :: MIT License
  14. Classifier: Natural Language :: English
  15. Classifier: Programming Language :: Python :: 2
  16. Classifier: Programming Language :: Python :: 2.6
  17. Classifier: Programming Language :: Python :: 2.7
  18. Classifier: Programming Language :: Python :: 3
  19. Classifier: Programming Language :: Python :: 3.3
  20. Classifier: Programming Language :: Python :: 3.4
  21. Classifier: Programming Language :: Python :: 3.5
  22. ===============================
  23. gulp
  24. ===============================
  25. .. image:: https://img.shields.io/pypi/v/gulp.svg
  26. :target: https://pypi.python.org/pypi/gulp
  27. .. image:: https://img.shields.io/travis/cahoy/gulp.svg
  28. :target: https://travis-ci.org/cahoy/gulp
  29. .. image:: https://readthedocs.org/projects/gulp/badge/?version=latest
  30. :target: https://gulp.readthedocs.io/en/latest/?badge=latest
  31. :alt: Documentation Status
  32. .. image:: https://pyup.io/repos/github/cahoy/cookiecutter-django/shield.svg
  33. :target: https://pyup.io/repos/github/cahoy/gulp/
  34. :alt: Updates
  35. decorator to make debugging easier.
  36. * Free software: MIT license
  37. * Documentation: https://gulp.readthedocs.io.
  38. Features
  39. --------
  40. * TODO
  41. Credits
  42. ---------
  43. This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
  44. .. _Cookiecutter: https://github.com/audreyr/cookiecutter
  45. .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
  46. =======
  47. History
  48. =======
  49. 0.1.0 (2016-06-26)
  50. ------------------
  51. * First release on PyPI.