routor

View on PyPIReverse Dependencies (0)

0.7.1 routor-0.7.1-py3-none-any.whl

Wheel Details

Project: routor
Version: 0.7.1
Filename: routor-0.7.1-py3-none-any.whl
Download: [link]
Size: 15266
MD5: e6126883cd434be278cc60e5d169f31c
SHA256: 901eecb00dcbe460333edea237e299c2dcb7b1bbfe45257997f13a7f6ca2ea08
Uploaded: 2022-02-04 08:52:05 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: routor
Version: 0.7.1
Summary: Simple osm routing engine.
Author: Alexander Frenzel
Author-Email: alex[at]relatedworks.com
Home-Page: https://github.com/escaped/routor
Project-Url: Documentation, https://github.com/escaped/routor/blob/master/README.md
Project-Url: Repository, https://github.com/escaped/routor
License: BSD-3-Clause
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: >=3.6.1,<4.0
Requires-Dist: click
Requires-Dist: fastapi
Requires-Dist: more-itertools (>8.0.0)
Requires-Dist: networkx (>2.5)
Requires-Dist: networkx-astar-path (>=1.0.1)
Requires-Dist: osmnx (>1.1.0)
Requires-Dist: pydantic (>1.5.0)
Requires-Dist: python-dotenv (>0.15.0)
Requires-Dist: scikit-learn
Requires-Dist: uvicorn
Description-Content-Type: text/markdown
[Description omitted; length: 6163 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry 1.0.7
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
routor/__init__.py sha256=0utL52d1LYmMaHZUQBj4DS7XwmDEWyZXQ-6Rcys5cY0 620
routor/__main__.py sha256=MSmt_5Xg84uHqzTN38JwgseJK8rsJn_11A8WD99VtEo 61
routor/api/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
routor/api/config.py sha256=1tDkjqOu9rH0YwQVoEqzTcHzrcf04iaPWK9SRydqmI4 808
routor/api/main.py sha256=drLKOXlzId54_HwlkXBtfLlrl6p-_0XtJ3_viiGqevk 1613
routor/api/models.py sha256=zStN_Wbr4b0H4XvcYayj7PRnSCL7V0YYetBTyAWdYYg 561
routor/cli.py sha256=VyG86BuJIj-WcQ8GSZSdTXER8LfyLXYT0CG6Y9MK1dI 2851
routor/engine.py sha256=kabESn3xQvwQraIawalJPbc16l2k9y3obtR8uWMzGOY 4456
routor/exceptions.py sha256=KjYhk_ua_sGu5w7O_VN98ZuwByaSOt3LHOppQrQ9Jzc 195
routor/models.py sha256=wf3ETQ9z2k1bxXqXd5hxXaloJiiyWZpDZ5FQ9f0fqRA 2415
routor/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
routor/utils/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
routor/utils/click.py sha256=PVVrb46vDkNEOYLv6DNSYZPF1ae4tLqAWogVx5dLsTU 935
routor/utils/core.py sha256=kAfDab5fV3RQhhxrzjsUdz88U8sPBxgRuNL1yQo2m-o 361
routor/utils/debug.py sha256=EqLhPURoOrQupCdBcaAz6D-5otXfMw2mwjVUULCE-ts 511
routor/utils/graph.py sha256=Hn_nCgC5L4RBK0DEaEYltdD2pUBnlyWV4UgckHWuwS8 5244
routor/weights.py sha256=YGU4sAg9KLa9Lwgcngo5oym_xGvqXSrUId4TX5F7IJ0 1478
routor-0.7.1.dist-info/entry_points.txt sha256=_sxcywwdGddpX5Bf_vKv5uIzmPHGGvfpcI7qPqBYt4Y 42
routor-0.7.1.dist-info/LICENSE sha256=1Vt_COdj_7gJ3Xnay4HIR3ae-nWuN6KIMMD4xMdijW8 1554
routor-0.7.1.dist-info/WHEEL sha256=y3eDiaFVSNTPbgzfNn0nYn5tEn1cX6WrdetDlQM4xWw 83
routor-0.7.1.dist-info/METADATA sha256=O9QYtAZLNdgFBiVnYLvDYNuobMJAOifbckS4u2MNC6E 7575
routor-0.7.1.dist-info/RECORD

entry_points.txt

routor = routor.cli:main