Skip to content

Commit e2b14ea

Browse files
updated README and changelog
1 parent 1cacb07 commit e2b14ea

File tree

3 files changed

+24
-8
lines changed

3 files changed

+24
-8
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## Release History
22

3-
### 0.1 (2019-05-07)
3+
### 0.3.0 (2021-03-26)
4+
5+
* PyMOSP is now using the API v2 of MOSP.
6+
7+
8+
### 0.2.0 (2019-05-07)
49

510
* first release of PyMOSP.

README.md

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,33 @@
22

33
PyMOSP is a Python library to access [MOSP](https://github.com/CASES-LU/MOSP).
44

5+
56
## Installation
67

7-
.. code:: bash
8+
```bash
9+
$ pipx install PyMOSP
10+
✨🐍✨
11+
```
12+
13+
or via the Git repository:
14+
15+
```bash
16+
$ git clone https://github.com/CASES-LU/PyMOSP
17+
$ cd PyMOSP
18+
$ poetry install
19+
$ poetry run nose2 -v --pretty-assert
20+
```
821

9-
$ pipx install PyMOSP
10-
✨🐍✨
1122

12-
## Example
23+
## Examples
1324

14-
See the examples in the file [example.py](example.py).
25+
See the examples in the file [example.py](example.py) or in the tests folder.
1526

1627

1728
## License
1829

1930
This software is licensed under
20-
`GNU General Public License version 3 <https://www.gnu.org/licenses/gpl-3.0.html>`_
31+
[GNU General Public License version 3](https://www.gnu.org/licenses/gpl-3.0.html).
2132

2233
* Copyright (C) 2019-2021 Cédric Bonhomme
2334
* Copyright (C) 2019-2021 SMILE gie securitymadein.lu

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pymosp"
3-
version = "0.1.0"
3+
version = "0.3.0"
44
description = "Python Library to access MOSP."
55
authors = ["Cédric Bonhomme <[email protected]>"]
66
license = "GPL-3.0-or-later"

0 commit comments

Comments
 (0)