Metadata-Version: 1.1
Name: promptapp
Version: 0.0.1.dev3
Summary: Prompt CLI
Home-page: https://promptapp.io
Author: Prompt Developers
Author-email: info@promptapp.io
License: Closed
Description: This is Prompt's CLI.
        
        It has been developed using Python 2.
        
        There are two main folders: classes and tests.
        
        You can run unit and functional testing very easily using the bash script runTests.sh found at the project's root.
        That script also generates a coverage report in html, which will fall in the htmlcov folder, also at the project's root.
        
        ** WARNING **
        You should use the bash script when being placed at the project's root folder in your bash terminal, since there are
        strong dependencies with paths. Correct test running is not guaranteed if this precondition isn't met.
Keywords: prompt bot cli
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
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: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
