Metadata-Version: 2.1
Name: fable-library
Version: 0.9.0
Summary: Fable library for Python
Home-page: https://fable.io
License: MIT
Author: Dag Brattli
Author-email: dag@brattli.net
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: python-dateutil (>=2.8.2,<3.0.0)
Description-Content-Type: text/markdown

# Fable Library for Python

This module is used as the [Fable](https://fable.io/) library for
Python.

The code should be type annotated using [type
hints](https://docs.python.org/3/library/typing.html) and statically
type checked using
[pylance](https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance)
at `strict` setting.

The code should be formatted using the
[black](https://black.readthedocs.io) formatter with default settings.

