Metadata-Version: 2.1
Name: superstore
Version: 0.2.1
Summary: Categorical data generator
Home-page: https://github.com/timkpaine/superstore
Author: Tim Paine
Author-email: t.paine154@gmail.com
License: Apache 2.0
Keywords: finance data
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: AUTHORS
Requires-Dist: Faker >=1.0.1
Requires-Dist: pandas >=0.23.4
Provides-Extra: dev
Requires-Dist: Faker >=1.0.1 ; extra == 'dev'
Requires-Dist: pandas >=0.23.4 ; extra == 'dev'
Requires-Dist: bump2version >=1.0.0 ; extra == 'dev'
Requires-Dist: check-manifest ; extra == 'dev'
Requires-Dist: ruff <0.4,>=0.3 ; extra == 'dev'
Requires-Dist: pytest >=4.3.0 ; extra == 'dev'
Requires-Dist: pytest-cov >=2.6.1 ; extra == 'dev'

# Superstore

Categorical data generator

[![Build Status](https://github.com/timkpaine/superstore/workflows/Build%20Status/badge.svg?branch=main)](https://github.com/timkpaine/superstore/actions?query=workflow%3A%22Build+Status%22)
[![Coverage](https://codecov.io/gh/timkpaine/superstore/branch/main/graph/badge.svg)](https://codecov.io/gh/timkpaine/superstore)
[![License](https://img.shields.io/github/license/timkpaine/superstore.svg)](https://github.com/timkpaine/superstore)
[![PyPI](https://img.shields.io/pypi/v/superstore.svg)](https://pypi.python.org/pypi/superstore/)

## Install

Install from pip

`pip install superstore`

or from source

`python setup.py install`

## License

This software is licensed under the Apache 2.0 license. See the
[LICENSE](LICENSE) and [AUTHORS](AUTHORS) files for details.
