Remove pylume, rename core

This commit is contained in:
Morgan Dean
2025-06-25 10:31:37 -07:00
parent 785a0bcaf4
commit 91bb211a14
5 changed files with 6 additions and 90 deletions
-1
View File
@@ -9,7 +9,6 @@
"lume",
"lumier",
"mcp-server",
"pylume",
"som"
]
}
-13
View File
@@ -1,13 +0,0 @@
---
title: PyLume
---
The PyLume API reference documentation is currently under development.
## Overview
PyLume provides Python bindings for the Lume virtual machine management system.
## API Documentation
Coming soon.
+6 -6
View File
@@ -1,15 +1,15 @@
---
title: c/ua Core
title: Core
---
<div
align="center"
style={{
display: 'flex',
gap: '10px',
margin: '0 auto',
width: '100%',
justifyContent: 'center',
display: "flex",
gap: "10px",
margin: "0 auto",
width: "100%",
justifyContent: "center",
}}
>
<a href="#">
-1
View File
@@ -11,7 +11,6 @@
"lume",
"lumier",
"mcp-server",
"pylume",
"som"
]
}
-69
View File
@@ -1,69 +0,0 @@
---
title: PyLume
---
<div
align="center"
style={{
display: 'flex',
gap: '10px',
margin: '0 auto',
width: '100%',
justifyContent: 'center',
}}
>
<a href="#">
<img
src="https://img.shields.io/badge/Python-333333?logo=python&logoColor=white&labelColor=blue"
alt="Python"
/>
</a>
<a href="#">
<img
src="https://img.shields.io/badge/macOS-000000?logo=apple&logoColor=F0F0F0"
alt="macOS"
/>
</a>
<a href="https://discord.com/invite/mVnXXpdE85">
<img
src="https://img.shields.io/badge/Discord-%235865F2.svg?&logo=discord&logoColor=white"
alt="Discord"
/>
</a>
<a href="https://pypi.org/project/pylume/">
<img src="https://img.shields.io/pypi/v/pylume?color=blue" alt="PyPI" />
</a>
</div>
**pylume** is a lightweight Python library based on [lume](https://github.com/trycua/lume) to create, run and manage macOS and Linux virtual machines (VMs) natively on Apple Silicon.
<div align="center">
<img src="/img/py.png" alt="lume-py" />
</div>
```bash
pip install pylume
```
## Usage
Please refer to this [Notebook](https://github.com/trycua/cua/blob/main/notebooks/pylume_nb.ipynb) for a quickstart. More details about the underlying API used by pylume are available [here](https://github.com/trycua/lume/docs/API-Reference.md).
## Prebuilt Images
Pre-built images are available on [ghcr.io/trycua](https://github.com/orgs/trycua/packages).
These images come pre-configured with an SSH server and auto-login enabled.
## Contributing
We welcome and greatly appreciate contributions to lume! Whether you're improving documentation, adding new features, fixing bugs, or adding new VM images, your efforts help make pylume better for everyone.
Join our [Discord community](https://discord.com/invite/mVnXXpdE85) to discuss ideas or get assistance.
## License
lume is open-sourced under the MIT License - see the [LICENSE](LICENSE) file for details.
## Stargazers over time
[![Stargazers over time](https://starchart.cc/trycua/pylume.svg?variant=adaptive)](https://starchart.cc/trycua/pylume)