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
- Host: GitHub
- URL: https://github.com/magenta-aps/os2mo-os2sync-export
- Owner: magenta-aps
- License: other
- Created: 2023-05-23T09:50:14.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-28T08:01:43.000Z (11 months ago)
- Last Synced: 2025-01-28T08:31:01.558Z (11 months ago)
- Topics: managed-by-atlantis, mirrored-repository
- Language: Python
- Homepage:
- Size: 2.35 MB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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```