METADATA 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. Metadata-Version: 2.0
  2. Name: Naked
  3. Version: 0.1.30
  4. Summary: A command line application framework
  5. Home-page: http://naked-py.com
  6. Author: Christopher Simpkins
  7. Author-email: chris@zerolabs.net
  8. License: MIT
  9. Keywords: python,command line,system,application,framework,CLI
  10. Platform: any
  11. Classifier: Intended Audience :: Developers
  12. Classifier: Natural Language :: English
  13. Classifier: License :: OSI Approved :: MIT License
  14. Classifier: Operating System :: OS Independent
  15. Classifier: Programming Language :: Python
  16. Classifier: Programming Language :: Python :: 2
  17. Classifier: Programming Language :: Python :: 2.6
  18. Classifier: Programming Language :: Python :: 2.7
  19. Classifier: Programming Language :: Python :: 3
  20. Classifier: Programming Language :: Python :: 3.3
  21. Classifier: Topic :: Software Development :: Libraries :: Python Modules
  22. Requires-Dist: Naked
  23. Requires-Dist: requests
  24. Requires-Dist: pyyaml
  25. About
  26. ------
  27. `Naked <http://naked-py.com>`_ is a new Python command line application framework that is in development. The current release is a stable, testing release.
  28. Updates
  29. --------
  30. Changes, updates, and brief tutorials are available on the `developer log <http://nakedpy.wordpress.com/>`_.
  31. QuickStart Guide
  32. ------------------
  33. The quickstart guide is available at `http://docs.naked-py.com/quickstart.html <http://docs.naked-py.com/quickstart.html>`_. It demonstrates how the available tools can be incorporated into your development workflow, spanning the entire period from an empty project directory to your first PyPI version release.
  34. Documentation
  35. --------------
  36. Documentation is in development at `http://docs.naked-py.com/ <http://docs.naked-py.com/>`_
  37. Issue Reporting
  38. ----------------
  39. Issue reporting is available on the `GitHub repository <http://github.com/chrissimpkins/naked/issues>`_
  40. Contribute
  41. -----------
  42. I would greatly appreciate feedback from anyone who is testing the framework. Feel free to contact me on Twitter (@csimpkins) if you have questions, comments, or problems. Please use the issue reporting link above for bug reports.
  43. Example Application
  44. -------------------
  45. `Status <https://pypi.python.org/pypi/status>`_ was built from the ground up with the Naked Framework. If you'd like to check out the source, it is available on `GitHub <https://github.com/chrissimpkins/status/tree/master/lib/status>`_