Metadata-Version: 2.1
Name: house-sales
Version: 0.0.4
Summary: House Sales
Home-page: https://github.com/paulrousset/house-sales
License: MIT
Author: Paul Rousset
Author-email: paulrousset@hotmail.fr
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT 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
Requires-Dist: click (>=8.0.1)
Requires-Dist: feature-engine (>=1.5.1,<2.0.0)
Requires-Dist: joblib (>=1.2.0,<2.0.0)
Requires-Dist: nox (>=2022.8.7,<2023.0.0)
Requires-Dist: numpy (>=1.23.4,<2.0.0)
Requires-Dist: pandas (>=1.5.1,<2.0.0)
Requires-Dist: pre-commit (>=2.20.0,<3.0.0)
Requires-Dist: pydantic (>=1.10.2,<2.0.0)
Requires-Dist: scikit-learn (>=1.1.3,<2.0.0)
Requires-Dist: scipy (>=1.8.1,<2.0.0)
Requires-Dist: strictyaml (>=1.6.2,<2.0.0)
Project-URL: Changelog, https://github.com/paulrousset/house-sales/releases
Project-URL: Documentation, https://house-sales.readthedocs.io
Project-URL: Repository, https://github.com/paulrousset/house-sales
Description-Content-Type: text/markdown

# House Sales

[![PyPI](https://img.shields.io/pypi/v/house-sales.svg)][pypi_]
[![Status](https://img.shields.io/pypi/status/house-sales.svg)][status]
[![Python Version](https://img.shields.io/pypi/pyversions/house-sales)][python version]
[![License](https://img.shields.io/pypi/l/house-sales)][license]

[![Read the documentation at https://house-sales.readthedocs.io/](https://img.shields.io/readthedocs/house-sales/latest.svg?label=Read%20the%20Docs)][read the docs]
[![Tests](https://github.com/paulrousset/house-sales/workflows/Tests/badge.svg)][tests]

[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)][pre-commit]
[![Black](https://img.shields.io/badge/code%20style-black-000000.svg)][black]

[pypi_]: https://pypi.org/project/house-sales/
[status]: https://pypi.org/project/house-sales/
[python version]: https://pypi.org/project/house-sales
[read the docs]: https://house-sales.readthedocs.io/
[tests]: https://github.com/paulrousset/house-sales/actions?workflow=Tests
[pre-commit]: https://github.com/pre-commit/pre-commit
[black]: https://github.com/psf/black

## Features

- TODO

## Requirements

- TODO

## Installation

You can install _House Sales_ via [pip] from [PyPI]:

```console
$ pip install house-sales
```

## Usage

Please see the [Command-line Reference] for details.

## License

Distributed under the terms of the [MIT license][license],
_House Sales_ is free and open source software.

## Credits

This project was generated from [@cjolowicz]'s [Hypermodern Python Cookiecutter] template.

[@cjolowicz]: https://github.com/cjolowicz
[pypi]: https://pypi.org/
[hypermodern python cookiecutter]: https://github.com/cjolowicz/cookiecutter-hypermodern-python
[file an issue]: https://github.com/paulrousset/house-sales/issues
[pip]: https://pip.pypa.io/

<!-- github-only -->

[license]: https://github.com/paulrousset/house-sales/blob/main/LICENSE
[command-line reference]: https://house-sales.readthedocs.io/en/latest/usage.html

