Metadata-Version: 2.1
Name: abses
Version: 0.5.0
Summary: ABSESpy makes it easier to build artificial Social-ecological systems with real GeoSpatial datasets and fully incorporate human behaviour.
License: Apache 2.0 License
Author: Shuang Song
Author-email: songshgeo@gmail.com
Requires-Python: >=3.9,<3.12
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: fiona (>1.8)
Requires-Dist: geopandas (>=0,<1)
Requires-Dist: hydra-core (>=1.3,<1.4)
Requires-Dist: loguru (>=0.7,<0.8)
Requires-Dist: mesa-geo (>=0.6.0,<0.7.0)
Requires-Dist: netcdf4 (>=1.6)
Requires-Dist: pendulum (>=2,<3)
Requires-Dist: rioxarray (>=0.13,<0.14)
Requires-Dist: typing-extensions (>=4.10.0,<5.0.0)
Requires-Dist: xarray (>=2023,<2024)
Description-Content-Type: text/markdown

![ABSES_banner](https://songshgeo-picgo-1302043007.cos.ap-beijing.myqcloud.com/uPic/CleanShot%202023-10-19%20at%2019.08.12@2x.png)

<div style="text-align: center;">
    <!-- License Badge -->
    <a href="http://www.apache.org/licenses/">
        <img src="https://img.shields.io/github/license/absespy/ABSESpy" alt="license">
    </a>
    <!-- Downloads Badge -->
    <img src="https://img.shields.io/github/downloads/absespy/ABSESpy/total" alt="downloads">
    <!-- Code Size Badge -->
    <img src="https://img.shields.io/github/languages/code-size/absespy/ABSESpy" alt="codesize">
    <!-- Tag Badge -->
    <img src="https://img.shields.io/github/v/tag/absespy/ABSESpy" alt="tag">
    <br>
    <!-- Website Badge -->
    <a href="https://cv.songshgeo.com/">
        <img src="https://img.shields.io/badge/Website-SongshGeo-brightgreen.svg" alt="github">
    </a>
    <!-- Stars Badge -->
    <img src="https://img.shields.io/github/stars/absespy/ABSESpy?style=social" alt="stars">
    <!-- Twitter Badge -->
    <a href="https://twitter.com/shuangsong11">
        <img src="https://img.shields.io/twitter/follow/shuangsong11?style=social" alt="twitter">
    </a>
</div>

<!-- Language: [English Readme](#) | [简体中文](README_ch) -->

`ABSESpy` is an agent-based modeling (ABM) framework that makes modeling social-ecological systems (SES) easier.

## Installation & Documents

Install with pip or your favorite PyPI package manager.

```shell
pip install abses
```

Access the [Documentation here](https://absespy.github.io/ABSESpy/).

## License

Copyright 2023, `ABSESpy` [Shuang Song](https://cv.songshgeo.com/)

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

[https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

`ABSESpy` bundles portions of `Mesa`, `mesa-geo`, `pandas`, `NumPy`, and `Xarray`; the full text of these licenses are included in the licenses directory.

## Thanks to all contributors

<a href="https://github.com/ABSESpy/ABSESpy/graphs/contributors">
  <img src="https://contrib.rocks/image?repo=ABSESpy/ABSESpy" />
</a>

