Skip to main content

Wrapper for the SimpliRoute service API

Project description

PySimpliRoute
=======

Wrapper for the SimpliRoute service API

Installation
------------

::

pip3 install pysimpliroute

Usage
-----

::

from pysimpliroute import simpliroute as sr
client = sr.Client(token='token_from_perfil')
params = {
"order": 1,
"title": "Dansanti Test1",
"address": "Parcela 19, culiprán, Melipilla, Chile",
"latitude": "-33.774290",
"longitude": "-71.250123",
"contact_name": "Daniel",
"contact_phone": "+123413123212",
"contact_email": "apu@example.com",
"reference": "invoice_id",
"notes": "Leave at front door",
"planned_date": "2018-08-19",
"window_start": "19:00",
}
client.send_visit(params)


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

pysimpliroute-0.1.0.tar.gz (3.5 kB view hashes)

Uploaded Source

Built Distribution

pysimpliroute-0.1.0-py3-none-any.whl (4.0 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