und-route-optimization

View on PyPIReverse Dependencies (0)

0.0.7 und_route_optimization-0.0.7-py3-none-any.whl

Wheel Details

Project: und-route-optimization
Version: 0.0.7
Filename: und_route_optimization-0.0.7-py3-none-any.whl
Download: [link]
Size: 18021
MD5: a53be1dc59c3cb7e67f31b729658d0e5
SHA256: c4202bec5f53c7403b12fd44805d1a8551d20189ae9419bf764fa1109ed7c501
Uploaded: 2020-03-19 22:30:37 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: und-route-optimization
Version: 0.0.7
Summary: servidor para optimizacion de rutas
Author: UND
Author-Email: development[at]orbis.com.pe
Home-Page: https://github.com/und-tech/und-python-microservice
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Dist: PyYAML (==3.12)
Requires-Dist: coverage (==4.5.1)
Requires-Dist: dataclasses
Requires-Dist: falcon (==2.0.0)
Requires-Dist: gunicorn (==20.0.4)
Requires-Dist: injector (==0.18.3)
Requires-Dist: nose (==1.3.7)
Requires-Dist: ortools
Requires-Dist: pylint (==1.8.4)
Requires-Dist: requests (==2.23.0)
Description-Content-Type: text/markdown
[Description omitted; length: 22 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.34.2)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
bootstrap/__init__.py sha256=aJg115ynnX7d-nbLn9WtI621eSVmnUMXVsF6egyNfio 1447
bootstrap/app.py sha256=-L0teqCyuNK4_296XraPs7397OQytp1W8ZEECZ7Z_Wk 190
bootstrap/routes.yml sha256=qoO5SkBqrArtEUXJNsOS6BmDl7uzPS--_Rk0ap3ox8c 161
bootstrap/runner.py sha256=KQaq8MNahE3qde2LiN3CM18kkWP96xhJLi2lSCOiU9c 159
bootstrap/wsgi.py sha256=eQWn6UW2oGCSe_uAKTKf35F1mpty_zpWq8jRYOe_M9s 71
bootstrap/config/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
bootstrap/config/base.py sha256=I0JODgKXcgqGTCkRWlsrNF4-D7Gs8j7-DwzQ97ap1zM 322
bootstrap/config/config_yaml.py sha256=r3rlkXnmShlj2-yQjovs1rE3r04f2yYUKzWAWFXMm-g 763
routing/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
routing/controllers/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
routing/controllers/health.py sha256=_5GkDLM2hq0ImkSLc5o-TOnJt-_EnezU1ZZepynyrM4 235
routing/controllers/router.py sha256=19vAeoQ5zCn0ei_oktpjqO4A6jSv2WiKS2rtZ_DabV4 659
routing/controllers/response/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
routing/controllers/response/custom_response.py sha256=XDD6HlGVhSPF484nE9rFJ9ReoYua0RFRDDKtpuZr8rA 846
routing/infrastructure/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
routing/infrastructure/proxy/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
routing/infrastructure/proxy/openrouteservice/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
routing/infrastructure/proxy/openrouteservice/distancematrix_adapter.py sha256=bxjlsHhFlKmHERnso_cBc_ojKsB3VuZ7kwYZXHKmPWM 1006
routing/infrastructure/proxy/openrouteservice/distancematrix_client.py sha256=JjczvjP5fvjuVv3XBm1XYBvn0nKKOVXZaj292w9c5AQ 1143
routing/optimization/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
routing/optimization/vrp_solver.py sha256=nr29Jsq5hbKK02KzdyH2kcPI8ORUJbdbu0w_v95oP0o 2994
routing/services/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
routing/services/router_service.py sha256=ksHWOkwFB9S5rXakmyUM9xtL2zW0XF5p2-AB1af1QbI 1953
tests/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/routing/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/routing/controllers/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/routing/controllers/test_router.py sha256=knrQCfnB4aHbpHl3eex_JWCNIleC-C7WXtpPzHH_HdM 2912
tests/routing/controllers/response/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/routing/controllers/response/test_custom_response.py sha256=zxVDJrDYmwUvNvA1d-wTsWcu2AvQBpBCO0iKMv-7FgI 530
tests/routing/infrastructure/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/routing/infrastructure/proxy/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/routing/infrastructure/proxy/openrouteservice/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/routing/infrastructure/proxy/openrouteservice/test_distancematrix_adapter.py sha256=Jl2-omJgiDQpr6ZCn8mM35dryhz1zQj-an-I9fUIakw 3620
tests/routing/infrastructure/proxy/openrouteservice/test_distancematrix_client.py sha256=q5hzY30mLzO9neU1CTkLdc_3Vj8IPPup_4iOEf2eCsE 3623
tests/routing/optimization/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/routing/optimization/test_vrp_solver.py sha256=hTMaucqmKb4FdlRifQEeYaKKWT3SJtxKSZijIr45960 400
tests/routing/services/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/routing/services/test_router_service.py sha256=_5IbuXI59E8IKn6jbGUPU6lV8WJdf3XQi6zk195vyZQ 4305
utils/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
utils/fillable_entity.py sha256=RkIN1ywtkNbFjU6RFJKs1XqEtUQn7-tL0P_QP5R9biM 138
und_route_optimization-0.0.7.dist-info/METADATA sha256=lBCtY3yC9EH9iyDvI3vnD70Ew99mT6MmtzTwx3meYGU 783
und_route_optimization-0.0.7.dist-info/WHEEL sha256=g4nMs7d-Xl9-xC9XovUrsDHGXt-FT0E17Yqo92DEfvY 92
und_route_optimization-0.0.7.dist-info/entry_points.txt sha256=NSWasclW-p6B_0AeIlKrE-L5MJ5lCTAt4bKS4DEWuqk 56
und_route_optimization-0.0.7.dist-info/top_level.txt sha256=jp3i8UsD7PVnSQYUukr4zUZ349ClP-T0-skRNyfUcyw 30
und_route_optimization-0.0.7.dist-info/RECORD

top_level.txt

bootstrap
routing
tests
utils

entry_points.txt

server_start = bootstrap.runner:main