EE07 (Double-E Language) for Chemical System Programming
Project description
EE07: Double-E Language for Chemical System Programming
EE07 (Double-E Language) is a programming language that fully supports C++ syntax and features, while introducing chemical system programming using inbuilt intelligence.
Write, test, and simulate chemical systems directly in C++-style code with chemical functions like react(), structure(), bind(), release(), and more.
Features
- Full support for all C++ syntax (OOP, file I/O, templates, etc.)
- Chemical intelligence powered by PubChem API
- New datatypes:
iupac,comm,fm - Inbuilt functions:
react(),bind(),structure(),release(),delay(),trig(),save()and more - Use EE07 inside notebooks like Google Colab
Installation
pip install EE07
Usage (Example)
from EE07 import run_code
run_code("""
#include
using namespace std;
int main() {
cout << "EE07 is live!" << endl;
structure("glucose");
react("glucose", "oxygen");
trig("temperature > 310");
return 0;
} """)
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ee07-0.1.3.tar.gz.
File metadata
- Download URL: ee07-0.1.3.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e315151ffe265134766590b0c42deaf93d7a19701f55a80481ae11e4a12e75ee
|
|
| MD5 |
d86a8f2d5a1f64880690b9b205468611
|
|
| BLAKE2b-256 |
e5f292c1f8633a5fb01c06bf6bebd1ecdf9f42525a6976dbafe4471ef860893a
|
File details
Details for the file ee07-0.1.3-py3-none-any.whl.
File metadata
- Download URL: ee07-0.1.3-py3-none-any.whl
- Upload date:
- Size: 2.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
99dfd147ee3516086505320906f5b5d62ce1087661d28f70b862e8bc2ecba95f
|
|
| MD5 |
b13eb82025d8de1bbe1f135e4b7fcaab
|
|
| BLAKE2b-256 |
eee5992cff6925eb83bd300237c5f6bd692137fc2bbb20d7ffb9ebd0e75049a7
|