Metadata-Version: 2.1
Name: pandana
Version: 0.4.3
Summary: Pandas Network Analysis - dataframes of network queries, quickly
Home-page: https://udst.github.io/pandana/
Author: UrbanSim Inc.
Author-email: UNKNOWN
License: AGPL
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Requires-Dist: cython (>=0.25.2)
Requires-Dist: matplotlib (>=1.3.1)
Requires-Dist: numpy (>=1.8.0)
Requires-Dist: osmnet (>=0.1.2)
Requires-Dist: pandas (>=0.17.0)
Requires-Dist: requests (>=2.0)
Requires-Dist: scikit-learn (>=0.18.1)
Requires-Dist: tables (>=3.1.0)

Pandana performs hundreds of thousands of network queries in under a second (for walking-scale distances) using a Pandas-like API. The computations are parallelized for multi-core machines using an underlying C++ library.


