marinerg-data-access


Namemarinerg-data-access JSON
Version 0.0.3 PyPI version JSON
download
home_pageNone
SummaryAn web app form marine data management.
upload_time2025-08-26 09:44:00
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
keywords web application django
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Marinerg-i Data Access Service #

This software is part of the [Marinerg-i preparatory phase project](https://www.marinerg-i.eu).

This service supports the management of project datasets.

# Quick Start #

This is a Python `Django` application and can be managed through the standard Django APIs.

If you want a quick demo of it running locally you can inspect this script on Linux or Mac and run it if happy with it:

``` sh
./infra/quick_start.sh
```

which will:

* Set up a Python virtual environment and install dependencies
* Populate the shell environment with demo Django settings, such as Admin credentials
* Set up a local database and create an admin user
* Launch the development server

You can then go to [localhost:8000/api](http://localhost:8000/api) in a browser to interact with the backend API.

For more detailed deployment information more suitable for production you can see the [Developer Guide](/docs/DeveloperGuide.md).

# Licensing #

This software is copyright of the Irish Centre for High End Computing (ICHEC). It may be used under the terms of the GNU AGPL version 3 or later, with license details in the included `LICENSE` file. Exemptions are available for Marinerg project partners and possibly others on request.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "marinerg-data-access",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "Web Application, Django",
    "author": null,
    "author_email": "Irish Centre for High End Computing <james.grogan@ichec.ie>",
    "download_url": "https://files.pythonhosted.org/packages/3a/be/9dc7ea919d0a84e94676cfbfaa2955d68dc4fcda46f9507622b4bab71310/marinerg_data_access-0.0.3.tar.gz",
    "platform": null,
    "description": "# Marinerg-i Data Access Service #\n\nThis software is part of the [Marinerg-i preparatory phase project](https://www.marinerg-i.eu).\n\nThis service supports the management of project datasets.\n\n# Quick Start #\n\nThis is a Python `Django` application and can be managed through the standard Django APIs.\n\nIf you want a quick demo of it running locally you can inspect this script on Linux or Mac and run it if happy with it:\n\n``` sh\n./infra/quick_start.sh\n```\n\nwhich will:\n\n* Set up a Python virtual environment and install dependencies\n* Populate the shell environment with demo Django settings, such as Admin credentials\n* Set up a local database and create an admin user\n* Launch the development server\n\nYou can then go to [localhost:8000/api](http://localhost:8000/api) in a browser to interact with the backend API.\n\nFor more detailed deployment information more suitable for production you can see the [Developer Guide](/docs/DeveloperGuide.md).\n\n# Licensing #\n\nThis software is copyright of the Irish Centre for High End Computing (ICHEC). It may be used under the terms of the GNU AGPL version 3 or later, with license details in the included `LICENSE` file. Exemptions are available for Marinerg project partners and possibly others on request.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "An web app form marine data management.",
    "version": "0.0.3",
    "project_urls": {
        "Homepage": "https://git.ichec.ie/marinerg-i/data-access-service",
        "Repository": "https://git.ichec.ie/marinerg-i/data-access-service"
    },
    "split_keywords": [
        "web application",
        " django"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "767ccb38b489e4062dca8e2dafb6a05cb5d43816b244c45f6433969616d93b01",
                "md5": "0b57862ea7ffd0a687e2cb2c078b927c",
                "sha256": "e0abcd99b6b44e01d2f743c953742877dbeb99b03d05a3a2540e757e7f2bf3cf"
            },
            "downloads": -1,
            "filename": "marinerg_data_access-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0b57862ea7ffd0a687e2cb2c078b927c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 18031,
            "upload_time": "2025-08-26T09:43:59",
            "upload_time_iso_8601": "2025-08-26T09:43:59.542212Z",
            "url": "https://files.pythonhosted.org/packages/76/7c/cb38b489e4062dca8e2dafb6a05cb5d43816b244c45f6433969616d93b01/marinerg_data_access-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3abe9dc7ea919d0a84e94676cfbfaa2955d68dc4fcda46f9507622b4bab71310",
                "md5": "6418d1184f1fd594dca0c953a5e04a50",
                "sha256": "86a59bf35aff4e93f17293875dc5759f970dea40928aef6d2d27c2cbb61ff253"
            },
            "downloads": -1,
            "filename": "marinerg_data_access-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "6418d1184f1fd594dca0c953a5e04a50",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 18048,
            "upload_time": "2025-08-26T09:44:00",
            "upload_time_iso_8601": "2025-08-26T09:44:00.870801Z",
            "url": "https://files.pythonhosted.org/packages/3a/be/9dc7ea919d0a84e94676cfbfaa2955d68dc4fcda46f9507622b4bab71310/marinerg_data_access-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-26 09:44:00",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "marinerg-data-access"
}
        
Elapsed time: 1.27849s