Skip to content

yoyonel/pyconfr_2019_grpc_nlp_tools

Repository files navigation

PyConFR 2019 - GRPC NLP

Instructions

Structure is based on this article. Source code can be found in the src folder, and tests in the tests folder.

Installation

To install the package (development mode):

➤ pip install -e ".[develop]"

Tests

Tox

We use tox for the tests. This ensure a clear separation between the development environment and the test environment. To launch the tests, run the tox command:

It first starts with a bunch of checks (flask8 and others) and then launch the tests using python 3.

Pytest

You can use pytest for the tests:

➤ pytest

About

PyConFR - 2019 - GRPC NLP - Tools

Resources

Stars

Watchers

Forks

Packages

No packages published