Skip to main content

Jakdojade URL generator

Project description

GET_jakdojade

License: MIT Wheel Status Supported Python versions PyPI - Status Latest version

Jakdojade URL generator

Based on jakdojade documentation

Usage

import datetime

from get_jakdojade import generate

print(generate(
    city='warszawa',
    from_name='Your home',
    from_coordinate_latitude='52.275222',
    from_coordinate_longitude='20.914578',
    to_name='My shop',
    to_coordinate_latitude='52.211184',
    to_coordinate_longitude='20.984775',
    date_time=datetime.datetime(2021, 12, 28, 9, 00),
    is_arrival=True,
))

Release

  1. Change version in setup.py to x.y.z.dev0 (or leave if minor version bump) and ensure changelog is up to date. (Nothing changed yet. is not ok, CI will fail)
  2. Tag head of master branch with x.y.z without .dev0

Important: release ALWAYS is from master branch! So keep master untouched when you want to release.

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

get_jakdojade-0.0.1.tar.gz (4.4 kB view hashes)

Uploaded Source

Built Distribution

get_jakdojade-0.0.1-py3-none-any.whl (4.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