Metadata-Version: 2.1
Name: nawah_cli
Version: 1.0.5
Summary: CLI for Nawah--Rapid app development framework
Home-page: https://github.com/nawah-io/nawah_cli
Author: Mahmoud Abduljawad
Author-email: mahmoud@masaar.com
License: UNKNOWN
Project-URL: Docs: Github, https://github.com/nawah-io/nawah_docs
Project-URL: GitHub: issues, https://github.com/nawah-io/nawah_cli/issues
Project-URL: GitHub: repo, https://github.com/nawah-io/nawah_cli
Description: # Nawah CLI
        Nawah CLI is the tool to create new Nawah apps. You can install it, and use it like:
        ```python
        python[3[.8]] -m pip install nawah_cli
        nawah create [/path/to/project] hello_world [--default-config]
        ```
        where `hello_world` is the new project name and folder name to be created for the project.
        
        # Docs Index
        > Learn more on Nawah CLI and Nawah framework at [https://github.com/nawah-io/nawah_docs](https://github.com/nawah-io/nawah_docs).
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Framework :: AsyncIO
Requires-Python: >=3.8
Description-Content-Type: text/markdown
