Tools for Orby applications development.
Project description
Orby DevTools
Orby DevTools is a tool for developing isolated Python applications for the Orby platform. It allows you to create, validate and build applications in a protected .orby format for running through Orby-compatible environments.
Quiq start
Install
pip install orby-devtools
Basic usage
- Create a project:
orbydev new myapp --template=default
- Build in
.orby:
orbydev build myapp
CLI Commands
| Command | Description |
|---|---|
new <name> <path> [--template=...] |
Create a project in the specified directory |
build <path> <save_at> |
Build project from the directory in .orby |
projects |
List all projects |
rmproject <name> <rmdir (t/f)> |
Delete a project |
templates |
List of all templates |
savetemplate <name> <path> |
Save directory as a template |
rmtemplate <name> |
Delete template |
Project structure
myapp/
├── main.py # Entry point
├── manifest.json # Configuration
Example manifest.json
{
"name": "Orby app",
"version": "0.1.0",
"author": "Your name",
"description": "My Orby app",
"permissions": {},
"entry_point": "main.py",
"requirements": {}
}
Useful
- Bug Tracker
- Compatibility: Python 3.10+
- Version: 25.5.1
- Status: Alfa
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
orby_devtools-25.5.2.tar.gz
(6.1 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
File details
Details for the file orby_devtools-25.5.2.tar.gz.
File metadata
- Download URL: orby_devtools-25.5.2.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ab0e0a64bfd933922e515b113240c23672ad276fa2138fd0927911462e8218fb
|
|
| MD5 |
d9eff5b95520f33216b0482cd434b1a4
|
|
| BLAKE2b-256 |
5f9bd9642cbd1218f3610ee77724002cdec913bd051b6d319bdb174fa1e694bc
|
File details
Details for the file orby_devtools-25.5.2-py3-none-any.whl.
File metadata
- Download URL: orby_devtools-25.5.2-py3-none-any.whl
- Upload date:
- Size: 7.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d3eceecbe586b8a1b0e5c8f48b7074a5cf2ac60251dde3afef8e24f01dfacb98
|
|
| MD5 |
c0cabce1c52bc8f637dd5bb218b5dc92
|
|
| BLAKE2b-256 |
55a5de8a57ed3dbddcbb9833d56d0dcc6a2cbef2953e8dd188815d2cea187e8d
|