compiledotprompt


Namecompiledotprompt JSON
Version 0.0.5 PyPI version JSON
download
home_pageNone
SummaryGenerate files from AI prompts
upload_time2024-06-29 14:10:01
maintainerNone
docs_urlNone
authorDmitry Degtyarev
requires_python<4.0,>=3.8
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # DotPrompt

[AI-generated content notice: This README was produced by AI from a prompt and should not be edited directly.]

DotPrompt is a revolutionary approach to software development that explores the idea of generating code entirely through AI-driven prompts. This project, authored by Dmitry Degtyarev, aims to change the way we think about coding and version control.

## Table of Contents

- [Introduction](#introduction)
- [Key Concepts](#key-concepts)
- [Features](#features)
- [Installation](#installation)
- [Usage](#usage)
- [Build and Deploy](#build-and-deploy)
- [To-Do List](#to-do-list)
- [License](#license)
- [Contact](#contact)

## Introduction

In traditional programming, code is built through a series of iterations, either by humans or AI. The resulting code doesn't reveal which prompts were used to build it, making it challenging to alter these prompts later. It's comparable to having a compiled binary without access to the source code.

DotPrompt proposes a radical idea: what if the code is 100% produced by AI, and humans only edit the prompts used by AI?

## Key Concepts

1. **`.prompt` files**: These files contain the prompts used to produce actual code files.
2. **Builder script**: A simple script that executes the `.prompt` files to generate the code.
3. **Self-generation**: The builder script itself can be generated from a `.prompt` file, allowing the generator to create itself.
4. **Multi-level abstraction**: `.prompt` files can be built from other `.prompt` files, enabling higher-level idea representation.
5. **Reverse engineering**: The potential to derive prompt files from existing source code.

## Features

- Generate code entirely from AI prompts
- Maintain a clear history of prompts used to create each file
- Enable easy modification of code by altering prompts
- Support for multi-level abstraction in prompt creation
- Potential for reverse engineering prompts from source code

## Installation

[Instructions for installing DotPrompt will be added here]

## Usage

[Instructions for using DotPrompt will be added here]

## Build and Deploy

To build and deploy DotPrompt to PyPI, follow these steps:

1. Ensure you have the `build` module installed:

```
pip install build
```

2. Navigate to the project root directory.

3. Build the project:

```
python -m build
```

This will create a `dist` directory with the built distributions.

4. Install `twine` if you haven't already:

```
pip install twine
```

5. Upload the distribution to PyPI:

```
twine upload dist/*
```

You will be prompted for your PyPI username and password.

## To-Do List

- Implement a templating engine for `.prompt` files to allow inclusion of other prompts and/or source files
- Add dependency graph analysis to the builder script for efficient prompt execution
- Develop the ability to produce multiple files from a single prompt (e.g., source code and unit tests)
- Implement functionality to run unit tests and make necessary changes based on error messages

## License

This project is licensed under the MIT License.

## Contact

For inquiries or suggestions, you can reach out to the author, Dmitry Degtyarev, via Twitter: [@Mitek99](https://twitter.com/Mitek99)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "compiledotprompt",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "Dmitry Degtyarev",
    "author_email": "ddegtyarev@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/ec/ef/8f55eebd099008b18f64fad49f500facda874cb08b52e9903ac9c63fddd2/compiledotprompt-0.0.5.tar.gz",
    "platform": null,
    "description": "# DotPrompt\n\n[AI-generated content notice: This README was produced by AI from a prompt and should not be edited directly.]\n\nDotPrompt is a revolutionary approach to software development that explores the idea of generating code entirely through AI-driven prompts. This project, authored by Dmitry Degtyarev, aims to change the way we think about coding and version control.\n\n## Table of Contents\n\n- [Introduction](#introduction)\n- [Key Concepts](#key-concepts)\n- [Features](#features)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Build and Deploy](#build-and-deploy)\n- [To-Do List](#to-do-list)\n- [License](#license)\n- [Contact](#contact)\n\n## Introduction\n\nIn traditional programming, code is built through a series of iterations, either by humans or AI. The resulting code doesn't reveal which prompts were used to build it, making it challenging to alter these prompts later. It's comparable to having a compiled binary without access to the source code.\n\nDotPrompt proposes a radical idea: what if the code is 100% produced by AI, and humans only edit the prompts used by AI?\n\n## Key Concepts\n\n1. **`.prompt` files**: These files contain the prompts used to produce actual code files.\n2. **Builder script**: A simple script that executes the `.prompt` files to generate the code.\n3. **Self-generation**: The builder script itself can be generated from a `.prompt` file, allowing the generator to create itself.\n4. **Multi-level abstraction**: `.prompt` files can be built from other `.prompt` files, enabling higher-level idea representation.\n5. **Reverse engineering**: The potential to derive prompt files from existing source code.\n\n## Features\n\n- Generate code entirely from AI prompts\n- Maintain a clear history of prompts used to create each file\n- Enable easy modification of code by altering prompts\n- Support for multi-level abstraction in prompt creation\n- Potential for reverse engineering prompts from source code\n\n## Installation\n\n[Instructions for installing DotPrompt will be added here]\n\n## Usage\n\n[Instructions for using DotPrompt will be added here]\n\n## Build and Deploy\n\nTo build and deploy DotPrompt to PyPI, follow these steps:\n\n1. Ensure you have the `build` module installed:\n\n```\npip install build\n```\n\n2. Navigate to the project root directory.\n\n3. Build the project:\n\n```\npython -m build\n```\n\nThis will create a `dist` directory with the built distributions.\n\n4. Install `twine` if you haven't already:\n\n```\npip install twine\n```\n\n5. Upload the distribution to PyPI:\n\n```\ntwine upload dist/*\n```\n\nYou will be prompted for your PyPI username and password.\n\n## To-Do List\n\n- Implement a templating engine for `.prompt` files to allow inclusion of other prompts and/or source files\n- Add dependency graph analysis to the builder script for efficient prompt execution\n- Develop the ability to produce multiple files from a single prompt (e.g., source code and unit tests)\n- Implement functionality to run unit tests and make necessary changes based on error messages\n\n## License\n\nThis project is licensed under the MIT License.\n\n## Contact\n\nFor inquiries or suggestions, you can reach out to the author, Dmitry Degtyarev, via Twitter: [@Mitek99](https://twitter.com/Mitek99)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Generate files from AI prompts",
    "version": "0.0.5",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3b75f186588c9b1a6424bbdd31d4c35e6f59f8000243a6a987b722f89ce74f73",
                "md5": "0270c079488c76c9272f01f2bf082700",
                "sha256": "4b3c613ba77b9df923de128c966fc9202c0076fb1dbc53ca87ef1389f21f29c6"
            },
            "downloads": -1,
            "filename": "compiledotprompt-0.0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0270c079488c76c9272f01f2bf082700",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8",
            "size": 6889,
            "upload_time": "2024-06-29T14:09:59",
            "upload_time_iso_8601": "2024-06-29T14:09:59.597235Z",
            "url": "https://files.pythonhosted.org/packages/3b/75/f186588c9b1a6424bbdd31d4c35e6f59f8000243a6a987b722f89ce74f73/compiledotprompt-0.0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ecef8f55eebd099008b18f64fad49f500facda874cb08b52e9903ac9c63fddd2",
                "md5": "405d8046b4a82c3a0b896c7e6be4b050",
                "sha256": "c86e77abf61dddee20e5483b0caa84efa879dfc34d13c79d6bdb64c954d6729d"
            },
            "downloads": -1,
            "filename": "compiledotprompt-0.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "405d8046b4a82c3a0b896c7e6be4b050",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8",
            "size": 4921,
            "upload_time": "2024-06-29T14:10:01",
            "upload_time_iso_8601": "2024-06-29T14:10:01.033267Z",
            "url": "https://files.pythonhosted.org/packages/ec/ef/8f55eebd099008b18f64fad49f500facda874cb08b52e9903ac9c63fddd2/compiledotprompt-0.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-29 14:10:01",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "compiledotprompt"
}
        
Elapsed time: 0.44555s