File tree Expand file tree Collapse file tree 3 files changed +24
-8
lines changed
Expand file tree Collapse file tree 3 files changed +24
-8
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 22
33PyMOSP 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
1930This 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
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " pymosp"
3- version = " 0.1 .0"
3+ version = " 0.3 .0"
44description = " Python Library to access MOSP."
55authors = [
" Cédric Bonhomme <[email protected] >" ]
66license = " GPL-3.0-or-later"
You can’t perform that action at this time.
0 commit comments