Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# pySimBlocks

[![PyPI version](https://img.shields.io/pypi/v/pySimBlocks.svg)](https://pypi.org/project/pySimBlocks/)
[![Python](https://img.shields.io/pypi/pyversions/pySimBlocks.svg)](https://pypi.org/project/pySimBlocks/)
[![License](https://img.shields.io/github/license/AlessandriniAntoine/pySimBlocks)](./LICENSE.md)

---

A deterministic block-diagram simulation framework for discrete-time modeling,
co-simulation and research prototyping in Python.

Expand All @@ -24,6 +30,13 @@ using either:

## Installation

### From PyPI

Install the latest stable version from PyPI using pip:
```
pip install pySimBlocks
```

### From GitHub

Install directly from GitHub using pip:
Expand Down
6 changes: 1 addition & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pySimBlocks"
version = "0.1.0"
version = "0.1.1"
description = "A block-diagram simulation environment with PySide6 editor"
authors = [
{name = "Antoine Alessandrini", email = "antoine.alessandrini@univ-lille.fr"}
Expand All @@ -18,10 +18,6 @@ classifiers = [
"Development Status :: 3 - Alpha",
"Intended Audience :: Science/Research",
"Intended Audience :: Education",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Scientific/Engineering",
"Topic :: Scientific/Engineering :: Visualization",
]
Expand Down
Loading