quintagroup / openprocurement.bridge.pricequotation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coverage Status Build Status License

openprocurement.bridge.pricequotation

Bot for Price Quotation procedure in eCatalogues which watching for tenders in draft.publishing and verify, fill additional information from eCatalogues, such as:

- items[*].unit
- items[*].classification
- items[*].additionalClassifications
- shortlistedFirms
- criteria
- value

And switch tender to active.tendering status and switch to draft.unsuccessful if bot receive HTTP 404 from eCatalogues or shortlistedFirms list will be empty.

Development

$ git clone git@gitlab.qg:pricequotation/openprocurement.bridge.pricequotation.git
$ virtualenv -p python .venv
$ source .venv/bin/activate
$ pip install -r requirements-dev.txt
$ pip install -e .

Run tests

$ pytest openprocurement/bridge/pricequotation/tests/ --cov=openprocurement/bridge/pricequotation

How to use

$ databrige configuration.yaml

About

License:Apache License 2.0


Languages

Language:Python 99.6%Language:Shell 0.4%