ybox 0.9.8.1__tar.gz → 0.9.9__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {ybox-0.9.8.1/src/ybox.egg-info → ybox-0.9.9}/PKG-INFO +5 -5
- {ybox-0.9.8.1 → ybox-0.9.9}/README.md +4 -4
- {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/__init__.py +1 -1
- {ybox-0.9.8.1 → ybox-0.9.9/src/ybox.egg-info}/PKG-INFO +5 -5
- {ybox-0.9.8.1 → ybox-0.9.9}/LICENSE +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/MANIFEST.in +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/pyproject.toml +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/setup.cfg +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/cmd.py +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/conf/completions/ybox.fish +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/conf/distros/arch/add-gpg-key.sh +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/conf/distros/arch/distro.ini +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/conf/distros/arch/init-base.sh +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/conf/distros/arch/init-user.sh +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/conf/distros/arch/init.sh +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/conf/distros/arch/list_fmt_long.py +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/conf/distros/arch/pkgdeps.py +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/conf/distros/deb-generic/check-package.sh +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/conf/distros/deb-generic/distro.ini +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/conf/distros/deb-generic/fetch-gpg-key-id.sh +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/conf/distros/deb-generic/init-base.sh +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/conf/distros/deb-generic/init-user.sh +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/conf/distros/deb-generic/init.sh +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/conf/distros/deb-generic/list_fmt_long.py +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/conf/distros/deb-generic/pkgdeps.py +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/conf/distros/deb-oldstable/distro.ini +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/conf/distros/deb-stable/distro.ini +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/conf/distros/supported.list +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/conf/distros/ubuntu2204/distro.ini +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/conf/distros/ubuntu2404/distro.ini +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/conf/profiles/apps.ini +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/conf/profiles/basic.ini +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/conf/profiles/dev.ini +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/conf/profiles/games.ini +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/conf/resources/entrypoint-base.sh +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/conf/resources/entrypoint-common.sh +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/conf/resources/entrypoint-cp.sh +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/conf/resources/entrypoint-root.sh +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/conf/resources/entrypoint-user.sh +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/conf/resources/entrypoint.sh +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/conf/resources/prime-run +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/conf/resources/run-in-dir +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/conf/resources/run-user-bash-cmd +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/config.py +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/env.py +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/filelock.py +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/migrate/0.9.0-0.9.7:0.9.8.py +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/pkg/__init__.py +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/pkg/clean.py +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/pkg/info.py +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/pkg/inst.py +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/pkg/list.py +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/pkg/mark.py +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/pkg/repair.py +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/pkg/repo.py +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/pkg/search.py +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/pkg/uninst.py +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/pkg/update.py +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/print.py +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/run/__init__.py +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/run/cmd.py +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/run/control.py +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/run/create.py +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/run/destroy.py +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/run/graphics.py +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/run/logs.py +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/run/ls.py +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/run/pkg.py +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/schema/0.9.1-added.sql +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/schema/0.9.6-added.sql +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/schema/init.sql +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/schema/migrate/0.9.0:0.9.1.sql +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/schema/migrate/0.9.1:0.9.2.sql +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/schema/migrate/0.9.2:0.9.3.sql +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/schema/migrate/0.9.5:0.9.6.sql +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/state.py +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/util.py +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox.egg-info/SOURCES.txt +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox.egg-info/dependency_links.txt +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox.egg-info/entry_points.txt +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox.egg-info/requires.txt +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox.egg-info/top_level.txt +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/tests/create_migration_db.py +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/tests/functional/__init__.py +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/tests/functional/distro_base.py +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/tests/functional/test_create_destroy.py +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/tests/resources/basic_no_shared.ini +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/tests/resources/containers.json +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/tests/resources/distro_minimal.ini +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/tests/resources/migration/0.9.0.db.gz +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/tests/resources/migration/0.9.1.db.gz +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/tests/resources/migration/0.9.2.db.gz +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/tests/resources/migration/0.9.5.db.gz +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/tests/resources/migration/0.9.6.db.gz +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/tests/resources/migration/0.9.7.db.gz +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/tests/resources/packages.json +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/tests/resources/repos.json +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/tests/unit/__init__.py +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/tests/unit/test_cmd.py +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/tests/unit/test_config.py +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/tests/unit/test_env.py +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/tests/unit/test_filelock.py +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/tests/unit/test_state.py +0 -0
- {ybox-0.9.8.1 → ybox-0.9.9}/tests/unit/util.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: ybox
|
3
|
-
Version: 0.9.
|
3
|
+
Version: 0.9.9
|
4
4
|
Summary: Securely run Linux distribution inside a container
|
5
5
|
Author-email: Sumedh Wale <sumwale@yahoo.com>, Vishal Rao <vishalrao@gmail.com>
|
6
6
|
License: Copyright (c) 2024-2025 Sumedh Wale and contributors
|
@@ -342,10 +342,10 @@ ybox-destroy ybox-arch_apps
|
|
342
342
|
```
|
343
343
|
|
344
344
|
Will destroy the `apps` container created in the example before. This does not delete the
|
345
|
-
|
345
|
+
`$HOME` files, nor does it delete the shared root directory (if enabled). Hence, if you create
|
346
346
|
a new container having the same shared root, then it will inherit everything installed
|
347
347
|
previously. Likewise, if you create the container with the same profile again, then it
|
348
|
-
will also have the
|
348
|
+
will also have the `$HOME` as before if you do not explicitly delete the directories
|
349
349
|
in `~/.local/share/ybox`.
|
350
350
|
|
351
351
|
|
@@ -374,10 +374,10 @@ ybox-cmd ybox-arch_apps -- ls -l
|
|
374
374
|
```
|
375
375
|
|
376
376
|
The default profiles also link the .bashrc and starship configuration files from your host
|
377
|
-
|
377
|
+
`$HOME` directory by default, so you should see the same bash shell configuration as in your
|
378
378
|
host. These are linked in read-only mode, so if you want to change these auto-linked
|
379
379
|
configuration files inside the container, then you will need to create a copy from the symlink
|
380
|
-
first (but then it will lose the link from the host
|
380
|
+
first (but then it will lose the link from the host `$HOME`).
|
381
381
|
|
382
382
|
A shell on a container will act like a native Linux distribution environment for most purposes.
|
383
383
|
The one prominent missing thing is systemd which is not enabled deliberately since it requires
|
@@ -298,10 +298,10 @@ ybox-destroy ybox-arch_apps
|
|
298
298
|
```
|
299
299
|
|
300
300
|
Will destroy the `apps` container created in the example before. This does not delete the
|
301
|
-
|
301
|
+
`$HOME` files, nor does it delete the shared root directory (if enabled). Hence, if you create
|
302
302
|
a new container having the same shared root, then it will inherit everything installed
|
303
303
|
previously. Likewise, if you create the container with the same profile again, then it
|
304
|
-
will also have the
|
304
|
+
will also have the `$HOME` as before if you do not explicitly delete the directories
|
305
305
|
in `~/.local/share/ybox`.
|
306
306
|
|
307
307
|
|
@@ -330,10 +330,10 @@ ybox-cmd ybox-arch_apps -- ls -l
|
|
330
330
|
```
|
331
331
|
|
332
332
|
The default profiles also link the .bashrc and starship configuration files from your host
|
333
|
-
|
333
|
+
`$HOME` directory by default, so you should see the same bash shell configuration as in your
|
334
334
|
host. These are linked in read-only mode, so if you want to change these auto-linked
|
335
335
|
configuration files inside the container, then you will need to create a copy from the symlink
|
336
|
-
first (but then it will lose the link from the host
|
336
|
+
first (but then it will lose the link from the host `$HOME`).
|
337
337
|
|
338
338
|
A shell on a container will act like a native Linux distribution environment for most purposes.
|
339
339
|
The one prominent missing thing is systemd which is not enabled deliberately since it requires
|
@@ -1,2 +1,2 @@
|
|
1
1
|
"""`ybox` is a tool to easily manage linux distributions in containers"""
|
2
|
-
__version__ = "0.9.
|
2
|
+
__version__ = "0.9.9"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: ybox
|
3
|
-
Version: 0.9.
|
3
|
+
Version: 0.9.9
|
4
4
|
Summary: Securely run Linux distribution inside a container
|
5
5
|
Author-email: Sumedh Wale <sumwale@yahoo.com>, Vishal Rao <vishalrao@gmail.com>
|
6
6
|
License: Copyright (c) 2024-2025 Sumedh Wale and contributors
|
@@ -342,10 +342,10 @@ ybox-destroy ybox-arch_apps
|
|
342
342
|
```
|
343
343
|
|
344
344
|
Will destroy the `apps` container created in the example before. This does not delete the
|
345
|
-
|
345
|
+
`$HOME` files, nor does it delete the shared root directory (if enabled). Hence, if you create
|
346
346
|
a new container having the same shared root, then it will inherit everything installed
|
347
347
|
previously. Likewise, if you create the container with the same profile again, then it
|
348
|
-
will also have the
|
348
|
+
will also have the `$HOME` as before if you do not explicitly delete the directories
|
349
349
|
in `~/.local/share/ybox`.
|
350
350
|
|
351
351
|
|
@@ -374,10 +374,10 @@ ybox-cmd ybox-arch_apps -- ls -l
|
|
374
374
|
```
|
375
375
|
|
376
376
|
The default profiles also link the .bashrc and starship configuration files from your host
|
377
|
-
|
377
|
+
`$HOME` directory by default, so you should see the same bash shell configuration as in your
|
378
378
|
host. These are linked in read-only mode, so if you want to change these auto-linked
|
379
379
|
configuration files inside the container, then you will need to create a copy from the symlink
|
380
|
-
first (but then it will lose the link from the host
|
380
|
+
first (but then it will lose the link from the host `$HOME`).
|
381
381
|
|
382
382
|
A shell on a container will act like a native Linux distribution environment for most purposes.
|
383
383
|
The one prominent missing thing is systemd which is not enabled deliberately since it requires
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|