Metadata-Version: 1.2
Name: v-cloud-market-cli-user
Version: 0.1.2
Summary: V Cloud Market Command Tool For User.
Home-page: https://github.com/virtualeconomy/v-cloud-market-cli-user
Author: hvoid-build-block
License: MIT
Description: # V Cloud Market Command Tool For User
        
        ## Install
        
        ```pip install v-cloud-market-cli-user```
        
        ## Usage
        
        Run the following command to start the command line:
        
        ```vcloud```
        
        ## Wallet Functions:
        
        - Create new wallet
        - Reset wallet
        - Recover wallet with seed
        - Check balance of address in the wallet
        - Export wallet addresses to csv file
        
        ## Market Services:
        
        - Explore service provider information
        - Explore service category information
        - Explore service type information
        - Make order with service type id
        
        ## Order Services:
        
        - Pay the order with VSYS
        - Check the status of order
        - View order list
        - View specific order information
        - Refund an order
        - View refundable order list
        
        ## user service:
        
        - Explore running user services
        - Explore usable user services
            - The status of usable user services are: ServicePending or ServiceRunning.
            - This function is to get secret information from service provider.
        - Explore expired user services
        
Keywords: vcloud-market-cli-user
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Requires-Python: >=3.5
