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.
Files changed (104) hide show
  1. {ybox-0.9.8.1/src/ybox.egg-info → ybox-0.9.9}/PKG-INFO +5 -5
  2. {ybox-0.9.8.1 → ybox-0.9.9}/README.md +4 -4
  3. {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/__init__.py +1 -1
  4. {ybox-0.9.8.1 → ybox-0.9.9/src/ybox.egg-info}/PKG-INFO +5 -5
  5. {ybox-0.9.8.1 → ybox-0.9.9}/LICENSE +0 -0
  6. {ybox-0.9.8.1 → ybox-0.9.9}/MANIFEST.in +0 -0
  7. {ybox-0.9.8.1 → ybox-0.9.9}/pyproject.toml +0 -0
  8. {ybox-0.9.8.1 → ybox-0.9.9}/setup.cfg +0 -0
  9. {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/cmd.py +0 -0
  10. {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/conf/completions/ybox.fish +0 -0
  11. {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/conf/distros/arch/add-gpg-key.sh +0 -0
  12. {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/conf/distros/arch/distro.ini +0 -0
  13. {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/conf/distros/arch/init-base.sh +0 -0
  14. {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/conf/distros/arch/init-user.sh +0 -0
  15. {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/conf/distros/arch/init.sh +0 -0
  16. {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/conf/distros/arch/list_fmt_long.py +0 -0
  17. {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/conf/distros/arch/pkgdeps.py +0 -0
  18. {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/conf/distros/deb-generic/check-package.sh +0 -0
  19. {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/conf/distros/deb-generic/distro.ini +0 -0
  20. {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/conf/distros/deb-generic/fetch-gpg-key-id.sh +0 -0
  21. {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/conf/distros/deb-generic/init-base.sh +0 -0
  22. {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/conf/distros/deb-generic/init-user.sh +0 -0
  23. {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/conf/distros/deb-generic/init.sh +0 -0
  24. {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/conf/distros/deb-generic/list_fmt_long.py +0 -0
  25. {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/conf/distros/deb-generic/pkgdeps.py +0 -0
  26. {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/conf/distros/deb-oldstable/distro.ini +0 -0
  27. {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/conf/distros/deb-stable/distro.ini +0 -0
  28. {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/conf/distros/supported.list +0 -0
  29. {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/conf/distros/ubuntu2204/distro.ini +0 -0
  30. {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/conf/distros/ubuntu2404/distro.ini +0 -0
  31. {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/conf/profiles/apps.ini +0 -0
  32. {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/conf/profiles/basic.ini +0 -0
  33. {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/conf/profiles/dev.ini +0 -0
  34. {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/conf/profiles/games.ini +0 -0
  35. {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/conf/resources/entrypoint-base.sh +0 -0
  36. {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/conf/resources/entrypoint-common.sh +0 -0
  37. {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/conf/resources/entrypoint-cp.sh +0 -0
  38. {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/conf/resources/entrypoint-root.sh +0 -0
  39. {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/conf/resources/entrypoint-user.sh +0 -0
  40. {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/conf/resources/entrypoint.sh +0 -0
  41. {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/conf/resources/prime-run +0 -0
  42. {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/conf/resources/run-in-dir +0 -0
  43. {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/conf/resources/run-user-bash-cmd +0 -0
  44. {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/config.py +0 -0
  45. {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/env.py +0 -0
  46. {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/filelock.py +0 -0
  47. {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/migrate/0.9.0-0.9.7:0.9.8.py +0 -0
  48. {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/pkg/__init__.py +0 -0
  49. {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/pkg/clean.py +0 -0
  50. {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/pkg/info.py +0 -0
  51. {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/pkg/inst.py +0 -0
  52. {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/pkg/list.py +0 -0
  53. {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/pkg/mark.py +0 -0
  54. {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/pkg/repair.py +0 -0
  55. {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/pkg/repo.py +0 -0
  56. {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/pkg/search.py +0 -0
  57. {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/pkg/uninst.py +0 -0
  58. {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/pkg/update.py +0 -0
  59. {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/print.py +0 -0
  60. {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/run/__init__.py +0 -0
  61. {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/run/cmd.py +0 -0
  62. {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/run/control.py +0 -0
  63. {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/run/create.py +0 -0
  64. {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/run/destroy.py +0 -0
  65. {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/run/graphics.py +0 -0
  66. {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/run/logs.py +0 -0
  67. {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/run/ls.py +0 -0
  68. {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/run/pkg.py +0 -0
  69. {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/schema/0.9.1-added.sql +0 -0
  70. {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/schema/0.9.6-added.sql +0 -0
  71. {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/schema/init.sql +0 -0
  72. {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/schema/migrate/0.9.0:0.9.1.sql +0 -0
  73. {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/schema/migrate/0.9.1:0.9.2.sql +0 -0
  74. {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/schema/migrate/0.9.2:0.9.3.sql +0 -0
  75. {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/schema/migrate/0.9.5:0.9.6.sql +0 -0
  76. {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/state.py +0 -0
  77. {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox/util.py +0 -0
  78. {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox.egg-info/SOURCES.txt +0 -0
  79. {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox.egg-info/dependency_links.txt +0 -0
  80. {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox.egg-info/entry_points.txt +0 -0
  81. {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox.egg-info/requires.txt +0 -0
  82. {ybox-0.9.8.1 → ybox-0.9.9}/src/ybox.egg-info/top_level.txt +0 -0
  83. {ybox-0.9.8.1 → ybox-0.9.9}/tests/create_migration_db.py +0 -0
  84. {ybox-0.9.8.1 → ybox-0.9.9}/tests/functional/__init__.py +0 -0
  85. {ybox-0.9.8.1 → ybox-0.9.9}/tests/functional/distro_base.py +0 -0
  86. {ybox-0.9.8.1 → ybox-0.9.9}/tests/functional/test_create_destroy.py +0 -0
  87. {ybox-0.9.8.1 → ybox-0.9.9}/tests/resources/basic_no_shared.ini +0 -0
  88. {ybox-0.9.8.1 → ybox-0.9.9}/tests/resources/containers.json +0 -0
  89. {ybox-0.9.8.1 → ybox-0.9.9}/tests/resources/distro_minimal.ini +0 -0
  90. {ybox-0.9.8.1 → ybox-0.9.9}/tests/resources/migration/0.9.0.db.gz +0 -0
  91. {ybox-0.9.8.1 → ybox-0.9.9}/tests/resources/migration/0.9.1.db.gz +0 -0
  92. {ybox-0.9.8.1 → ybox-0.9.9}/tests/resources/migration/0.9.2.db.gz +0 -0
  93. {ybox-0.9.8.1 → ybox-0.9.9}/tests/resources/migration/0.9.5.db.gz +0 -0
  94. {ybox-0.9.8.1 → ybox-0.9.9}/tests/resources/migration/0.9.6.db.gz +0 -0
  95. {ybox-0.9.8.1 → ybox-0.9.9}/tests/resources/migration/0.9.7.db.gz +0 -0
  96. {ybox-0.9.8.1 → ybox-0.9.9}/tests/resources/packages.json +0 -0
  97. {ybox-0.9.8.1 → ybox-0.9.9}/tests/resources/repos.json +0 -0
  98. {ybox-0.9.8.1 → ybox-0.9.9}/tests/unit/__init__.py +0 -0
  99. {ybox-0.9.8.1 → ybox-0.9.9}/tests/unit/test_cmd.py +0 -0
  100. {ybox-0.9.8.1 → ybox-0.9.9}/tests/unit/test_config.py +0 -0
  101. {ybox-0.9.8.1 → ybox-0.9.9}/tests/unit/test_env.py +0 -0
  102. {ybox-0.9.8.1 → ybox-0.9.9}/tests/unit/test_filelock.py +0 -0
  103. {ybox-0.9.8.1 → ybox-0.9.9}/tests/unit/test_state.py +0 -0
  104. {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.8.1
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
- $HOME files, nor does it delete the shared root directory (if enabled). Hence, if you create
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 $HOME as before if you do not explicitly delete the directories
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
- $HOME directory by default, so you should see the same bash shell configuration as in your
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 $HOME).
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
- $HOME files, nor does it delete the shared root directory (if enabled). Hence, if you create
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 $HOME as before if you do not explicitly delete the directories
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
- $HOME directory by default, so you should see the same bash shell configuration as in your
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 $HOME).
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.8.1"
2
+ __version__ = "0.9.9"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: ybox
3
- Version: 0.9.8.1
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
- $HOME files, nor does it delete the shared root directory (if enabled). Hence, if you create
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 $HOME as before if you do not explicitly delete the directories
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
- $HOME directory by default, so you should see the same bash shell configuration as in your
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 $HOME).
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