[](https://badge.fury.io/py/TaskDetailsExtractor)
[](https://opensource.org/licenses/MIT)
[](https://pepy.tech/project/taskdetailsextractor)
# TaskDetailsExtractor
`TaskDetailsExtractor` is a Python tool designed to interact with GPT-3 in order to extract detailed task instructions based on a given coding task and project details. It integrates with OpenAI's GPT-3 API to analyze the feasibility of a task and to detail the necessary file operations to complete it.
## Installation
To install `TaskDetailsExtractor`, you can use pip:
```bash
pip install TaskDetailsExtractor
```
## Usage
### As a Python Module
TaskDetailsExtractor can be used as a Python module in your scripts for interacting with GPT-3 to analyze coding tasks.
Example:
```python
from taskdetailsextractor import TaskDetailsExtractor
# Initialize the extractor with the target project directory and your OpenAI API key
extractor = TaskDetailsExtractor('/path/to/your/project', 'your-openai-api-key')
# Example of analyzing task details
task_description = "Refactor the database schema to improve performance."
task_details = extractor.analyze_task_details(task_description)
print(task_details)
```
## Features
- **GPT-3 Integration**: Communicates with OpenAI's GPT-3 to analyze tasks and extract detailed instructions.
- **Task Analysis**: Provides detailed breakdowns of tasks including file operations needed, specific code blocks, and more.
## Contributing
Contributions, issues, and feature requests are welcome! Feel free to check the [issues page](https://github.com/chigwell/TaskDetailsExtractor/issues).
## License
This project is licensed under the [MIT License](https://choosealicense.com/licenses/mit/).
Raw data
{
"_id": null,
"home_page": "https://github.com/chigwell/TaskDetailsExtractor",
"name": "TaskDetailsExtractor",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": "",
"keywords": "",
"author": "Eugene Evstafev",
"author_email": "chigwel@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/b1/e5/e4337431a40e01f656ea506c48654173ff7b74ef6a8d292552b63c6ae158/TaskDetailsExtractor-0.0.2.tar.gz",
"platform": null,
"description": "[](https://badge.fury.io/py/TaskDetailsExtractor)\n[](https://opensource.org/licenses/MIT)\n[](https://pepy.tech/project/taskdetailsextractor)\n\n# TaskDetailsExtractor\n\n`TaskDetailsExtractor` is a Python tool designed to interact with GPT-3 in order to extract detailed task instructions based on a given coding task and project details. It integrates with OpenAI's GPT-3 API to analyze the feasibility of a task and to detail the necessary file operations to complete it.\n\n## Installation\n\nTo install `TaskDetailsExtractor`, you can use pip:\n\n```bash\npip install TaskDetailsExtractor\n```\n\n## Usage\n\n### As a Python Module\n\nTaskDetailsExtractor can be used as a Python module in your scripts for interacting with GPT-3 to analyze coding tasks.\n\nExample:\n\n```python\nfrom taskdetailsextractor import TaskDetailsExtractor\n\n# Initialize the extractor with the target project directory and your OpenAI API key\nextractor = TaskDetailsExtractor('/path/to/your/project', 'your-openai-api-key')\n\n# Example of analyzing task details\ntask_description = \"Refactor the database schema to improve performance.\"\ntask_details = extractor.analyze_task_details(task_description)\nprint(task_details)\n```\n\n## Features\n\n- **GPT-3 Integration**: Communicates with OpenAI's GPT-3 to analyze tasks and extract detailed instructions.\n- **Task Analysis**: Provides detailed breakdowns of tasks including file operations needed, specific code blocks, and more.\n\n## Contributing\n\nContributions, issues, and feature requests are welcome! Feel free to check the [issues page](https://github.com/chigwell/TaskDetailsExtractor/issues).\n\n## License\n\nThis project is licensed under the [MIT License](https://choosealicense.com/licenses/mit/).\n\n\n",
"bugtrack_url": null,
"license": "",
"summary": "Extract detailed tasks for software project modification using GPT from OpenAI.",
"version": "0.0.2",
"project_urls": {
"Homepage": "https://github.com/chigwell/TaskDetailsExtractor"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "81e3cc993902abef063720df2deab13a9d0ed7b6c5b752cb9960a41574ead6b7",
"md5": "a702fc58ec0ec3248215f69a3d9c4cd5",
"sha256": "735da578f7dd8e576bc2999aee942c0fb5e2aa51eacb710450f735118f7ec2fe"
},
"downloads": -1,
"filename": "TaskDetailsExtractor-0.0.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "a702fc58ec0ec3248215f69a3d9c4cd5",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 4506,
"upload_time": "2024-01-04T00:14:42",
"upload_time_iso_8601": "2024-01-04T00:14:42.328677Z",
"url": "https://files.pythonhosted.org/packages/81/e3/cc993902abef063720df2deab13a9d0ed7b6c5b752cb9960a41574ead6b7/TaskDetailsExtractor-0.0.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b1e5e4337431a40e01f656ea506c48654173ff7b74ef6a8d292552b63c6ae158",
"md5": "fe34d4ed134c63e2f0846ef17584f26b",
"sha256": "9fda23b4e68a2c7a8ef7b38b9d6f8bb4ac4f9c7508a0eb6e2d6ab3e96d289076"
},
"downloads": -1,
"filename": "TaskDetailsExtractor-0.0.2.tar.gz",
"has_sig": false,
"md5_digest": "fe34d4ed134c63e2f0846ef17584f26b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 3311,
"upload_time": "2024-01-04T00:14:44",
"upload_time_iso_8601": "2024-01-04T00:14:44.057211Z",
"url": "https://files.pythonhosted.org/packages/b1/e5/e4337431a40e01f656ea506c48654173ff7b74ef6a8d292552b63c6ae158/TaskDetailsExtractor-0.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-01-04 00:14:44",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "chigwell",
"github_project": "TaskDetailsExtractor",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "taskdetailsextractor"
}