Metadata-Version: 2.2
Name: libpysal
Version: 4.6.2
Summary: Core components of PySAL A library of spatial analysis functions.
Home-page: http://pysal.org/libpysal
Download-URL: https://pypi.python.org/pypi/libpysal
Maintainer: PySAL Developers
Maintainer-email: pysal-dev@googlegroups.com
License: BSD
Keywords: spatial statistics
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
Requires-Dist: appdirs
Requires-Dist: beautifulsoup4
Requires-Dist: jinja2
Requires-Dist: numpy>=1.3
Requires-Dist: pandas
Requires-Dist: requests
Requires-Dist: scipy>=0.11
Requires-Dist: packaging
Provides-Extra: plus-conda
Requires-Dist: bokeh>=0.11.1; extra == "plus-conda"
Requires-Dist: folium>=0.2.1; extra == "plus-conda"
Requires-Dist: geojson>=1.3.2; extra == "plus-conda"
Requires-Dist: geopandas>=0.2; extra == "plus-conda"
Requires-Dist: matplotlib>=1.5.1; extra == "plus-conda"
Requires-Dist: mplleaflet>=0.0.5; extra == "plus-conda"
Requires-Dist: numba; extra == "plus-conda"
Requires-Dist: numexpr; extra == "plus-conda"
Requires-Dist: networkx; extra == "plus-conda"
Requires-Dist: scikit-learn>=0.17.1; extra == "plus-conda"
Requires-Dist: seaborn>=0.7.0; extra == "plus-conda"
Requires-Dist: sqlalchemy; extra == "plus-conda"
Requires-Dist: statsmodels>=0.6.1; extra == "plus-conda"
Requires-Dist: xarray; extra == "plus-conda"
Provides-Extra: plus-pip
Requires-Dist: geomet; extra == "plus-pip"
Provides-Extra: dev
Requires-Dist: black; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Provides-Extra: docs
Requires-Dist: numpydoc; extra == "docs"
Requires-Dist: nbsphinx; extra == "docs"
Requires-Dist: pandoc; extra == "docs"
Requires-Dist: sphinx>=1.4.3; extra == "docs"
Requires-Dist: sphinx_gallery; extra == "docs"
Requires-Dist: sphinxcontrib-bibtex; extra == "docs"
Requires-Dist: sphinx_bootstrap_theme>=0.7.0; extra == "docs"
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: download-url
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: maintainer
Dynamic: maintainer-email
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

Python Spatial Analysis Library Core
====================================


.. image:: https://github.com/pysal/libpysal/workflows/.github/workflows/unittests.yml/badge.svg
    :target: https://github.com/pysal/libpysal/actions?query=workflow%3A.github%2Fworkflows%2Funittests.yml
   
.. image:: https://codecov.io/gh/pysal/libpysal/branch/master/graph/badge.svg
    :target: https://codecov.io/gh/pysal/libpysal

.. image:: https://badge.fury.io/py/libpysal.svg
    :target: https://badge.fury.io/py/libpysal

.. image:: https://img.shields.io/conda/vn/conda-forge/libpysal.svg
    :target: https://anaconda.org/conda-forge/libpysal

.. image:: https://zenodo.org/badge/81501824.svg
    :target: https://zenodo.org/badge/latestdoi/81501824


****************
libpysal modules
****************

- libpysal.cg  Computational geometry
- libpysal.io  Input and output
- libpysal.weights  Spatial weights
- libpysal.examples  Built-in example datasets


*****************
Example Notebooks
*****************
- `Spatial Weights  <notebooks/weights.ipynb>`_
- `Voronoi  <notebooks/voronoi.ipynb>`_
- `Input and Output <notebooks/io.ipynb>`_


***********
Development
***********

libpysal development is hosted on github_.

.. _github : https://github.com/pysal/libpysal

Discussions of development occurs on the
`developer list <http://groups.google.com/group/pysal-dev>`_
as well as gitter_.

.. _gitter : https://gitter.im/pysal/pysal?

************
Contributing
************

PySAL-libpysal is under active development and contributors are welcome.
If you have any suggestions, feature requests, or bug reports, 
please open new `issues <https://github.com/pysal/libpysal/issues>`_ on GitHub. 
To submit patches, please review `PySAL's documentation for developers <https://pysal.org/docs/devs/>`_, 
the PySAL `development guidelines <https://github.com/pysal/pysal/wiki>`_, 
the `libpysal contributing guidelines <https://github.com/pysal/libpysal/blob/master/.github/CONTRIBUTING.md>`_
before  opening a `pull request <https://github.com/pysal/libpysal/pulls>`_. 
Once your changes get merged, you’ll automatically be added to 
the `Contributors List <https://github.com/pysal/libpysal/graphs/contributors>`_.


***********
Bug reports
***********

To search for or report bugs, please see `libpysal's issues <https://github.com/pysal/libpysal/issues>`_.


*******************
License information
*******************

See the `LICENSE <https://github.com/pysal/libpysal/blob/master/LICENSE.txt>`_
for information on the history of this software, terms & conditions for usage,
and a DISCLAIMER OF ALL WARRANTIES.
