Skip to main content

No project description provided

Project description

CodeQA

CodeQA is a command-line tool that allows you to ask questions about a project. Gain insights and deepen your understanding of a repository's codebase effortlessly. It is built on top of LangChain.

Getting Started

Install Code QA:

pip install code-qa

Add your OpenAI token as virtual environment:

export OPENAI_TOKEN=YOUR_TOKEN

Go to your project folder:

cd PATH/TO/MY/PROJECT

Initialise Code QA Index. This will generate an code_qa folder within your project:

code_qa init

Ask questions about my code:

code_qa query How can I test this?

Ignoring Files

If you want to ignore certain files, then create an .codeqaignore file and specify them. The file follows the same standard as .gitignore

License

Apache License Version 2.0, see LICENSE

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

code_qa-0.1.0.tar.gz (7.0 kB view hashes)

Uploaded Source

Built Distribution

code_qa-0.1.0-py3-none-any.whl (7.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page