Metadata-Version: 2.4
Name: mobiflows
Version: 1.0.0
Summary: Mobility flows
Project-URL: Documentation, https://github.com/muskuloes/mobiflows#readme
Project-URL: Issues, https://github.com/muskuloes/mobiflows/issues
Project-URL: Source, https://github.com/muskuloes/mobiflows
Author-email: muskuloes <tuekam@lmu.de>
License-Expression: MIT
License-File: LICENSE.txt
Keywords: flow network,human mobility,origin-destination matrix
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: <3.14,>=3.10
Requires-Dist: geopandas==1.1.0
Requires-Dist: pandas-stubs~=2.2.3
Requires-Dist: pandas==2.2.3
Requires-Dist: polars==1.27.1
Requires-Dist: pyarrow==19.0.1
Requires-Dist: pytest==8.3.5
Description-Content-Type: text/markdown

# mobiflows

[![test](https://github.com/muskuloes/mobiflows/actions/workflows/test.yml/badge.svg)](https://github.com/muskuloes/mobiflows/actions/workflows/test.yml)
[![PyPI - Version](https://img.shields.io/pypi/v/mobiflows.svg)](https://pypi.org/project/mobiflows)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mobiflows.svg)](https://pypi.org/project/mobiflows)

-----

## Installation

```console
pip install mobiflows
```

## License

`mobiflows` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
