Metadata-Version: 2.4
Name: flop7
Version: 1.0.0
Summary: An unofficial Flip 7 terminal emulator and bot-testing sandbox
Author: Ben Halladay
License: MIT License
        
        Copyright (c) 2026 Ben Halladay
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Homepage, https://github.com/benhalladay08/flop7
Project-URL: Documentation, https://github.com/benhalladay08/flop7/tree/main/docs
Project-URL: Repository, https://github.com/benhalladay08/flop7
Project-URL: Issues, https://github.com/benhalladay08/flop7/issues
Keywords: flip7,card-game,tui,urwid,bot,simulation,game
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console :: Curses
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Games/Entertainment :: Board Games
Classifier: Topic :: Games/Entertainment :: Simulation
Classifier: Topic :: Terminals
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: urwid>=2.0.0
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Requires-Dist: pre-commit>=3.0; extra == "dev"
Requires-Dist: ruff>=0.5; extra == "dev"
Requires-Dist: black>=24.0; extra == "dev"
Dynamic: license-file

# Flop 7

Welcome to Flop 7, the unofficial terminal emulator for Flip 7. You can play virtual games, keep score for live games at the table, or run batched all-bot simulations to benchmark your own strategies.

Really, this repo is made to **build and test different bot strategies.** See the [bot guide](docs/guides/bots.md) for more info.

## Install

```bash
# Homebrew (macOS / Linux)
brew install benhalladay08/tap/flop7

# pipx
pipx install flop7

# pip
pip install flop7

# install.sh (downloads the latest release binary)
curl -fsSL https://raw.githubusercontent.com/benhalladay08/flop7/main/install.sh | sh
```

For full options including local development installs, see [docs/install.md](docs/install.md).

## Run

```bash
flop7
```

## Documentation

- [Install](docs/install.md) — distribution channels and platform notes
- [Rules](docs/rules.md) — Flip 7 game rules
- [Architecture](docs/architecture.md) — comprehensive layer-by-layer reference
- [Roadmap](docs/roadmap.md) — planned features

### Guides

- [Local development](docs/guides/development.md) — clone, run, and test the repo
- [Building bots](docs/guides/bots.md) — write a new bot, register it, and benchmark it
- [Building trackers](docs/guides/trackers.md) — collect custom statistics across simulation batches

## Contributing

See [CONTRIBUTING.md](CONTRIBUTING.md).

---

Created by Ben Halladay
