jetson-cli 0.2.0__tar.gz → 0.3.0__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 (29) hide show
  1. {jetson_cli-0.2.0/jetson_cli.egg-info → jetson_cli-0.3.0}/PKG-INFO +1 -1
  2. {jetson_cli-0.2.0 → jetson_cli-0.3.0}/jetson_cli/__init__.py +1 -1
  3. {jetson_cli-0.2.0 → jetson_cli-0.3.0/jetson_cli.egg-info}/PKG-INFO +1 -1
  4. {jetson_cli-0.2.0 → jetson_cli-0.3.0}/jetson_cli.egg-info/SOURCES.txt +1 -0
  5. jetson_cli-0.3.0/release_notes.md +23 -0
  6. {jetson_cli-0.2.0 → jetson_cli-0.3.0}/CLAUDE.md +0 -0
  7. {jetson_cli-0.2.0 → jetson_cli-0.3.0}/LICENSE +0 -0
  8. {jetson_cli-0.2.0 → jetson_cli-0.3.0}/MANIFEST.in +0 -0
  9. {jetson_cli-0.2.0 → jetson_cli-0.3.0}/README.md +0 -0
  10. {jetson_cli-0.2.0 → jetson_cli-0.3.0}/docs/requests/jetson-cli-package.md +0 -0
  11. {jetson_cli-0.2.0 → jetson_cli-0.3.0}/docs/suggestions/jetson-cli-enhancements.md +0 -0
  12. {jetson_cli-0.2.0 → jetson_cli-0.3.0}/jetson_cli/cli.py +0 -0
  13. {jetson_cli-0.2.0 → jetson_cli-0.3.0}/jetson_cli/utils.py +0 -0
  14. {jetson_cli-0.2.0 → jetson_cli-0.3.0}/jetson_cli.egg-info/dependency_links.txt +0 -0
  15. {jetson_cli-0.2.0 → jetson_cli-0.3.0}/jetson_cli.egg-info/entry_points.txt +0 -0
  16. {jetson_cli-0.2.0 → jetson_cli-0.3.0}/jetson_cli.egg-info/requires.txt +0 -0
  17. {jetson_cli-0.2.0 → jetson_cli-0.3.0}/jetson_cli.egg-info/top_level.txt +0 -0
  18. {jetson_cli-0.2.0 → jetson_cli-0.3.0}/pyproject.toml +0 -0
  19. {jetson_cli-0.2.0 → jetson_cli-0.3.0}/scripts/configure-docker.sh +0 -0
  20. {jetson_cli-0.2.0 → jetson_cli-0.3.0}/scripts/configure-power-mode.sh +0 -0
  21. {jetson_cli-0.2.0 → jetson_cli-0.3.0}/scripts/configure-ssd.sh +0 -0
  22. {jetson_cli-0.2.0 → jetson_cli-0.3.0}/scripts/configure-swap.sh +0 -0
  23. {jetson_cli-0.2.0 → jetson_cli-0.3.0}/scripts/configure-system-gui.sh +0 -0
  24. {jetson_cli-0.2.0 → jetson_cli-0.3.0}/scripts/create-env-profile.sh +0 -0
  25. {jetson_cli-0.2.0 → jetson_cli-0.3.0}/scripts/probe-system.sh +0 -0
  26. {jetson_cli-0.2.0 → jetson_cli-0.3.0}/scripts/setup-system.sh +0 -0
  27. {jetson_cli-0.2.0 → jetson_cli-0.3.0}/scripts/system-config.yaml +0 -0
  28. {jetson_cli-0.2.0 → jetson_cli-0.3.0}/setup.cfg +0 -0
  29. {jetson_cli-0.2.0 → jetson_cli-0.3.0}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: jetson-cli
3
- Version: 0.2.0
3
+ Version: 0.3.0
4
4
  Summary: Command-line interface for NVIDIA Jetson setup and configuration
5
5
  Home-page: https://github.com/your-org/jetson-setup
6
6
  Author: Jetson Setup Team
@@ -2,7 +2,7 @@
2
2
  Jetson CLI - Command-line interface for NVIDIA Jetson setup and configuration
3
3
  """
4
4
 
5
- __version__ = "0.2.0"
5
+ __version__ = "0.3.0"
6
6
  __author__ = "Jetson Setup Team"
7
7
  __email__ = "support@jetson-setup.com"
8
8
  __description__ = "Command-line interface for NVIDIA Jetson setup and configuration"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: jetson-cli
3
- Version: 0.2.0
3
+ Version: 0.3.0
4
4
  Summary: Command-line interface for NVIDIA Jetson setup and configuration
5
5
  Home-page: https://github.com/your-org/jetson-setup
6
6
  Author: Jetson Setup Team
@@ -3,6 +3,7 @@ LICENSE
3
3
  MANIFEST.in
4
4
  README.md
5
5
  pyproject.toml
6
+ release_notes.md
6
7
  setup.py
7
8
  docs/requests/jetson-cli-package.md
8
9
  docs/suggestions/jetson-cli-enhancements.md
@@ -0,0 +1,23 @@
1
+ ## What's Changed
2
+
3
+ ### Version 0.2.0
4
+
5
+ This release includes:
6
+ - Automated version bump (minor)
7
+ - Latest script updates and improvements
8
+ - Bug fixes and enhancements
9
+
10
+ ### Installation
11
+ ```bash
12
+ pip install jetson-cli==0.2.0
13
+ ```
14
+
15
+ ### Usage
16
+ ```bash
17
+ jetson-cli --help
18
+ jetson-cli probe
19
+ jetson-cli init
20
+ jetson-cli setup
21
+ ```
22
+
23
+ **Full Changelog**: https://github.com/OriNachum/jetson-cli/compare/v0.1.0...v0.2.0
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes