geoluminate


Namegeoluminate JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://github.com/Geoluminate/geoluminate
Summary
upload_time2023-05-13 22:43:14
maintainer
docs_urlNone
authorSam Jennings
requires_python>=3.8,<4.0
licenseGPL-3.0-or-later
keywords research database research data management open data geoluminate fair
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Geoluminate 

[![Github Build](https://github.com/Geoluminate/geoluminate/actions/workflows/build.yml/badge.svg)](https://github.com/Geoluminate/geoluminate/actions/workflows/build.yml)
[![Github Docs](https://github.com/Geoluminate/geoluminate/actions/workflows/docs.yml/badge.svg)](https://github.com/Geoluminate/geoluminate/actions/workflows/docs.yml)
[![CodeCov](https://codecov.io/gh/Geoluminate/geoluminate/branch/main/graph/badge.svg?token=0Q18CLIKZE)](https://codecov.io/gh/Geoluminate/geoluminate)
![GitHub](https://img.shields.io/github/license/Geoluminate/geoluminate)
![GitHub last commit](https://img.shields.io/github/last-commit/Geoluminate/geoluminate)
![PyPI](https://img.shields.io/pypi/v/geoluminate)
<!-- [![RTD](https://readthedocs.org/projects/geoluminate/badge/?version=latest)](https://geoluminate.readthedocs.io/en/latest/readme.html) -->
<!-- [![Documentation](https://github.com/Geoluminate/geoluminate/actions/workflows/build-docs.yml/badge.svg)](https://github.com/Geoluminate/geoluminate/actions/workflows/build-docs.yml) -->
<!-- [![PR](https://img.shields.io/github/issues-pr/Geoluminate/geoluminate)](https://github.com/Geoluminate/geoluminate/pulls)
[![Issues](https://img.shields.io/github/issues-raw/Geoluminate/geoluminate)](https://github.com/Geoluminate/geoluminate/pulls) -->
<!-- ![PyPI - Downloads](https://img.shields.io/pypi/dm/geoluminate) -->
<!-- ![PyPI - Status](https://img.shields.io/pypi/status/geoluminate) -->


Documentation
-------------

The full documentation is at https://geoluminate.github.io/geoluminate/

Quickstart
----------

Install Geoluminate::

    pip install geoluminate

Add it to your `INSTALLED_APPS`:


    INSTALLED_APPS = (
        ...
        'geoluminate',
        ...
    )

Add Geoluminate's URL patterns:

    urlpatterns = [
        ...
        path('', include("geoluminate.urls")),
        ...
    ]

Features
--------

* TODO

Running Tests
-------------

Does the code actually work?

    source <YOURVIRTUALENV>/bin/activate
    (myenv) $ pip install tox
    (myenv) $ tox


Development commands
---------------------

    pip install -r requirements_dev.txt
    invoke -l


Credits
-------



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Geoluminate/geoluminate",
    "name": "geoluminate",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<4.0",
    "maintainer_email": "",
    "keywords": "research,database,research data management,open data,geoluminate,FAIR",
    "author": "Sam Jennings",
    "author_email": "samuel.scott.jennings@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/f8/7d/2cd3a1f3c68ea41633cd0af2a627141d711334b61bca1c4ece8353a67625/geoluminate-0.0.2.tar.gz",
    "platform": null,
    "description": "# Geoluminate \n\n[![Github Build](https://github.com/Geoluminate/geoluminate/actions/workflows/build.yml/badge.svg)](https://github.com/Geoluminate/geoluminate/actions/workflows/build.yml)\n[![Github Docs](https://github.com/Geoluminate/geoluminate/actions/workflows/docs.yml/badge.svg)](https://github.com/Geoluminate/geoluminate/actions/workflows/docs.yml)\n[![CodeCov](https://codecov.io/gh/Geoluminate/geoluminate/branch/main/graph/badge.svg?token=0Q18CLIKZE)](https://codecov.io/gh/Geoluminate/geoluminate)\n![GitHub](https://img.shields.io/github/license/Geoluminate/geoluminate)\n![GitHub last commit](https://img.shields.io/github/last-commit/Geoluminate/geoluminate)\n![PyPI](https://img.shields.io/pypi/v/geoluminate)\n<!-- [![RTD](https://readthedocs.org/projects/geoluminate/badge/?version=latest)](https://geoluminate.readthedocs.io/en/latest/readme.html) -->\n<!-- [![Documentation](https://github.com/Geoluminate/geoluminate/actions/workflows/build-docs.yml/badge.svg)](https://github.com/Geoluminate/geoluminate/actions/workflows/build-docs.yml) -->\n<!-- [![PR](https://img.shields.io/github/issues-pr/Geoluminate/geoluminate)](https://github.com/Geoluminate/geoluminate/pulls)\n[![Issues](https://img.shields.io/github/issues-raw/Geoluminate/geoluminate)](https://github.com/Geoluminate/geoluminate/pulls) -->\n<!-- ![PyPI - Downloads](https://img.shields.io/pypi/dm/geoluminate) -->\n<!-- ![PyPI - Status](https://img.shields.io/pypi/status/geoluminate) -->\n\n\nDocumentation\n-------------\n\nThe full documentation is at https://geoluminate.github.io/geoluminate/\n\nQuickstart\n----------\n\nInstall Geoluminate::\n\n    pip install geoluminate\n\nAdd it to your `INSTALLED_APPS`:\n\n\n    INSTALLED_APPS = (\n        ...\n        'geoluminate',\n        ...\n    )\n\nAdd Geoluminate's URL patterns:\n\n    urlpatterns = [\n        ...\n        path('', include(\"geoluminate.urls\")),\n        ...\n    ]\n\nFeatures\n--------\n\n* TODO\n\nRunning Tests\n-------------\n\nDoes the code actually work?\n\n    source <YOURVIRTUALENV>/bin/activate\n    (myenv) $ pip install tox\n    (myenv) $ tox\n\n\nDevelopment commands\n---------------------\n\n    pip install -r requirements_dev.txt\n    invoke -l\n\n\nCredits\n-------\n\n\n",
    "bugtrack_url": null,
    "license": "GPL-3.0-or-later",
    "summary": "",
    "version": "0.0.2",
    "project_urls": {
        "Homepage": "https://github.com/Geoluminate/geoluminate"
    },
    "split_keywords": [
        "research",
        "database",
        "research data management",
        "open data",
        "geoluminate",
        "fair"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6b27d9e57ebf0c04a3d171607b74a0cdd4c14a1d952aa8a58435d23ae811f28d",
                "md5": "0dc79d397a85de0a841cb9ec014037b3",
                "sha256": "0bf13ea60dfbbf1cfa73cae0a51856f6b76c77133d8be6c3ddac6e8ee182d893"
            },
            "downloads": -1,
            "filename": "geoluminate-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0dc79d397a85de0a841cb9ec014037b3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 1826336,
            "upload_time": "2023-05-13T22:43:12",
            "upload_time_iso_8601": "2023-05-13T22:43:12.210058Z",
            "url": "https://files.pythonhosted.org/packages/6b/27/d9e57ebf0c04a3d171607b74a0cdd4c14a1d952aa8a58435d23ae811f28d/geoluminate-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f87d2cd3a1f3c68ea41633cd0af2a627141d711334b61bca1c4ece8353a67625",
                "md5": "c3b397495ca9b68b533cd00f46017485",
                "sha256": "edc8d491b7c46f46f4b5d5284bef899438409319b84845dd33f339ebac3d4d8c"
            },
            "downloads": -1,
            "filename": "geoluminate-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "c3b397495ca9b68b533cd00f46017485",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4.0",
            "size": 1676348,
            "upload_time": "2023-05-13T22:43:14",
            "upload_time_iso_8601": "2023-05-13T22:43:14.347101Z",
            "url": "https://files.pythonhosted.org/packages/f8/7d/2cd3a1f3c68ea41633cd0af2a627141d711334b61bca1c4ece8353a67625/geoluminate-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-13 22:43:14",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Geoluminate",
    "github_project": "geoluminate",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "geoluminate"
}
        
Elapsed time: 0.06645s