Metadata-Version: 1.1
Name: APImetrics
Version: 0.2.1
Summary: APImetrics Client
Home-page: http://apimetrics.io/
Author: Nick Denny
Author-email: nick@apimetrics.io
License: License :: OSI Approved :: Apache Software License
Download-URL: https://github.com/APImetrics/APImetrics-Python-Client/archive/v0.2.1.tar.gz
Description: **APImetrics-Python-Client**
        
        Command line-callable Python library that makes it easier to call APImetrics' APIs.
        
        For use with your APImetrics monitoring service. Please sign up at http://client.apimetrics.io and create an API key at https://client.apimetrics.io/settings/api-key
        
        **Installation**
        
        Create a settings file at ``/etc/APImetrics`` or ``~/.APImetrics`` or locally (specify it with the ``-cfg`` flag)
        
        Use command ``apimetrics -a YOUR_API_KEY`` to save the key.
        
        **Command-line usage**::
        
              usage: apimetrics [-h] [--apimetrics APIMETRICS] [--config CONFIG]
                                [--simulate]
                                {auth,call,deployment,report,token,workflow,alert,notification}
                                ...
              
              positional arguments:
                {auth,call,deployment,report,token,workflow,alert,notification}
                                      sub-command help
                  auth                auth help
                  call                call help
                  deployment          deployment help
                  report              report help
                  token               token help
                  workflow            workflow help
                  alert               alert help
                  notification        notification help
              
              optional arguments:
                -h, --help            show this help message and exit
              
              apimetrics:
                APImetrics settings
              
                --apimetrics APIMETRICS, -a APIMETRICS
                                      Set the APImetrics key to use
                --config CONFIG, -cfg CONFIG
                                      Set the config file to use
                --simulate, -s        Simulate - don't call the APImetrics API
        
        
        **APImetrics module**
        
        You may also write your own scripts - look in the ``apimetrics/scripts`` folder for example code.
        
        The example may also be called from the command line, e.g.:
         ``python -m apimetrics.scripts.delete_deployments --name "^z "``
        
        
        This version tested with Python 2.7.6 and 3.5.2
        
Keywords: api http monitoring test apimetrics
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: System :: Networking :: Monitoring
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
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
Classifier: Environment :: Console
Classifier: Operating System :: POSIX
