Metadata-Version: 2.1
Name: auth0-client
Version: 0.0.1
Summary: auth0 click client.
Home-page: https://github.com/rubelw/auth0_client
Author: Will Rubel
Author-email: willrubel@gmail.com
License: UNKNOWN
Description: Auth0 Client
        ============
        Features
        ========
        python click program for auth0
        
        Installation
        ============
        auth0_client is on PyPI so all you need is:
        
        .. code:: console
        
           $ pip install auth0_client
        
        
        
        Example
        =======
        Getting help
        
        .. code:: console
        
           $ Usage: auth-client [OPTIONS] COMMAND [ARGS]...
        
            Options:
              --version  Show the version and exit.
              --help     Show this message and exit.
            
            Commands:
              get-blacklist
              get-client-grants
              get-clients
              get-connections
              get-tenants
              get-user-log-events
              list-users
        
        Example Ini file
        ================
        .. code:: console
        
            [parameters]
            domain = xxx.auth0.com
            id = xxx
            secret = xxxx
        
        
Keywords: auth0,client
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python
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
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
