Jakdojade URL generator
Project description
GET_jakdojade
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,
))
You can use date_time exchangeable with date and time parameters for convenience.
Search now
To search now you need to provide:
from_coordinate_latitudefrom_coordinate_longitudeto_coordinate_latitudeto_coordinate_latitudedate_timeor (dateandtime)prepare_search=Falsethis is default
When searching now, user will be directed to result page instead of search form.
Places name
Field from_name and to_name can be anything you want if coordinates provided.
For example: dating app can use:
from_name=You and to_name=Date in cinema and point current user location and cinema nearby.
Error handling
By default, url will be generated even if some parameters are missing. If you want to not generate URL when
configuration are insufficient (for example: you want search now but, you do not provide date_time), you can pass
strict=True then InsufficientParameters will be raised.
Release
- 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) - Tag head of master branch with
x.y.zwithout.dev0
Important: release ALWAYS is from master branch! So keep master untouched when you want to release.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file get_jakdojade-0.0.2.tar.gz.
File metadata
- Download URL: get_jakdojade-0.0.2.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eafbb29ccdc6ed15bbf46615b5ef8f36862524f37c8745f0752ff3cae2f0adad
|
|
| MD5 |
bdd6a8c47775664df3cb61f7675d239a
|
|
| BLAKE2b-256 |
74dcef56f3ea2fc653240902d9dd9a13d0dca277e53641abb5cbb3749e2d101a
|
File details
Details for the file get_jakdojade-0.0.2-py3-none-any.whl.
File metadata
- Download URL: get_jakdojade-0.0.2-py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b7fd617c7332f68e841985fcc49794b7482f21a8f35a337893e49ce52d5b9aad
|
|
| MD5 |
1e766e10fc07dc49e64e58740ce6306f
|
|
| BLAKE2b-256 |
967db932b77f53a7c284430d48594cb8792653fe920d11fd527fc8ed35b14bce
|