pylumin
Project description
Write C code right in Python.
2 functions included, no more needed:
import pylumin
pylumin.ide()
Open IDE with highlights
import pylumin
code = pylumin.ide()
pylumin.execute(code)
Auto execute after pressing Save & Exit.
import pylumin
pylumin.execute('''
\#include <stdio.h>
int main() {
  printf("Hello, World!\\n");
  return 0;
}
In-line execute.
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
pylumin-1.0.tar.gz
(5.7 kB
view details)
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
pylumin-1.0-py3-none-any.whl
(6.0 kB
view details)
File details
Details for the file pylumin-1.0.tar.gz.
File metadata
- Download URL: pylumin-1.0.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b193c184c470693ce2971ff8ff94e8010a2a29c3b2dc357fdca60e7129c65050
|
|
| MD5 |
c894a9cede9e0d68ed5a5fb139bc3971
|
|
| BLAKE2b-256 |
0cfd1423e631fe7eaff4efbebd02a58991ef1c0de4d934b969f53fe36d2a4936
|
File details
Details for the file pylumin-1.0-py3-none-any.whl.
File metadata
- Download URL: pylumin-1.0-py3-none-any.whl
- Upload date:
- Size: 6.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8285ae1bfc4017af824315da8a1aaef25be376a13fecb969738daf7fd79c2de8
|
|
| MD5 |
f0f3d8e05a4271c465ab37ed0182b421
|
|
| BLAKE2b-256 |
2c95d3e7773c9c3bf03d231197726c38fd53e1b19375236d93e39c5183062e17
|