signal-ocean


Namesignal-ocean JSON
Version 10.3.0 PyPI version JSON
download
home_pagehttps://apis.signalocean.com/
SummaryAccess Signal Ocean Platform data using Python.
upload_time2024-03-26 13:56:40
maintainerNone
docs_urlNone
authorSignal Ocean Developers
requires_python>=3.7
licenseApache 2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            The Signal Ocean SDK combines the power of Python and [Signal Ocean's APIs](https://apis.signalocean.com/) to give you access to a variety of shipping data available in [The Signal Ocean Platform](https://www.signalocean.com/platform).

# Installation

Install the SDK with pip:
```
pip install signal-ocean
```

The Signal Ocean SDK depends on the [pandas](https://pandas.pydata.org/) library for some of its data analysis features. Optional pandas dependencies are also optional in this SDK. If you plan to use data frame features like plotting or exporting to Excel, you need to install additional dependencies, for example:
```
pip install matplotlib openpyxl
```
For more information refer to [pandas documentation](https://pandas.pydata.org/pandas-docs/stable/getting_started/install.html#optional-dependencies).

# Getting Started

To use the SDK, you need to create an account in our [API Portal](https://apis.signalocean.com/) and subscribe to an API.

Now you're ready to fetch some data. See our [examples](docs\examples) on how you can use our APIs.

# Building and contributing

Check [Contributing.md](Contributing.md) on how you can build and contribute this library. 



            

Raw data

            {
    "_id": null,
    "home_page": "https://apis.signalocean.com/",
    "name": "signal-ocean",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": "Signal Ocean Developers",
    "author_email": "signaloceandevelopers@thesignalgroup.com",
    "download_url": "https://files.pythonhosted.org/packages/ee/a8/b3682f57305325be99f0543139a8d42c69c909460a8627cf65d64e5d85e8/signal-ocean-10.3.0.tar.gz",
    "platform": null,
    "description": "The Signal Ocean SDK combines the power of Python and [Signal Ocean's APIs](https://apis.signalocean.com/) to give you access to a variety of shipping data available in [The Signal Ocean Platform](https://www.signalocean.com/platform).\n\n# Installation\n\nInstall the SDK with pip:\n```\npip install signal-ocean\n```\n\nThe Signal Ocean SDK depends on the [pandas](https://pandas.pydata.org/) library for some of its data analysis features. Optional pandas dependencies are also optional in this SDK. If you plan to use data frame features like plotting or exporting to Excel, you need to install additional dependencies, for example:\n```\npip install matplotlib openpyxl\n```\nFor more information refer to [pandas documentation](https://pandas.pydata.org/pandas-docs/stable/getting_started/install.html#optional-dependencies).\n\n# Getting Started\n\nTo use the SDK, you need to create an account in our [API Portal](https://apis.signalocean.com/) and subscribe to an API.\n\nNow you're ready to fetch some data. See our [examples](docs\\examples) on how you can use our APIs.\n\n# Building and contributing\n\nCheck [Contributing.md](Contributing.md) on how you can build and contribute this library. \n\n\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "Access Signal Ocean Platform data using Python.",
    "version": "10.3.0",
    "project_urls": {
        "Homepage": "https://apis.signalocean.com/",
        "Signal Ocean": "https://www.signalocean.com/",
        "The Signal Group": "https://www.thesignalgroup.com/",
        "The Signal Ocean Platform": "https://app.signalocean.com"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b0a7641c2378a31313caa53baa3441a7d4989a20031544cb7b75a818cf05bf4a",
                "md5": "0a1b6a5becf6d8c25b0c2c4520e20c69",
                "sha256": "9d76b67c90f85a230e0b8be8adb2faca3aeed3ebb844ca614ee9880ec61e1596"
            },
            "downloads": -1,
            "filename": "signal_ocean-10.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0a1b6a5becf6d8c25b0c2c4520e20c69",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 157093,
            "upload_time": "2024-03-26T13:56:38",
            "upload_time_iso_8601": "2024-03-26T13:56:38.257193Z",
            "url": "https://files.pythonhosted.org/packages/b0/a7/641c2378a31313caa53baa3441a7d4989a20031544cb7b75a818cf05bf4a/signal_ocean-10.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eea8b3682f57305325be99f0543139a8d42c69c909460a8627cf65d64e5d85e8",
                "md5": "173c67b5e118ef9549b823e8f9d831ac",
                "sha256": "80828c243325deae4a115f38f357120863d9d0f77aed77fa3294c925d4de5e16"
            },
            "downloads": -1,
            "filename": "signal-ocean-10.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "173c67b5e118ef9549b823e8f9d831ac",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 116809,
            "upload_time": "2024-03-26T13:56:40",
            "upload_time_iso_8601": "2024-03-26T13:56:40.803050Z",
            "url": "https://files.pythonhosted.org/packages/ee/a8/b3682f57305325be99f0543139a8d42c69c909460a8627cf65d64e5d85e8/signal-ocean-10.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-26 13:56:40",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "signal-ocean"
}
        
Elapsed time: 0.23233s