Skip to main content

Tools to use IEMAP Rest API

Project description

iemap-module

This module provides simple functions to interact with the iemap API.

Quickstart

  1. Create a virtual environment and install the module in it:

    pip install iemap
    
  2. In your script or notebook, import the module:

    from iemap import IEMAP
    
  3. Create an instance of the IEMAP class, using your user and password:

    api = IEMAP(user, password)
    
  4. Use the login() method for API login:

    api.login()
    
  5. Use the my_projects() method to get a list of your projects:

    api.my_projects()
    

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

iemap-0.4.0.tar.gz (19.4 kB view hashes)

Uploaded Source

Built Distribution

iemap-0.4.0-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