django-hexgrid


Namedjango-hexgrid JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/vtbassmatt/django-hexgrid
SummaryA Django implementation of hexagonal grids.
upload_time2024-03-11 19:37:50
maintainer
docs_urlNone
authorMatt Cooper
requires_python>=3.11,<4.0
licenseMIT
keywords grid hexagon django
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Hex Grid

A Django implementation of a hexagonal grid system.

Inspired by https://www.redblobgames.com/grids/hexagons/.

This app implements flat-top hexes using the cube (q,r,s) system.

```
 +s   -r
   \ /
-q -*- +q
   / \
 +r   -s
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/vtbassmatt/django-hexgrid",
    "name": "django-hexgrid",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.11,<4.0",
    "maintainer_email": "",
    "keywords": "grid,hexagon,django",
    "author": "Matt Cooper",
    "author_email": "vtbassmatt@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/ff/fa/86addac767985e87e8b69a017219c11acccf1c144b34e48e5354dfc54b7e/django_hexgrid-0.1.0.tar.gz",
    "platform": null,
    "description": "# Hex Grid\n\nA Django implementation of a hexagonal grid system.\n\nInspired by https://www.redblobgames.com/grids/hexagons/.\n\nThis app implements flat-top hexes using the cube (q,r,s) system.\n\n```\n +s   -r\n   \\ /\n-q -*- +q\n   / \\\n +r   -s\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A Django implementation of hexagonal grids.",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/vtbassmatt/django-hexgrid",
        "Repository": "https://github.com/vtbassmatt/django-hexgrid"
    },
    "split_keywords": [
        "grid",
        "hexagon",
        "django"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ee97d02838385264364ce6f930680ac395b1a86aee28757f80e1b0b6ba21df9d",
                "md5": "fc7a4934874cfd29d509917f4b2c43d6",
                "sha256": "7b5d241affbd9451a01b84eae7857988814f9138642b3252c2cc732504f3e6e8"
            },
            "downloads": -1,
            "filename": "django_hexgrid-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fc7a4934874cfd29d509917f4b2c43d6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11,<4.0",
            "size": 4191,
            "upload_time": "2024-03-11T19:37:48",
            "upload_time_iso_8601": "2024-03-11T19:37:48.835530Z",
            "url": "https://files.pythonhosted.org/packages/ee/97/d02838385264364ce6f930680ac395b1a86aee28757f80e1b0b6ba21df9d/django_hexgrid-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fffa86addac767985e87e8b69a017219c11acccf1c144b34e48e5354dfc54b7e",
                "md5": "1bc73246089483bd1238c83f9d03fe91",
                "sha256": "de91af02592bd1877864943c5973da755dcb08b134c893c4b5d5c4a4673fed37"
            },
            "downloads": -1,
            "filename": "django_hexgrid-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "1bc73246089483bd1238c83f9d03fe91",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11,<4.0",
            "size": 3323,
            "upload_time": "2024-03-11T19:37:50",
            "upload_time_iso_8601": "2024-03-11T19:37:50.584177Z",
            "url": "https://files.pythonhosted.org/packages/ff/fa/86addac767985e87e8b69a017219c11acccf1c144b34e48e5354dfc54b7e/django_hexgrid-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-11 19:37:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "vtbassmatt",
    "github_project": "django-hexgrid",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "django-hexgrid"
}
        
Elapsed time: 0.20496s