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
Release history Release notifications | RSS feed
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.48.tar.gz
(477.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ord_mediascout_client-0.0.48.tar.gz.
File metadata
- Download URL: ord_mediascout_client-0.0.48.tar.gz
- Upload date:
- Size: 477.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
624290218f49a1364f488d256a501ad92294e5465a57be1752c73db4a0bfdb27
|
|
| MD5 |
6298d7c0f53678969690aa275cb59f7e
|
|
| BLAKE2b-256 |
1cfa4f921a148b8f8c3322760c5137e32f097581d693feb4d00718560ef51def
|
File details
Details for the file ord_mediascout_client-0.0.48-py3-none-any.whl.
File metadata
- Download URL: ord_mediascout_client-0.0.48-py3-none-any.whl
- Upload date:
- Size: 55.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7cf0a990c7f40b9f2f0f3cc42d9d19f10b7506af0984019b4a5cc9bd240b0acf
|
|
| MD5 |
ffbed8a2d258d4f6234ccd3ff87cfbb1
|
|
| BLAKE2b-256 |
b2ea3365c05d6c35c8829e86eb29d7551b58f92fd6e7ff0c9a064fd06e8c61ad
|