Metadata-Version: 2.1
Name: segna
Version: 1.0.2
Summary: Run Segna pipelines from your Python code!
Home-page: https://segna.io
Author: Segna
Author-email: josh@segna.io
License: MIT
Keywords: Segna,API
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# Segna Python Client Library

The Segna Python Client Library allows users of the [Segna platform](https://platform.segna.io/) to run pipelines from their Python code. 

## Installation

You can install the Segna Python Client Library from [PyPI](https://pypi.org/project/segna/):

    python -m pip install segna

## How to use

Please refer to the [Segna documentation](https://docs.segna.io).

