DIPEX (OS2mo Data Import and Export) is a tool for importing and exporting organizational data in the OS2mo platform. Version 5.62.1 requires Python >=3.11 and <4.0. Release cadence is irregular, with frequent updates.
pip install dipexNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize DIPEX client and run an import.
Upgrade Python to 3.11 or later; use Python 3.10 if you must stay on dipex<5.
Migrate to the new API: use `dipex.importer` and `dipex.exporter` instead.
Explicitly pass the API key: `DIPEX(api_key=os.getenv('DIPEX_API_KEY'))`.No dependency data recorded yet.