Skip to content

toolunious/GOB-Core

 
 

Repository files navigation

GOB-Core

GOB shared logic

Include in a GOB project using:

pip install -e git+git://github.com/Amsterdam/GOB-Core.git@vX.Y.Z#egg=gobcore

Docker

Requirements

  • docker-compose >= 1.17
  • docker ce >= 18.03

Tests

docker-compose build
docker-compose up

Local

Requirements

  • python >= 3.6

Initialisation

Create a virtual environment:

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Or activate the previously created virtual environment

source venv/bin/activate

Tests

Run the tests:

sh test.sh

About

GOB Core components

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.7%
  • Other 0.3%