s2sphere


Names2sphere JSON
Version 0.2.5 PyPI version JSON
download
home_pagehttp://s2sphere.readthedocs.io
SummaryPython implementation of the S2 Geometry Library
upload_time2017-11-16 17:47:46
maintainer
docs_urlNone
authorJonathan Gillham and contributors
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            s2sphere
========

.. image:: https://badge.fury.io/py/s2sphere.svg
    :target: https://pypi.python.org/pypi/s2sphere/
.. image:: https://travis-ci.org/sidewalklabs/s2sphere.svg?branch=master
    :target: https://travis-ci.org/sidewalklabs/s2sphere
.. image:: https://coveralls.io/repos/github/sidewalklabs/s2sphere/badge.svg?branch=master
    :target: https://coveralls.io/github/sidewalklabs/s2sphere?branch=master

Python implementation of a part of the C++ `S2 geometry library <https://code.google.com/p/s2-geometry-library/>`_.

Links: `Documentation <http://s2sphere.readthedocs.io>`_,
`GitHub <https://github.com/sidewalklabs/s2sphere>`_,
`Issue Tracker <https://github.com/sidewalklabs/s2sphere/issues>`_

Install with:

.. code-block:: sh

    pip install s2sphere


Quick set up for development (see the `Developing section in the docs <http://s2sphere.readthedocs.io/en/latest/dev.html>`_ for more details):

.. code-block:: sh

    pip install .[tests]
    nosetests -vv

            

Raw data

            {
    "_id": null,
    "home_page": "http://s2sphere.readthedocs.io",
    "name": "s2sphere",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Jonathan Gillham and contributors",
    "author_email": "sven@sidewalklabs.com",
    "download_url": "https://files.pythonhosted.org/packages/01/8e/08260a5f03c642d3f6f040756425dc3f466842c4d5e978f6c2be960dde2f/s2sphere-0.2.5.tar.gz",
    "platform": "",
    "description": "s2sphere\n========\n\n.. image:: https://badge.fury.io/py/s2sphere.svg\n    :target: https://pypi.python.org/pypi/s2sphere/\n.. image:: https://travis-ci.org/sidewalklabs/s2sphere.svg?branch=master\n    :target: https://travis-ci.org/sidewalklabs/s2sphere\n.. image:: https://coveralls.io/repos/github/sidewalklabs/s2sphere/badge.svg?branch=master\n    :target: https://coveralls.io/github/sidewalklabs/s2sphere?branch=master\n\nPython implementation of a part of the C++ `S2 geometry library <https://code.google.com/p/s2-geometry-library/>`_.\n\nLinks: `Documentation <http://s2sphere.readthedocs.io>`_,\n`GitHub <https://github.com/sidewalklabs/s2sphere>`_,\n`Issue Tracker <https://github.com/sidewalklabs/s2sphere/issues>`_\n\nInstall with:\n\n.. code-block:: sh\n\n    pip install s2sphere\n\n\nQuick set up for development (see the `Developing section in the docs <http://s2sphere.readthedocs.io/en/latest/dev.html>`_ for more details):\n\n.. code-block:: sh\n\n    pip install .[tests]\n    nosetests -vv\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python implementation of the S2 Geometry Library",
    "version": "0.2.5",
    "project_urls": {
        "Homepage": "http://s2sphere.readthedocs.io"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "49fcbe2251ac7ee75e725027b107ab14d161d829aaac22362f75eaabc859bfba",
                "md5": "6c39f41e9fdfea1b748ae7462c6cd0b4",
                "sha256": "d2340c9cf458ddc9a89afd1d8048a4195ce6fa6b0095ab900d4be5271e537401"
            },
            "downloads": -1,
            "filename": "s2sphere-0.2.5-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6c39f41e9fdfea1b748ae7462c6cd0b4",
            "packagetype": "bdist_wheel",
            "python_version": "3.5",
            "requires_python": null,
            "size": 23540,
            "upload_time": "2017-11-16T17:47:48",
            "upload_time_iso_8601": "2017-11-16T17:47:48.139212Z",
            "url": "https://files.pythonhosted.org/packages/49/fc/be2251ac7ee75e725027b107ab14d161d829aaac22362f75eaabc859bfba/s2sphere-0.2.5-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "018e08260a5f03c642d3f6f040756425dc3f466842c4d5e978f6c2be960dde2f",
                "md5": "537a42caacbe7acb362d9cf01adc98fd",
                "sha256": "c2478c1ff7c601a59a7151a57b605435897514578fa6bdb8730721c182adbbaf"
            },
            "downloads": -1,
            "filename": "s2sphere-0.2.5.tar.gz",
            "has_sig": false,
            "md5_digest": "537a42caacbe7acb362d9cf01adc98fd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 51789,
            "upload_time": "2017-11-16T17:47:46",
            "upload_time_iso_8601": "2017-11-16T17:47:46.202394Z",
            "url": "https://files.pythonhosted.org/packages/01/8e/08260a5f03c642d3f6f040756425dc3f466842c4d5e978f6c2be960dde2f/s2sphere-0.2.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2017-11-16 17:47:46",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "s2sphere"
}
        
Elapsed time: 0.19225s