Skip to main content

A utility to assist in building Test-Driven Python code using Langchain and OpenAI.

Project description

ChatTDD

ChatTDD is a utility designed to help developers create Test-Driven Python code using Langchain and OpenAI. By entering a description of the functionality you need, ChatTDD will generate code for that function based on a test.

Installation

To install ChatTDD, ensure you have Python 3.9 installed, then run the following command:

pip install ChatTDD

Configuration

Before using ChatTDD, you'll need to have an OpenAI API key. If you don't have one, you can obtain it from OpenAI. Remember, using your api key with ChatTDD or any other client will come with a cost to you - so be warned and run at your own risk.

Update your environment with your api key:

export OPENAI_API_KEY='[your key here]'

If a key isn't present in the environment then ChatTDD will prompt you to enter it.

Usage

Once installed, you can use the chattdd command to interact with the tool. Here's how to use ChatTDD:

Select a Model

You can choose between three models: text-davinci-003, gpt-3.5-turbo, and gpt-4. To select a model, use the following command:

chattdd model text-davinci-003

Your model selection will be remembered for future sessions.

Output Folder

chattdd outputfolder [folder_path]

Sets the root folder for generated files. If this is left blank, files will be saved in the specified relative paths without a leading folder.

Generate Test code & feature functions

Simply run

chattdd

ChatTDD will ask for your requirement. Alternative:

chattdd test-and-code "sort a list of objects alphabetically"

ChatTDD will create the necessary Python files under the default directory or the directory you have setup with the 'outputfolder' command.

Generate Only Test Code

chattdd test "sort a list of objects alphabetically"

ChatTDD will create the necessary Python files under the tests directory.

Contributing

If you'd like to contribute to the development of ChatTDD, please feel free to fork the repository and submit a pull request.

License

ChatTDD is licensed under the MIT License. See the LICENSE file for more details.

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

ChatTDD-0.2.8.tar.gz (7.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ChatTDD-0.2.8-py3-none-any.whl (8.6 kB view details)

Uploaded Python 3

File details

Details for the file ChatTDD-0.2.8.tar.gz.

File metadata

  • Download URL: ChatTDD-0.2.8.tar.gz
  • Upload date:
  • Size: 7.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.5

File hashes

Hashes for ChatTDD-0.2.8.tar.gz
Algorithm Hash digest
SHA256 9b2094f06a6f708ac8d338650ac0ecfae7932eaa823556c6b6814c95c9d2d48c
MD5 46ada8c278c106021121205dd3c60d6b
BLAKE2b-256 3c158bc74d21eeaa5b7e36aba97f870ba26343ce17788b8d4adfe65e8b725899

See more details on using hashes here.

File details

Details for the file ChatTDD-0.2.8-py3-none-any.whl.

File metadata

  • Download URL: ChatTDD-0.2.8-py3-none-any.whl
  • Upload date:
  • Size: 8.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.5

File hashes

Hashes for ChatTDD-0.2.8-py3-none-any.whl
Algorithm Hash digest
SHA256 65ee11efc0b0f0a9d22372b09e98387c7d41c917d2d0f04546e51a4a7b25d2e4
MD5 5b14d7f858ba56230718c10e25362ef8
BLAKE2b-256 1895c10873ce0b739ee392e1864dc166736efdb57ddcfac4a87f83563b69b12d

See more details on using hashes here.

Supported by

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