Metadata-Version: 2.1
Name: fpbase
Version: 0.0.1rc0
Summary: Stub for future FPbase API
Project-URL: homepage, https://github.com/tlambert03/fpbase
Project-URL: repository, https://github.com/tlambert03/fpbase
Author-email: Talley Lambert <talley.lambert@example.com>
License: BSD-3-Clause
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Typing :: Typed
Requires-Python: >=3.8
Provides-Extra: dev
Requires-Dist: ipython; extra == 'dev'
Requires-Dist: pdbpp; extra == 'dev'
Requires-Dist: rich; extra == 'dev'
Provides-Extra: test
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-cov; extra == 'test'
Description-Content-Type: text/markdown

# fpbase

[![License](https://img.shields.io/pypi/l/fpbase.svg?color=green)](https://github.com/tlambert03/fpbase/raw/main/LICENSE)
[![PyPI](https://img.shields.io/pypi/v/fpbase.svg?color=green)](https://pypi.org/project/fpbase)
[![Python Version](https://img.shields.io/pypi/pyversions/fpbase.svg?color=green)](https://python.org)
[![CI](https://github.com/tlambert03/fpbase/actions/workflows/ci.yml/badge.svg)](https://github.com/tlambert03/fpbase/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/tlambert03/fpbase/branch/main/graph/badge.svg)](https://codecov.io/gh/tlambert03/fpbase)

Stub for future FPbase API
