Metadata-Version: 2.4
Name: flint-cli
Version: 0.0.1
Summary: Connect your data sources. Ask questions. Get answers and code. From the terminal.
Project-URL: Homepage, https://github.com/fastero/flint
Project-URL: Documentation, https://github.com/fastero/flint#readme
Project-URL: Issues, https://github.com/fastero/flint/issues
Project-URL: Changelog, https://github.com/fastero/flint/blob/main/CHANGELOG.md
Author-email: Fastero <oss@fastero.com>
License-Expression: Apache-2.0
License-File: LICENSE
Keywords: agent,ai,analytics,cli,data,llm,python,sql,warehouse
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
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 :: Database
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# Flint

**Connect your data sources. Ask questions. Get answers and code. From the terminal.**

Flint is an open-source CLI for data-aware AI agents. Connect any source — databases,
warehouses, APIs — ask questions in plain English, get SQL + results + Python analysis,
all from your terminal.

```bash
pip install flint-cli
flint init
flint ask "What are the top 10 customers by revenue?"
```

## Status

Flint is in active development. First public release coming soon.

Follow the repo for updates: [github.com/fastero/flint](https://github.com/fastero/flint)

## License

Apache License 2.0

---

Built by [Fastero](https://fastero.com).
