Metadata-Version: 2.4
Name: PT3S
Version: 90.14.49.0.dev1
Summary: Python Tools 3S
Author-email: 3S Consult GmbH <jablonski@3sconsult.de>
License-Expression: MIT
Project-URL: Documentation, https://3sconsult.github.io/PT3S
Project-URL: Source, https://github.com/3SConsult/PT3S
Keywords: Python,3S,SIR 3S,SIR Graf,SIR Calc,3S Consult
Requires-Python: >=3
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: tables
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: h5py
Requires-Dist: pyodbc
Requires-Dist: geopandas
Requires-Dist: networkx
Requires-Dist: shapely
Requires-Dist: contextily
Requires-Dist: py7zr
Requires-Dist: folium
Requires-Dist: mapclassify
Requires-Dist: sqlalchemy
Requires-Dist: matplotlib
Dynamic: license-file

.. image:: https://img.shields.io/badge/License-MIT-yellow.svg
   :target: LICENSE
   :alt: License: MIT
.. image:: https://img.shields.io/pypi/v/PT3S.svg
   :target: https://pypi.org/project/PT3S/
   :alt: PyPI version

|

.. image:: https://raw.githubusercontent.com/3SConsult/PT3S/master/sphinx_docs/pt3s_logo.png
   :target: https://3sconsult.github.io/PT3S/index.html
   :width: 40%
   :alt: pt3s_logo

**PT3S** is a Python package developed by 3S Consult to serve as an interface between SIR 3S and Python. It enables the use of the SIR 3S model and calculated results in Python, facilitating pre- and post-processing steps for SIR 3S projects.

.. image:: https://raw.githubusercontent.com/3SConsult/PT3S/master/sphinx_docs/Sir3S_Splash.jpg
   :target: https://www.3sconsult.de/software/sir-3s/
   :width: 20%
   :alt: Sir3S Splash

Features
--------

- **Use SIR 3S Modeldata and Results** in pure Python.
- Integration with **pandas**, **geopandas**, **matplotlib**, and other libraries.
- Suitable for **documentation**, **testing**, **verification**, **analysis**, **reporting**, **prototyping**, and **play**.

Documentation
-------------
For detailed documentation, visit `PT3S Documentation <https://3sconsult.github.io/PT3S>`_.

PyPI
----
You can find the PT3S package on `PyPI <https://pypi.org/project/PT3S/>`_.

Installation
------------

To install PT3S, use pip:

   .. code-block:: bash

      pip install PT3S

Contact
-------
For any questions or feedback, please contact us at `jablonski@3sconsult.de <mailto:jablonski@3sconsult.de>`_.

License
-------
MIT License. See `LICENSE <https://github.com/3SConsult/PT3S/blob/master/LICENSE>`_ for details.

