Metadata-Version: 2.4
Name: townsnet
Version: 0.0.10
Summary: Provision assessment for cities of an urban region
Author-email: Vasilii Starikov <vasilstar97@gmail.com>
License: BSD 3-Clause License
        
        Copyright (c) 2023, iduprojects
        
        Redistribution and use in source and binary forms, with or without
        modification, are permitted provided that the following conditions are met:
        
        1. Redistributions of source code must retain the above copyright notice, this
           list of conditions and the following disclaimer.
        
        2. Redistributions in binary form must reproduce the above copyright notice,
           this list of conditions and the following disclaimer in the documentation
           and/or other materials provided with the distribution.
        
        3. Neither the name of the copyright holder nor the names of its
           contributors may be used to endorse or promote products derived from
           this software without specific prior written permission.
        
        THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
        AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
        IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
        DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
        FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
        DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
        SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
        CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
        OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
        OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
        
Project-URL: Repository, https://github.com/vasilstar97/townsnet
Project-URL: Bug Tracker, https://github.com/vasilstar97/townsnet/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: geopandas<2.0.0,>=1.0.0
Requires-Dist: pandas<3.0.0,>=1.5.3
Requires-Dist: loguru<1.0.0,>=0.7.0
Requires-Dist: osmnx<2.0.0,>=1.6.0
Requires-Dist: PuLP==2.7.0
Requires-Dist: pandera
Requires-Dist: pyarrow>=12.0.0
Requires-Dist: pydantic
Requires-Dist: shapely
Requires-Dist: tqdm<5.0.0,>=4.65.0
Requires-Dist: h3<4.0.0,>=3.6.1
Provides-Extra: dev
Requires-Dist: black[jupyter]>=22; extra == "dev"
Requires-Dist: mapclassify==2.6.1; extra == "dev"
Requires-Dist: folium==0.14.0; extra == "dev"
Requires-Dist: matplotlib; extra == "dev"
Requires-Dist: matplotlib-inline==0.1.6; extra == "dev"
Requires-Dist: ipykernel; extra == "dev"
Requires-Dist: jupyter; extra == "dev"
Requires-Dist: ipywidgets; extra == "dev"
Requires-Dist: isort>=5.6; extra == "dev"
Requires-Dist: pylint>=2.17; extra == "dev"
Requires-Dist: pre-commit>=3.1; extra == "dev"
Requires-Dist: pytest==7.4.3; extra == "dev"
Requires-Dist: pytest-cov==4.1.0; extra == "dev"
Requires-Dist: build; extra == "dev"
Requires-Dist: twine; extra == "dev"
Dynamic: license-file

TownsNet
=========

.. logo-start

.. figure:: https://i.ibb.co/HHFSbqy/townsnet.png
   :alt: BlocksNet logo

.. logo-end

|PythonVersion| |Black|


**Townsnet** is a library to model a region of cities to access provision of urban services.

.. .. |Documentation Status| image:: https://readthedocs.org/projects/blocknet/badge/?version=latest
..    :target: https://blocknet.readthedocs.io/en/latest/?badge=latest
.. |PythonVersion| image:: https://img.shields.io/badge/python-3.10-blue
   :target: https://pypi.org/project/blocksnet/
.. |Black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
   :target: https://github.com/psf/black
