mirror of
https://github.com/trycua/computer.git
synced 2026-05-19 23:49:34 -05:00
Remove pylume, rename core
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
"lume",
|
||||
"lumier",
|
||||
"mcp-server",
|
||||
"pylume",
|
||||
"som"
|
||||
]
|
||||
}
|
||||
@@ -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.
|
||||
@@ -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="#">
|
||||
|
||||
@@ -11,7 +11,6 @@
|
||||
"lume",
|
||||
"lumier",
|
||||
"mcp-server",
|
||||
"pylume",
|
||||
"som"
|
||||
]
|
||||
}
|
||||
@@ -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
|
||||
|
||||
[](https://starchart.cc/trycua/pylume)
|
||||
Reference in New Issue
Block a user