Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openprocurement/openprocurement.bridge.templatesregistry
https://github.com/openprocurement/openprocurement.bridge.templatesregistry
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/openprocurement/openprocurement.bridge.templatesregistry
- Owner: openprocurement
- License: apache-2.0
- Created: 2020-07-09T07:04:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-28T10:29:45.000Z (over 4 years ago)
- Last Synced: 2024-11-09T11:35:16.699Z (2 months ago)
- Language: Python
- Size: 102 KB
- Stars: 0
- Watchers: 7
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[![Coverage Status](https://coveralls.io/repos/github/openprocurement/openprocurement.bridge.templatesregistry/badge.svg)](https://coveralls.io/github/openprocurement/openprocurement.bridge.templatesregistry)
[![Build Status](https://travis-ci.com/openprocurement/openprocurement.bridge.templatesregistry.svg?branch=master)](https://travis-ci.com/openprocurement/openprocurement.bridge.templatesregistry)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)openprocurement.bridge.templatestegistry
=========================================The Open Procurement TemplatesRegistry procedure is plugin to Open Procurement API software.
### Installing
```
./bootstrap.sh
bin/buildout -N
```### Testing
```
bin/py.test
```### Installing via pip
```
virtualenv --python python2 venv
source venv/bin/activate
pip install -r requirements-dev.txt
```