Metadata-Version: 2.0 Name: Naked Version: 0.1.31 Summary: A command line application framework Home-page: http://naked-py.com Author: Christopher Simpkins Author-email: chris@zerolabs.net License: MIT Keywords: python,command line,system,application,framework,CLI Platform: any Classifier: Intended Audience :: Developers Classifier: Natural Language :: English Classifier: License :: OSI Approved :: MIT License Classifier: Operating System :: OS Independent Classifier: Programming Language :: Python Classifier: Programming Language :: Python :: 2 Classifier: Programming Language :: Python :: 2.6 Classifier: Programming Language :: Python :: 2.7 Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.3 Classifier: Topic :: Software Development :: Libraries :: Python Modules Requires-Dist: Naked Requires-Dist: requests Requires-Dist: pyyaml About ------ `Naked `_ is a new Python command line application framework that is in development. The current release is a stable, testing release. Updates -------- Changes, updates, and brief tutorials are available on the `developer log `_. QuickStart Guide ------------------ The quickstart guide is available at `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. Documentation -------------- Documentation is in development at `http://docs.naked-py.com/ `_ Issue Reporting ---------------- Issue reporting is available on the `GitHub repository `_ Contribute ----------- 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. Example Application ------------------- `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 `_