Skip to main content

API Client for Mediascout ORD

Project description

Mediascout ORD API client

Unofficial python client for ORD Mediascout API.

Installation

pip install ord-mediascout-client

Usage

from ord_mediascout_client import ORDMediascoutClient, \
    ORDMediascoutConfig, CreateClientRequest, \
    ClientRelationshipType, LegalForm

config = ORDMediascoutConfig(
    url='http://localhost:5000',
    username='username',
    password='password',
)

api = ORDMediascoutClient(config)

client_dto = CreateClientRequest(
    createMode=ClientRelationshipType.DirectClient,
    legalForm=LegalForm.JuridicalPerson,
    inn="1234567890",
    name="Test Client",
    mobilePhone="1234567890",
    epayNumber=None,
    regNumber=None,
    oksmNumber=None
)

response_client_dto = api.create_client(client_dto)

Testing

Get credentials for accessing https://demo.mediascout.ru/ and put them into .env file (see .env.example.env)

First setup virtual environment (once):

pipenv install --dev
pipenv install -e .

To run tests:

pipenv shell
pytest

Packaging

pipenv install --dev
pipenv shell

# update version
vi pyproject.toml

# clean up files from dist/* before deploy not to upload old ones
# rm dist/*

# create new build
python -m build

# upload fresh build
python -m twine upload dist/*

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

ord_mediascout_client-0.0.46.tar.gz (128.5 kB view details)

Uploaded Source

Built Distribution

ord_mediascout_client-0.0.46-py3-none-any.whl (27.1 kB view details)

Uploaded Python 3

File details

Details for the file ord_mediascout_client-0.0.46.tar.gz.

File metadata

File hashes

Hashes for ord_mediascout_client-0.0.46.tar.gz
Algorithm Hash digest
SHA256 1775943bbf148f963bd07d92fee36888ce5229f137e84ad746cd21e48b2ef584
MD5 7496dffef41f7b9d5db0406e251cac28
BLAKE2b-256 03788fde612a112733cd6c1ed7bd9d4112fcec3aee4790d30dd51c6080da65e8

See more details on using hashes here.

File details

Details for the file ord_mediascout_client-0.0.46-py3-none-any.whl.

File metadata

File hashes

Hashes for ord_mediascout_client-0.0.46-py3-none-any.whl
Algorithm Hash digest
SHA256 c33d999ff0895301f25883a52fb7828827915808dc33542c5087ebbea6b48d1b
MD5 f4a747d80f97e84b5e2626d053ce3399
BLAKE2b-256 8cc134e9bfda73f6466ae658047705e4d8a38152782cf714b51459b01fa6fd81

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