Registry / data / dipex
library5.62.1pypypiunverified

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 dipex
INSTALL
IMPORT
SIG · DIPEX
D
dipex
datapythonv5.62.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

DIPEX
from dipex import DIPEX
Main class for data import/export
run_import
from dipex.importer import run_import
Common import function
run_export
from dipex.exporter import run_export
Common export function

Initialize DIPEX client and run an import.

from dipex import DIPEX client = DIPEX(base_url='https://example.com', api_key=os.environ.get('DIPEX_API_KEY', '')) result = client.run_import('employee_data.csv') print(result)
dipex --version
Debug
Known issues
breakingDIPEX 5.x drops support for Python 3.10 and below. Ensure your environment uses Python >=3.11.
fix
Upgrade Python to 3.11 or later; use Python 3.10 if you must stay on dipex<5.
affects: >=5.0.0
deprecatedThe legacy `dipex.legacy` module is deprecated and will be removed in version 6.0.
fix
Migrate to the new API: use `dipex.importer` and `dipex.exporter` instead.
affects: >=5.0.0 <6.0
gotchaThe `api_key` parameter must be passed as a string; environment variable fallback is not automatic.
fix
Explicitly pass the API key: `DIPEX(api_key=os.getenv('DIPEX_API_KEY'))`.
affects: All versions
Upgrade
Version history
5.62.1latest on PyPI · released Feb 7, 2025
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
OpenAI (training)
1
Resources
dipex — pip install dipex · libregistry