geoplots


Namegeoplots JSON
Version 0.1.8 PyPI version JSON
download
home_pagehttps://github.com/xiejx5/geoplots
SummaryMatplotlib rcParams for geospatial plots
upload_time2023-03-29 05:35:54
maintainer
docs_urlNone
authorCody James
requires_python>=3.6.0
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
### Matplotlib rcParams for GeoSpatial Plots 
=======================

Installation
-----

```bash
pip install geoplots -U
```

Usage
-----

```python
import matplotlib.pyplot as plt
from geoplots import params

plt.rcParams.update(params)

```

License
-------

This is free and unencumbered software released into the public domain.

Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any means.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/xiejx5/geoplots",
    "name": "geoplots",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Cody James",
    "author_email": "xiejx5@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/d1/2e/d6c4053c965428e572126f8c4b15ff23ddfb504fdd89d46a166b4710f469/geoplots-0.1.8.tar.gz",
    "platform": null,
    "description": "\r\n### Matplotlib rcParams for GeoSpatial Plots \r\n=======================\r\n\r\nInstallation\r\n-----\r\n\r\n```bash\r\npip install geoplots -U\r\n```\r\n\r\nUsage\r\n-----\r\n\r\n```python\r\nimport matplotlib.pyplot as plt\r\nfrom geoplots import params\r\n\r\nplt.rcParams.update(params)\r\n\r\n```\r\n\r\nLicense\r\n-------\r\n\r\nThis is free and unencumbered software released into the public domain.\r\n\r\nAnyone is free to copy, modify, publish, use, compile, sell, or\r\ndistribute this software, either in source code form or as a compiled\r\nbinary, for any purpose, commercial or non-commercial, and by any means.\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Matplotlib rcParams for geospatial plots",
    "version": "0.1.8",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bccf2d47ab3d69a3a05e01d7d64a43f7b194b9669a26578bf824aa469c744f67",
                "md5": "ccfcbacb94567e7729c0fe8df2e50f0b",
                "sha256": "951a9de93ea4bb64bbd0125644810277d036ffe11fd22b465ebdf200c32eca53"
            },
            "downloads": -1,
            "filename": "geoplots-0.1.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ccfcbacb94567e7729c0fe8df2e50f0b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6.0",
            "size": 337571,
            "upload_time": "2023-03-29T05:35:51",
            "upload_time_iso_8601": "2023-03-29T05:35:51.677843Z",
            "url": "https://files.pythonhosted.org/packages/bc/cf/2d47ab3d69a3a05e01d7d64a43f7b194b9669a26578bf824aa469c744f67/geoplots-0.1.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d12ed6c4053c965428e572126f8c4b15ff23ddfb504fdd89d46a166b4710f469",
                "md5": "a9c4c44561a2a5e5a2204ea15493d77a",
                "sha256": "9909e9ef02c206766dfde86bba0392a0c3c594993edb80f5f5ec7a4e3282d0fe"
            },
            "downloads": -1,
            "filename": "geoplots-0.1.8.tar.gz",
            "has_sig": false,
            "md5_digest": "a9c4c44561a2a5e5a2204ea15493d77a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6.0",
            "size": 337653,
            "upload_time": "2023-03-29T05:35:54",
            "upload_time_iso_8601": "2023-03-29T05:35:54.237922Z",
            "url": "https://files.pythonhosted.org/packages/d1/2e/d6c4053c965428e572126f8c4b15ff23ddfb504fdd89d46a166b4710f469/geoplots-0.1.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-29 05:35:54",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "xiejx5",
    "github_project": "geoplots",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "geoplots"
}
        
Elapsed time: 0.10338s