Metadata-Version: 2.1
Name: facerate
Version: 0.0.1
Summary: A package for scoring facial beauty.
Home-page: https://github.com/your-username/facerate
Author: Danila Vershinin
Author-email: your-email@example.com
Project-URL: Bug Tracker, https://github.com/your-username/facerate/issues
Keywords: facial,beauty,score,rating,facerate
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: httpx
Requires-Dist: beautifulsoup4
Requires-Dist: lxml
Requires-Dist: Pillow
Provides-Extra: tests
Requires-Dist: pytest; extra == "tests"
Requires-Dist: pytest-asyncio; extra == "tests"

# FaceRate

This is a Python package for rating facial attractiveness using `face-score.com`.

## Installation

Describe how to install the package.

## Usage

Provide examples of how to use the package.
