fleetmonger:舰队追踪API的包装器

时间:2024-05-22 17:48:11
【文件属性】:

文件名称:fleetmonger:舰队追踪API的包装器

文件大小:10KB

文件格式:ZIP

更新时间:2024-05-22 17:48:11

Python

舰队贩子 用于船舶跟踪API的Python包装器。 API调用 。 舰队贩子 舰队贩子 舰队贩子 舰队贩子 Fleetmonger.porturl 天气 船东集装箱时间表 请注意,某些API调用需要在Fleetmon购买积分。 此程序包与Fleetmon无关,使用后果自负。 用法 from fleetmonger import Fleetmonger fm = Fleetmonger ( 'username' , 'your key' ) fleet = fm . myfleet () for ship in fleet : print ship . name , ship . destination 船只 my_vessel = fleet [ 0 ] # or my_vessel = fm . vessel ( mmsi = '239725000' ) # or my_ve


【文件预览】:
fleetmonger-master
----MANIFEST.in(1KB)
----LICENSE(1KB)
----setup.py(2KB)
----Makefile(1KB)
----tests()
--------__init__.py(32B)
--------fleetmonger_tests.py(347B)
----.gitignore(39B)
----fleetmonger()
--------utils.py(390B)
--------fleetmonger.py(3KB)
--------vessel.py(2KB)
--------__init__.py(1KB)
--------port.py(1KB)
--------weather.py(586B)
----readme.md(3KB)

网友评论