Skip to main content

Property Casualty Data Model Standard

Project description

PCDM

PyPI version

Property Casualty Data Model

SQLAlchemy implementation of OMG Property Casualty Data Model

Distribution

According to the Object Management Group:

Anyone can download specifications from the OMG website for free, write software implementations that conform to the specifications, and use them, give them away, or sell them. Neither OMG membership nor license is required for this.

Installation

Run pip install:

pip install pcdm

Deployment

The file deploy_sqlite contains a script that can be used to deploy a SQLite database:

import sqlalchemy as sa

from sqlalchemy.orm import sessionmaker

from base import Base
import party, account, policy, claim, assessment, agreementrole

engine = sa.create_engine(
            'sqlite:///pcdm.db',
            echo=True
        )
session = sessionmaker(bind=engine)
Base.metadata.create_all(engine)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pcdm-0.0.5.tar.gz (16.1 kB view details)

Uploaded Source

Built Distribution

pcdm-0.0.5-py3-none-any.whl (23.5 kB view details)

Uploaded Python 3

File details

Details for the file pcdm-0.0.5.tar.gz.

File metadata

  • Download URL: pcdm-0.0.5.tar.gz
  • Upload date:
  • Size: 16.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.2

File hashes

Hashes for pcdm-0.0.5.tar.gz
Algorithm Hash digest
SHA256 11f0a7923573025550d66d3933cfb84392f1d17f93336d56f28b67585e42a160
MD5 03cbb5d67ad530a26059cd1dd96176d0
BLAKE2b-256 dff5fc2602c277117196d142ca43679b3d6a8a7c577f698906237f6b79ecfe24

See more details on using hashes here.

File details

Details for the file pcdm-0.0.5-py3-none-any.whl.

File metadata

  • Download URL: pcdm-0.0.5-py3-none-any.whl
  • Upload date:
  • Size: 23.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.2

File hashes

Hashes for pcdm-0.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 02cbe5c970e35e9daa29d830574649709d3fbc426a26bd6d8ee4356b32cbf674
MD5 c7e78ada9c9770fb8256da67ce8e77f8
BLAKE2b-256 a6019e3445ea5eac73f5830438ce1cf840a77cd4de53da9b3fada336fc1be676

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page