Metadata-Version: 2.1
Name: vessel-BalticShipping
Version: 1.12
Summary: Obtain Ship/ vessel data based on imo number
Home-page: https://www.linkedin.com/in/abhishek-venkatachalam-62121049/
Author: Abhishek Venkatachalam
Author-email: abhishek.venkatachalam06@gmail.com
License: GNU Affero General Public License v3.0
Keywords: Ship data,imo,vessel data,vessel imo gross tonnage data
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests

<h1>vessel_BalticShipping</h1>   
_____________________________________________  

The package makes it easy to obtain vessel data from www.BalticShipping.com in the form of dictionary based on the imo number.


_____________________________________________

<h2>Instructions.</h2>  

To install the package, perform:  

```python
pip install Data_FolderSplit
```
 
How to use the methods:  

<h3>1. To create the folder structure:  </h3>

```python
#Importing Library.
import vessel_BalticShipping as vs

#imo number (Use integer only)
imo = 7814424
print(vs.vesselData(imo)

```


_____________________________________________

<h3>Have fun. :-) </h3>
