PyMOSP is a Python library to access MOSP (MONARC Objects Sharing Platform). It also works as a command line tool (using environment vars for application url and access token.)
Homepage
Download
Recent Releases
0.5.006 Jul 2023 12:06
minor feature:
New
object it is now possible to delete an object from a MOSP instance with the API. Cédric Bonhomme
Changes
dependencies Updated Python dependencies. Cédric Bonhomme
tests rename a test name. Cédric Bonhomme
Get MOSP instance URL from environment variable. Cédric Bonhomme
workflow Updated GitHub workflow. Cédric Bonhomme
tests enable test_create_object. Cédric Bonhomme
tests tests are now using the test instance of MOSP. Cédric Bonhomme
Fix
typing delete_object returns the id of the deleted object. Cédric Bonhomme
Fixed an issue when creating new objects. Cédric Bonhomme
workflow Updated GitHub workflow. Cédric Bonhomme
08 Apr 2021 11:26
minor feature:
Cosmethic changes.
Fixed conflict in AUTHORS.md file.
Updated README for the new release.
core Python requirement set to =3.8,
|