An open API service indexing awesome lists of open source software.

https://github.com/magenta-aps/os2mo-os2sync-export

Exports from OS2mo to FK-org via OS2Sync
https://github.com/magenta-aps/os2mo-os2sync-export

managed-by-atlantis mirrored-repository

Last synced: 2 months ago
JSON representation

Exports from OS2mo to FK-org via OS2Sync

Awesome Lists containing this project

README

          

# SPDX-FileCopyrightText: Magenta ApS
#
# SPDX-License-Identifier: MPL-2.0
# os2mo-os2sync-export

Exports from OS2mo to FK-org via OS2Sync
For documentatio on usage and configuration see https://rammearkitektur.docs.magenta.dk/os2mo/data-import-export/exporters/os2sync.html

## Development

When developing you should have a running instance of os2mo available. To start the os2sync-export service run:

```docker-compose up -d --build```

Alternatively, if developing with VSCode, use the launch configs supplied in the repository by pushing the `F5` button. This allows the use of breakpoints in the editor.

## Tests
The tests can be started using: ```poetry run pytest```