vessel-BalticShipping


Namevessel-BalticShipping JSON
Version 1.12 PyPI version JSON
download
home_pagehttps://www.linkedin.com/in/abhishek-venkatachalam-62121049/
SummaryObtain Ship/ vessel data based on imo number
upload_time2023-08-19 22:32:27
maintainer
docs_urlNone
authorAbhishek Venkatachalam
requires_python>=3.7
licenseGNU Affero General Public License v3.0
keywords ship data imo vessel data vessel imo gross tonnage data
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <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>

            

Raw data

            {
    "_id": null,
    "home_page": "https://www.linkedin.com/in/abhishek-venkatachalam-62121049/",
    "name": "vessel-BalticShipping",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "Ship data,imo,vessel data,vessel imo gross tonnage data",
    "author": "Abhishek Venkatachalam",
    "author_email": "abhishek.venkatachalam06@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/63/d5/1f4637391ee245fa627d84c9c0f39b264ab9ce248fd7da7b3b5dbf87154a/vessel_BalticShipping-1.12.tar.gz",
    "platform": null,
    "description": "<h1>vessel_BalticShipping</h1>   \r\n_____________________________________________  \r\n\r\nThe package makes it easy to obtain vessel data from www.BalticShipping.com in the form of dictionary based on the imo number.\r\n\r\n\r\n_____________________________________________\r\n\r\n<h2>Instructions.</h2>  \r\n\r\nTo install the package, perform:  \r\n\r\n```python\r\npip install Data_FolderSplit\r\n```\r\n \r\nHow to use the methods:  \r\n\r\n<h3>1. To create the folder structure:  </h3>\r\n\r\n```python\r\n#Importing Library.\r\nimport vessel_BalticShipping as vs\r\n\r\n#imo number (Use integer only)\r\nimo = 7814424\r\nprint(vs.vesselData(imo)\r\n\r\n```\r\n\r\n\r\n_____________________________________________\r\n\r\n<h3>Have fun. :-) </h3>\r\n",
    "bugtrack_url": null,
    "license": "GNU Affero General Public License v3.0",
    "summary": "Obtain Ship/ vessel data based on imo number",
    "version": "1.12",
    "project_urls": {
        "Homepage": "https://www.linkedin.com/in/abhishek-venkatachalam-62121049/"
    },
    "split_keywords": [
        "ship data",
        "imo",
        "vessel data",
        "vessel imo gross tonnage data"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fa4e8ad57e89f9a40d4a5cda0401d89704666816df59c419bfadbd1847cca6da",
                "md5": "948f385c04a2375af930e48666078ebf",
                "sha256": "e98f82412f33bc72c5d425864d3ad1e8dee5eefc9695b654f0cef79c0829c8bb"
            },
            "downloads": -1,
            "filename": "vessel_BalticShipping-1.12-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "948f385c04a2375af930e48666078ebf",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 15588,
            "upload_time": "2023-08-19T22:32:25",
            "upload_time_iso_8601": "2023-08-19T22:32:25.252392Z",
            "url": "https://files.pythonhosted.org/packages/fa/4e/8ad57e89f9a40d4a5cda0401d89704666816df59c419bfadbd1847cca6da/vessel_BalticShipping-1.12-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "63d51f4637391ee245fa627d84c9c0f39b264ab9ce248fd7da7b3b5dbf87154a",
                "md5": "f0866af7621d3c6f5c78c9fafa500ac9",
                "sha256": "f434ed43f6490f33ac0e78599cb8fa83f09e379417d7ea579fdc041255d2aabc"
            },
            "downloads": -1,
            "filename": "vessel_BalticShipping-1.12.tar.gz",
            "has_sig": false,
            "md5_digest": "f0866af7621d3c6f5c78c9fafa500ac9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 15503,
            "upload_time": "2023-08-19T22:32:27",
            "upload_time_iso_8601": "2023-08-19T22:32:27.153192Z",
            "url": "https://files.pythonhosted.org/packages/63/d5/1f4637391ee245fa627d84c9c0f39b264ab9ce248fd7da7b3b5dbf87154a/vessel_BalticShipping-1.12.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-19 22:32:27",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "vessel-balticshipping"
}
        
Elapsed time: 0.11943s