Metadata-Version: 2.1
Name: aimer
Version: 0.1.0
Summary: Ghost Writer : A tool to help you let AI write code for you.
Author-email: Keith Thompson <keiththomps@hey.com>
Description-Content-Type: text/markdown
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Dist: anthropic >=0.19.0,<1
Requires-Dist: click >=8.1.7,<9
Requires-Dist: openai >=1.13.3,<2
Requires-Dist: pytest ; extra == "dev"
Requires-Dist: black ; extra == "dev"
Requires-Dist: mypy ; extra == "dev"
Requires-Dist: pylint ; extra == "dev"
Requires-Dist: twine ; extra == "dist"
Requires-Dist: build ; extra == "dist"
Project-URL: Homepage, https://github.com/keiththomps/aimer
Project-URL: Issues, https://github.com/keiththomps/aimer/issues
Project-URL: Source, https://github.com/keiththomps/aimer
Provides-Extra: dev
Provides-Extra: dist

# Ghost Writer

## How to Use Ghost Writer

To use Ghost Writer, you can follow these steps:
1. Install Ghost Writer by running `pip install aimer-writer`
2. Run the CLI command `aimer --help` to see the available options
3. Use the following commands:
   - `aimer --config` to run the configuration steps
   - `aimer <prompt> [<files>]` to perform code actions based on a prompt

