from everything import anything
Project description
Literally everything!
The ultimate abstraction.
from everything import anything!
Real example:
from everything import sort_list, stylized_greeting
# Print a greeting for Wolf
print(stylized_greeting("Wolf", "Angry"))
# Sort a list
print(sort_list([3, 2, 1, 0, -5, 2.5]))
>> OPENAI_API_TOKEN=...
>> python example.py
WHAT DO YOU WANT, WOLF?!
[-5, 0, 1, 2, 2.5, 3]
How's it work?
Using OpenAI's's state-of-the-art AI technology, we can literally import anything from everything! Any function you can imagine, dynamically generated at runtime, accessible with a simple import.
When you import <anything> from everything
, dothething
will use Python's AST library to scan your source code, and find all usages of <anything>
. It then will merge a few lines of context on both sides of every function call, along with the call itself. Then, it will use OpenAI's gpt-4o
model to generate a Python function, which you can then use in your code.
How to use
First, set the OPENAI_API_TOKEN
to a valid API token. Then install the package with pip install dothething
. Finally, import anything from everything!
Words of caution
You probably don't want to use this in production. dothething
provides no guarantees! This is my escape hatch after of 6 weeks of learning nix
.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file dothething-0.1.2.tar.gz
.
File metadata
- Download URL: dothething-0.1.2.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.9 Linux/6.6.36
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c7ba95503beb2e0d07a42294fbff846c0553395ecc9816fa572a9bb23d81d9e5 |
|
MD5 | fedd65fbbe939f5f71956f8ad489cc23 |
|
BLAKE2b-256 | 851d971dd3a30008cbe5c90a68478c9648616a9ada73ce0142a5f30b32ef2a45 |
File details
Details for the file dothething-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: dothething-0.1.2-py3-none-any.whl
- Upload date:
- Size: 8.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.9 Linux/6.6.36
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a4b185290ffd863cfef377d518d419d7b8e1fd54fe34d5dab98e2ba51582c8a7 |
|
MD5 | 19342690a50de11a9350f4bf11e5b91b |
|
BLAKE2b-256 | 2a6d9137bc3252c0b240b4ab99a983f9c6f706f17aa56a677890fbf696c049c9 |