Skip to content

Commit

Permalink
Update README for PyPI deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
simw committed Nov 2, 2023
1 parent eea7bfe commit 812dc81
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# pydantic-to-pyarrow

[![CI](https://github.com/simw/pydantic-to-pyarrow/actions/workflows/test.yml/badge.svg?event=push)](https://github.com/simw/pydantic-to-pyarrow/actions/workflows/test.yml)
[![pypi](https://img.shields.io/pypi/v/pydantic-to-pyarrow.svg)](https://pypi.python.org/pypi/pydantic-to-pyarrow)
[![versions](https://img.shields.io/pypi/pyversions/pydantic-to-pyarrow.svg)](https://github.com/simw/pydantic-to-pyarrow)
[![license](https://img.shields.io/github/license/simw/pydantic-to-pyarrow.svg)](https://github.com/simw/pydantic-to-pyarrow/blob/main/LICENSE)

pydantic-to-pyarrow is a library for Python to help with conversion
of pydantic models to pyarrow schemas.
Expand Down Expand Up @@ -29,7 +32,9 @@ pyarrow schema. This library aims to achieve that.

## Installation

This library is not yet availabe on PyPI.
```bash
pip install pydantic-to-pyarrow
```

## Conversion Table

Expand Down

0 comments on commit 812dc81

Please sign in to comment.