boxd 0.2.0.dev39__tar.gz → 0.2.0.dev40__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 (40) hide show
  1. {boxd-0.2.0.dev39/src/boxd.egg-info → boxd-0.2.0.dev40}/PKG-INFO +1 -13
  2. {boxd-0.2.0.dev39 → boxd-0.2.0.dev40}/README.md +0 -12
  3. {boxd-0.2.0.dev39 → boxd-0.2.0.dev40}/pyproject.toml +1 -1
  4. {boxd-0.2.0.dev39 → boxd-0.2.0.dev40/src/boxd.egg-info}/PKG-INFO +1 -13
  5. {boxd-0.2.0.dev39 → boxd-0.2.0.dev40}/LICENSE +0 -0
  6. {boxd-0.2.0.dev39 → boxd-0.2.0.dev40}/setup.cfg +0 -0
  7. {boxd-0.2.0.dev39 → boxd-0.2.0.dev40}/src/boxd/__init__.py +0 -0
  8. {boxd-0.2.0.dev39 → boxd-0.2.0.dev40}/src/boxd/_client.py +0 -0
  9. {boxd-0.2.0.dev39 → boxd-0.2.0.dev40}/src/boxd/_credentials.py +0 -0
  10. {boxd-0.2.0.dev39 → boxd-0.2.0.dev40}/src/boxd/_generated/__init__.py +0 -0
  11. {boxd-0.2.0.dev39 → boxd-0.2.0.dev40}/src/boxd/_generated/api_pb2.py +0 -0
  12. {boxd-0.2.0.dev39 → boxd-0.2.0.dev40}/src/boxd/_generated/api_pb2_grpc.py +0 -0
  13. {boxd-0.2.0.dev39 → boxd-0.2.0.dev40}/src/boxd/_mappers.py +0 -0
  14. {boxd-0.2.0.dev39 → boxd-0.2.0.dev40}/src/boxd/_requests.py +0 -0
  15. {boxd-0.2.0.dev39 → boxd-0.2.0.dev40}/src/boxd/_streaming.py +0 -0
  16. {boxd-0.2.0.dev39 → boxd-0.2.0.dev40}/src/boxd/_transport.py +0 -0
  17. {boxd-0.2.0.dev39 → boxd-0.2.0.dev40}/src/boxd/_urls.py +0 -0
  18. {boxd-0.2.0.dev39 → boxd-0.2.0.dev40}/src/boxd/_version_check.py +0 -0
  19. {boxd-0.2.0.dev39 → boxd-0.2.0.dev40}/src/boxd/errors.py +0 -0
  20. {boxd-0.2.0.dev39 → boxd-0.2.0.dev40}/src/boxd/models.py +0 -0
  21. {boxd-0.2.0.dev39 → boxd-0.2.0.dev40}/src/boxd/resources/__init__.py +0 -0
  22. {boxd-0.2.0.dev39 → boxd-0.2.0.dev40}/src/boxd/resources/account.py +0 -0
  23. {boxd-0.2.0.dev39 → boxd-0.2.0.dev40}/src/boxd/resources/credentials.py +0 -0
  24. {boxd-0.2.0.dev39 → boxd-0.2.0.dev40}/src/boxd/resources/disks.py +0 -0
  25. {boxd-0.2.0.dev39 → boxd-0.2.0.dev40}/src/boxd/resources/machines.py +0 -0
  26. {boxd-0.2.0.dev39 → boxd-0.2.0.dev40}/src/boxd/resources/orgs.py +0 -0
  27. {boxd-0.2.0.dev39 → boxd-0.2.0.dev40}/src/boxd/resources/snapshots.py +0 -0
  28. {boxd-0.2.0.dev39 → boxd-0.2.0.dev40}/src/boxd/resources/vars.py +0 -0
  29. {boxd-0.2.0.dev39 → boxd-0.2.0.dev40}/src/boxd.egg-info/SOURCES.txt +0 -0
  30. {boxd-0.2.0.dev39 → boxd-0.2.0.dev40}/src/boxd.egg-info/dependency_links.txt +0 -0
  31. {boxd-0.2.0.dev39 → boxd-0.2.0.dev40}/src/boxd.egg-info/requires.txt +0 -0
  32. {boxd-0.2.0.dev39 → boxd-0.2.0.dev40}/src/boxd.egg-info/top_level.txt +0 -0
  33. {boxd-0.2.0.dev39 → boxd-0.2.0.dev40}/tests/test_credentials.py +0 -0
  34. {boxd-0.2.0.dev39 → boxd-0.2.0.dev40}/tests/test_mappers.py +0 -0
  35. {boxd-0.2.0.dev39 → boxd-0.2.0.dev40}/tests/test_namespaces.py +0 -0
  36. {boxd-0.2.0.dev39 → boxd-0.2.0.dev40}/tests/test_requests.py +0 -0
  37. {boxd-0.2.0.dev39 → boxd-0.2.0.dev40}/tests/test_streaming.py +0 -0
  38. {boxd-0.2.0.dev39 → boxd-0.2.0.dev40}/tests/test_transport.py +0 -0
  39. {boxd-0.2.0.dev39 → boxd-0.2.0.dev40}/tests/test_urls.py +0 -0
  40. {boxd-0.2.0.dev39 → boxd-0.2.0.dev40}/tests/test_version_check.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: boxd
3
- Version: 0.2.0.dev39
3
+ Version: 0.2.0.dev40
4
4
  Summary: Python SDK for the boxd cloud VM platform
5
5
  Author: Azin
6
6
  License-Expression: MIT
@@ -632,15 +632,3 @@ A new version of boxd is available (v0.2.0, you have v0.1.9). Update with:
632
632
  It fires at most once per process and never causes a request to fail.
633
633
 
634
634
  The installed version is available as `boxd.__version__`.
635
-
636
- ## Development
637
-
638
- ```bash
639
- cd sdk/python
640
- python -m venv .venv
641
- source .venv/bin/activate
642
- pip install -e ".[dev]"
643
-
644
- pytest # unit tests
645
- bash scripts/compile_proto.sh # regenerate stubs after an API change
646
- ```
@@ -600,15 +600,3 @@ A new version of boxd is available (v0.2.0, you have v0.1.9). Update with:
600
600
  It fires at most once per process and never causes a request to fail.
601
601
 
602
602
  The installed version is available as `boxd.__version__`.
603
-
604
- ## Development
605
-
606
- ```bash
607
- cd sdk/python
608
- python -m venv .venv
609
- source .venv/bin/activate
610
- pip install -e ".[dev]"
611
-
612
- pytest # unit tests
613
- bash scripts/compile_proto.sh # regenerate stubs after an API change
614
- ```
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "boxd"
3
- version = "0.2.0.dev39"
3
+ version = "0.2.0.dev40"
4
4
  description = "Python SDK for the boxd cloud VM platform"
5
5
  readme = "README.md"
6
6
  license = "MIT"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: boxd
3
- Version: 0.2.0.dev39
3
+ Version: 0.2.0.dev40
4
4
  Summary: Python SDK for the boxd cloud VM platform
5
5
  Author: Azin
6
6
  License-Expression: MIT
@@ -632,15 +632,3 @@ A new version of boxd is available (v0.2.0, you have v0.1.9). Update with:
632
632
  It fires at most once per process and never causes a request to fail.
633
633
 
634
634
  The installed version is available as `boxd.__version__`.
635
-
636
- ## Development
637
-
638
- ```bash
639
- cd sdk/python
640
- python -m venv .venv
641
- source .venv/bin/activate
642
- pip install -e ".[dev]"
643
-
644
- pytest # unit tests
645
- bash scripts/compile_proto.sh # regenerate stubs after an API change
646
- ```
File without changes
File without changes
File without changes