Metadata-Version: 2.4
Name: se-lib
Version: 0.44.0
Summary: Systems Engineering Library (se-lib)
Project-URL: Homepage, http://se-lib.org
Author-email: se-lib Development Team <info@se-lib.org>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Requires-Dist: graphviz
Requires-Dist: ipython
Requires-Dist: matplotlib
Requires-Dist: pandas
Requires-Dist: pysd
Requires-Dist: simpy
Description-Content-Type: text/markdown

# Systems Engineering Library (se-lib)

Python toolkit for integrated systems modeling, continuous and discrete event simulation, model diagramming, reliability analysis, and project management modeling.

[![PyPI Version](https://img.shields.io/pypi/v/se-lib)](https://pypi.org/project/se-lib/)
[![Python Versions](https://img.shields.io/pypi/pyversions/se-lib)](https://pypi.org/project/se-lib/)
[![License](https://img.shields.io/badge/license-MIT-green)](LICENSE)
[![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1J0Dnb2qmoMiuJWJTAsMQ5c3F6vjn4CzQ?usp=sharing)

---

## 🚀 Quick Start

Try se-lib instantly in a browser with no installation required:

- <img src="https://colab.research.google.com/img/colab_favicon_256px.png" alt="Colab" width="20"/> [se-lib examples](https://colab.research.google.com/drive/1J0Dnb2qmoMiuJWJTAsMQ5c3F6vjn4CzQ?usp=sharing)
- <img src="https://colab.research.google.com/img/colab_favicon_256px.png" alt="Colab" width="20"/> [se-lib system dynamics modeling user's guide and examples](https://colab.research.google.com/drive/1oE5TBdF-hpJTQbQgSmPgmPoofBgOTR0B?usp=sharing](https://github.com/se-lib/se-lib/blob/3e6a9343c343d363c6c122f5ea1e2de3bbe77698/notebooks/se_lib_system_dynamics_modeling_users_guide_and_examples.ipynb)) [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/se-lib/se-lib/blob/main/notebooks/se_lib_system_dynamics_modeling_users_guide_and_examples.ipynb)
- <img src="https://colab.research.google.com/img/colab_favicon_256px.png" alt="Colab" width="20"/> [se-lib discrete event modeling user's guide and examples](https://colab.research.google.com/drive/1arDDaaltEyGLomaGo5ZKVumtviloUAyG?usp=sharing)


## 📚 Online Manuals

These are HTML manual versions of the executable notebooks above.

- 📖 [se-lib system dynamics modeling users guide and examples](http://se-lib.org/manuals/system_dynamics/)
- 📖 [se-lib discrete event modeling users guide and examples](http://se-lib.org/manuals/discrete_event)

## se-lib AI ChatBot
https://se-lib.org/ai/ai.html

## 💾 Installation

From PyPI:
```bash
pip install se-lib
```

From source:
```bash
git clone https://github.com/se-lib/se-lib.git
cd se-lib
pip install .
```


## 📜 License and Version

**Version**: .44.0

**Copyright**: 2022-2026 se-lib Development Team

**License**: MIT

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

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.

