Metadata-Version: 2.1
Name: ersatz-table-valued-functions
Version: 0.1
Summary: A bad idea.
Home-page: https://github.com/cldellow/ersatz-table-valued-functions
Author: Colin Dellow
License: Apache License, Version 2.0
Project-URL: Issues, https://github.com/cldellow/ersatz-table-valued-functions/issues
Project-URL: CI, https://github.com/cldellow/ersatz-table-valued-functions/actions
Project-URL: Changelog, https://github.com/cldellow/ersatz-table-valued-functions/releases
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: test
License-File: LICENSE

# ersatz-table-valued-functions

[![PyPI](https://img.shields.io/pypi/v/ersatz-table-valued-functions.svg)](https://pypi.org/project/ersatz-table-valued-functions/)
[![Changelog](https://img.shields.io/github/v/release/cldellow/ersatz-table-valued-functions?include_prereleases&label=changelog)](https://github.com/cldellow/ersatz-table-valued-functions/releases)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/cldellow/ersatz-table-valued-functions/blob/main/LICENSE)

A bad idea.

## Installation

Install this library using `pip`:

    pip install ersatz-table-valued-functions

## Usage

Usage instructions go here.

## Development

To contribute to this library, first checkout the code. Then create a new virtual environment:

    cd ersatz-table-valued-functions
    python -m venv venv
    source venv/bin/activate

Now install the dependencies and test dependencies:

    pip install -e '.[test]'

To run the tests:

    pytest
