Metadata-Version: 2.1
Name: digicloud
Version: 2.5.5
Summary: DigiCloud CLI
Home-page: https://digicloud.ir
Author: Arash Shams
Author-email: a.shams@digikala.com
License: UNKNOWN
Description: # DigiCloud Command Line Interface 
        
        ## Install
        To install the client run the following command:
        
        ```bash
        python setup.py install
        ```
        
        ## bash auto completion
        After install you can use ``digicloud`` command ``bashcompletion`` to
        to generate auto completion bash script.
        
        ```bash
        digicloud complete > /etc/bash_completion.d/digicloud
        ```
        
        ## Development
        
        Install preferably inside your choice of virtual environments like
        poetry or pipenv.
        
        Use edit mode:
        
        ```bash
        python -m pip install -e .
        ```
        
Platform: Any
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Intended Audience :: Developers
Classifier: Environment :: Console
Provides-Extra: dev
