Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 563 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 563 Bytes

SMART Integrate Connector Library

Base library for building data source extractors.

Developing this Library

Prerequisites

  • Python 3.7+

  • Poetry (recommended). Install Poetry to get started.

Initialize your Environment

Since you've already installed poetry, you can use it to initialize the development environment for this project.

poetry install

Run a shell using poetry.

poetry shell

Building a Wheel

poetry build

Then find a tar ball and wheel in ./dist