ais-database-client


Nameais-database-client JSON
Version 2025.1.2 PyPI version JSON
download
home_pageNone
SummaryPython client to the Space Eye AIS database
upload_time2025-01-25 17:10:37
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseApache-2.0
keywords ais sar
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # AIS Database Client

Python client for the [Space Eye AIS server](). The AIS server aggregates data from AIS receives and the [UN Task Team in AIS data analyses](https://unstats.un.org/bigdata/task-teams/ais/index.cshtml).

# License

This project is [Apache 2.0](LICENSE.txt) licensed.


### Deployment to Pypi
1. Install Dependencies if you haven't already:

```
pip install .
```

2. Bump the version of the package:
```
bumpver update
```


3. Build the Package:

Run the following command to build your package (Install build if you haven't already):
``` 
python -m build
```
4. Upload to PyPI:

Upload your package to PyPI:
```
twine upload dist/*
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "ais-database-client",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "AIS, SAR",
    "author": null,
    "author_email": "\"Space Eye e.V.\" <kontakt@space-eye.org>",
    "download_url": null,
    "platform": null,
    "description": "# AIS Database Client\r\n\r\nPython client for the [Space Eye AIS server](). The AIS server aggregates data from AIS receives and the [UN Task Team in AIS data analyses](https://unstats.un.org/bigdata/task-teams/ais/index.cshtml).\r\n\r\n# License\r\n\r\nThis project is [Apache 2.0](LICENSE.txt) licensed.\r\n\r\n\r\n### Deployment to Pypi\r\n1. Install Dependencies if you haven't already:\r\n\r\n```\r\npip install .\r\n```\r\n\r\n2. Bump the version of the package:\r\n```\r\nbumpver update\r\n```\r\n\r\n\r\n3. Build the Package:\r\n\r\nRun the following command to build your package (Install build if you haven't already):\r\n``` \r\npython -m build\r\n```\r\n4. Upload to PyPI:\r\n\r\nUpload your package to PyPI:\r\n```\r\ntwine upload dist/*\r\n```\r\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Python client to the Space Eye AIS database",
    "version": "2025.1.2",
    "project_urls": {
        "Bug Tracker": "https://gitlab.com/satellitesearch/ais_database_client/-/issues",
        "Homepage": "https://space-eye.info",
        "Source Code": "https://gitlab.com/satellitesearch/ais_database_client"
    },
    "split_keywords": [
        "ais",
        " sar"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "578fd497c96f0312b293251abd2e021414791a2705dffac6088dfa1158b6f530",
                "md5": "ba337bf9a5afbd3e3f954f9483984943",
                "sha256": "a9f5548c32bf4265dc7d0199443c7afa60a983f6b5d45f28ef5fdaf882229cb7"
            },
            "downloads": -1,
            "filename": "ais_database_client-2025.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ba337bf9a5afbd3e3f954f9483984943",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 8000,
            "upload_time": "2025-01-25T17:10:37",
            "upload_time_iso_8601": "2025-01-25T17:10:37.443142Z",
            "url": "https://files.pythonhosted.org/packages/57/8f/d497c96f0312b293251abd2e021414791a2705dffac6088dfa1158b6f530/ais_database_client-2025.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-25 17:10:37",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "satellitesearch",
    "gitlab_project": "ais_database_client",
    "lcname": "ais-database-client"
}
        
Elapsed time: 1.42739s