DESCRIPTION.rst 1.4 KB

123456789101112131415161718192021222324252627282930313233343536
  1. About
  2. ------
  3. `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.
  4. Updates
  5. --------
  6. Changes, updates, and brief tutorials are available on the `developer log <http://nakedpy.wordpress.com/>`_.
  7. QuickStart Guide
  8. ------------------
  9. 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.
  10. Documentation
  11. --------------
  12. Documentation is in development at `http://docs.naked-py.com/ <http://docs.naked-py.com/>`_
  13. Issue Reporting
  14. ----------------
  15. Issue reporting is available on the `GitHub repository <http://github.com/chrissimpkins/naked/issues>`_
  16. Contribute
  17. -----------
  18. 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.
  19. Example Application
  20. -------------------
  21. `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>`_