Metadata-Version: 2.1
Name: gettsim
Version: 0.6.0
Summary: The German Taxes and Transfers SIMulator
Home-page: https://github.com/iza-institute-of-labor-economics/gettsim
Author: The GETTSIM team
Author-email: gaudecker@iza.org
License: AGPL-3.0
Project-URL: Changelog, https://gettsim.readthedocs.io/en/stable/changes.html
Project-URL: Documentation, https://gettsim.readthedocs.io
Project-URL: Github, https://github.com/iza-institute-of-labor-economics/gettsim
Project-URL: Tracker, https://github.com/iza-institute-of-labor-economics/gettsim/issues
Keywords: Economics,Taxes,Benefits,Transfers,Pensions,Germany
Platform: unix
Platform: linux
Platform: osx
Platform: cygwin
Platform: win32
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE

[![Documentation Status](https://readthedocs.org/projects/gettsim/badge/?version=latest)](https://gettsim.readthedocs.io/en/latest)
[![image](https://anaconda.org/gettsim/gettsim/badges/version.svg)](https://anaconda.org/gettsim/gettsim)
[![image](https://anaconda.org/gettsim/gettsim/badges/platforms.svg)](https://anaconda.org/gettsim/gettsim)
[![Continuous Integration Workflow](https://github.com/iza-institute-of-labor-economics/gettsim/workflows/Continuous%20Integration%20Workflow/badge.svg?branch=main)](https://github.com/iza-institute-of-labor-economics/gettsim/actions?query=branch%3Amain)
[![image](https://codecov.io/gh/iza-institute-of-labor-economics/gettsim/branch/main/graph/badge.svg)](https://codecov.io/gh/iza-institute-of-labor-economics/gettsim)
[![image](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
[![image](https://img.shields.io/github/contributors/iza-institute-of-labor-economics/gettsim.svg)](https://github.com/iza-institute-of-labor-economics/gettsim/graphs/contributors)
[![image](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![image](https://img.shields.io/badge/zulip-join_chat-brightgreen.svg)](https://gettsim.zulipchat.com)

<p align="center">
   <br>
   <br>
   <a href="https://github.com/iza-institute-of-labor-economics/gettsim/">
      <img src="docs/_static/images/gettsim_logo_text.png" width="800" alt="GETTSIM">
   </a>
   <br>
</p>

GETTSIM provides a depiction of the German Taxes and Transfers System that is usable in
a wide array of research applications, ranging from complex dynamic programming models
to detailed microsimulation studies.

GETTSIM is implemented in Python, thereby achieving both user-friendliness and
flexibility. All features are extensively tested.

You can install GETTSIM via conda with

```shell-session
$ conda install -c conda-forge gettsim
```

The documentation is available at <https://gettsim.readthedocs.io>. If you want to use
it or help out in its development, feel free to get in touch! The ideal ways are to open
an issue if you find a bug or something does not work as expected, or by joining our
Zulip Chat at <https://gettsim.zulipchat.com>.

## Initiated by

<p align="center">
   <a href="https://www.iza.org">
      <img src="docs/_static/images/iza_logo.jpg" width="150" alt="IZA">
   </a>
   &emsp;

<a href="https://www.diw.de/">
      <img src="docs/_static/images/diw_logo.jpg" width="150" alt="DIW">
   </a>
   &emsp;

<a href="https://www.ifo.de/">
      <img src="docs/_static/images/ifo_logo.png" width="150" alt="ifo Institute">
   </a>
   &emsp;

<a href="https://www.zew.de/">
      <img src="docs/_static/images/zew_logo.png" width="150" alt="ZEW">
   </a>
   &emsp;

<a href="https://www.uni-bonn.de">
      <img src="docs/_static/images/uni_bonn_logo.png" width="150"
      alt="Universität Bonn">
   </a>
   &emsp;

<br>
   <br>

<a href="https://www.uni-kassel.de">
      <img src="docs/_static/images/uni_kassel_logo.png" width="150"
      alt="Universität Kassel">
   </a>
   &emsp;

<a href="https://www.uni-muenchen.de">
      <img src="docs/_static/images/lmu_logo.svg" width="150"
      alt="Ludwig-Maximilians-Universität München">
   </a>
   &emsp;

<a href="https://www.uni-mannheim.de">
      <img src="docs/_static/images/uni_mannheim_logo.png" width="150"
      alt="Universität Mannheim">
   </a>
   &emsp;

<a href="https://www.fu-berlin.de">
      <img src="docs/_static/images/fu_berlin_logo.svg" width="150"
      alt="Freie Universität Berlin">
   </a>
   &emsp;

<a href="https://www.iab.de/">
      <img src="docs/_static/images/iab_logo.png" width="150" alt="IAB">
   </a>
   &emsp;

</p>
