Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/openprocurement/openprocurement.bridge.templatesregistry


https://github.com/openprocurement/openprocurement.bridge.templatesregistry

Last synced: 17 days ago
JSON representation

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
```