Metadata-Version: 2.1
Name: marvelapp-cli
Version: 0.0.3
Summary: A CLI wrapper for Marvelapp
Home-page: https://github.com/sophiefitzpatrick/marvelcli/archive/v_0.0.3.tar.gz
Author: Sophie Fitzpatrick
Author-email: sophierfitzpatrick@gmail.com
License: UNKNOWN
Description: # marvelcli
        
        A CLI wrapper for Marvelapp (https://marvelapp.com)
        
        The wrapper will enable you to interact with your Marvel
        account from the comfort of your command line.
        
        To auth each command you'll need to use the `-a` flag with
        your access token.
        
        You can generate a new one or find the one you have
        already set up here: https://marvelapp.com/oauth/devtoken
        
        ## Getting started:
        
        `pip install marvelapp-cli==0.0.1`
        
        https://pypi.org/project/marvelapp-cli/0.0.1/#description
        
        ## Example:
        
        To create a project:
        
        	marvelcli create-project -n Rua -p floof -a [your access token]
        
        ## Commands available:
        
        You can find out how to use each command with:
        
        	marvelcli [command name] --help
        
        	Command Name:                Command Use:
        
        	about-user                   User statistics
        	add-collabs-to-project       Add collaborators to a project
        	add-groups-to-project        Add groups to a project
        	add-members-to-group         Add members to a group
        	create-folder                Create a folder
        	create-group                 Create a group
        	create-project               Create a new project
        	delete-groups                Delete groups
        	delete-project               Delete a project
        	get-billing-info             Get billing information
        	get-personal-projects        List all projects owned by you
        	invite-users-to-workspace    Invite users to your workspace
        	remove-collabs-from-project  Remove collaborators from a project
        	remove-groups-from-project   Remove groups from a project
        	remove-members-from-group    Remove members from a group
        	remove-users-from-workspace  Remove users from your workspace
        	update-account-password      Update your account password
        	update-group-name            Update a group name
        	update-user                  Update your email, username and occuption
        
        ## Coming soon:
        
        1. Auth the entire session
        2. Command grouping
        3. Comment, screen, usertest commands
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
