Skip to main content

Journey Planner API client library

Project description

Journeyplanner

Installation

The journeyplanner library can be installed using pip:

$ pip install journeyplanner

Examples

client = JourneyPlanner()
dt = datetime(2019, 1, 8, 12, 0, 0)
origin = Endpoint(latitude=55.68325233, longitude=12.57150292, name="noerreport")
destination = Endpoint(latitude=55.67271128, longitude=12.56635308, name="hovedbanen")
trip = client.trip(origin, destination, date=dt.date(), time=dt.time())
print(list(trip))

Authentication

client = JourneyPlanner()
client.authenticate('USERNAME', 'PASSWORD')

API reference

Trip objects

Trip instances have the following attributes:

Trip.legs

List of leg instances

Leg objects

Leg instances have the following attributes:

  • Leg.name
  • Leg.type
  • Leg.origin
  • Leg.destination
  • Leg.notes

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

journeyplanner-1.0.0.tar.gz (6.2 kB view hashes)

Uploaded Source

Built Distribution

journeyplanner-1.0.0-py3-none-any.whl (8.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