Metadata-Version: 2.4
Name: sysame
Version: 0.0.31
Summary: Transport Modelling Helper Package
Author-email: "M.I." <help@sysame.com>
License-File: LICENSE.md
Requires-Python: >=3.12
Requires-Dist: contextily>=1.6.2
Requires-Dist: dbfread>=2.0.7
Requires-Dist: geopandas>=1.0.0
Requires-Dist: lxml>=6.0.2
Requires-Dist: matplotlib>=3.10.3
Requires-Dist: mypy>=1.15.0
Requires-Dist: networkx>=3.4.2
Requires-Dist: numba>=0.64.0
Requires-Dist: numpy>=2.2.5
Requires-Dist: pandas>=2.2.3
Requires-Dist: polars>=1.29.0
Requires-Dist: py7zr>=0.22.0
Requires-Dist: pyarrow>=20.0.0
Requires-Dist: pyproj>=3.7.0
Requires-Dist: pytest>=8.3.5
Requires-Dist: scipy>=1.15.3
Requires-Dist: seaborn>=0.13.2
Requires-Dist: shapely>=2.1.0
Requires-Dist: tables>=3.9.0
Requires-Dist: tqdm>=4.67.3
Description-Content-Type: text/markdown

# SysAME

Welcome to the **SysAME** project! This repository provides a comprehensive library for transport modeling and simulation support.

## Installation
1. pip:
    ```
    pip install sysame
    ```
1. uv:
    ```
    uv add sysame
    ```

# SysAME Custom License

Copyright (c) 2025 sysame.com

## Permission and Usage

This license applies to the SysAME software package, which consists of:
1. Open interface components (primarily Python APIs and related documentation)
2. Closed-source compiled components (primarily written in Rust and C++)

### You are free to:

- Use the software for any purpose, including commercial use
- Modify and distribute the open interface components
- Create and distribute derivative works that interface with the software

### Under the following conditions:

#### 1. Attribution Requirement
You must provide appropriate citation and acknowledgment when using SysAME in any academic, research, commercial, or other work. The citation should include:

- The name of the software (SysAME)
- The author/organisation
- The website or repository URL
- The version of the software used

A suggested citation format is:
```
Ishtaiwi, M.. (2026). SysAME [Software]. Version 0.0.31. Retrieved from sysame.com. 
```

#### 2. Core Implementation Protection
The compiled Rust/C++ components of SysAME are provided in binary form only and are not open source. You are expressly prohibited from:

- Reverse engineering, decompiling, or disassembling the compiled components
- Attempting to extract, modify, or recreate the source code of the compiled components
- Distributing modified versions of the compiled components

#### 3. Redistribution
If you redistribute SysAME or works derived from it, you must include:

- This license text
- All attribution notices
- A clear notice that your work uses SysAME and is subject to this license

## Disclaimer of Warranty

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

## Enforcement

Violation of the terms of this license, particularly regarding the protection of compiled components or the attribution requirements, will constitute a breach of this license and may result in legal action.

## Contact

For licensing questions or permissions beyond the scope of this license, please contact help@sysame.com
