Skip to main content

Esper CLI tool to manage resources on Esper.io API service

Project description

espercli

This package provides a unified command line interface to Esper API Services. The espercli package works on Python version 3.6.8.

Installation

The easiest way to install espercli is to use pip in a virtualenv:

$ pip install espercli

or, if you are not installing in a virtualenv, to install globally:

$ sudo pip install espercli

or for your user:

$ pip install --user espercli

If you have the espercli installed and want to upgrade to the latest version you can run:

$ pip install --upgrade espercli

This will install the espercli package as well as all dependencies. You can also just download the tarball. Once you have the espercli directory structure on your workstation, you can just run:

$ cd <path_to_esper>
$ python setup.py install

Getting Started

Before using espercli, you need to tell it about your Esper credentials. The way to get started is to run the espercli configure command:

$ espercli configure
$ Enter your Username: foo
$ Enter your Password: bar
$ Enter your Host Endpoint: develop
$ Enter your Enterprise ID: <UUID for Enterprise>

Getting Help

We use GitHub issues for tracking bugs and feature requests.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

espercli-0.0.1.dev20190425133922.tar.gz (9.5 kB view hashes)

Uploaded Source

Built Distribution

espercli-0.0.1.dev20190425133922-py3-none-any.whl (19.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page