AIS-api Python wrapper package for the AIS API. Install pip install aisapi Look at the file example.py for a usage example. Develop git clone https://github.com/sviete/AIS-api.git Publish the new version to pip rm -rf dist python3 setup.py sdist bdist_wheel twine upload dist/*