Metadata-Version: 2.4
Name: women
Version: 0.0.2
Summary: The women project
Author-email: Wesley Maa <wesley.maa@gmail.com>
License-Expression: MIT
Project-URL: Repository, https://github.com/WT-MM/women.git
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: gender-guesser
Provides-Extra: dev
Requires-Dist: ruff; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Dynamic: license-file

# women

identify and interact with the women

## Install

```bash
git clone https://github.com/WT-MM/women.git
cd women
uv sync --extra dev
```

## Usage

```bash
# List all women contacts
women.contacts

# Preview recipients (dry run by default)
women

# Actually send the default message (💪👸)
women --live

# Send a custom message
women "wowie" --live

# Exclude specific contacts (one full name per line)
women --exclude exclude.txt --live
```
