A package containing convenient utilities for developing extractors in Python.
Documentation is hosted here.
We use poetry to manage dependencies and to administrate virtual environments. To develop
extractor-utils, follow the following steps to set up your local environment:
- Install poetry: (add
--userif desirable)$ pip install poetry - Clone repository:
$ git clone git@github.com:cognitedata/python-extractor-utils.git - Move into the newly created local repository:
$ cd python-extractor-utils - Create virtual environment and install dependencies:
$ poetry install
All code must pass black and isort style checks to be merged. It is recommended to install pre-commit hooks to ensure this locally before commiting code:
$ poetry run pre-commit install
This project adheres to the Contributor Covenant v2.0 as a code of conduct.