service-capacity-modeling 0.3.84__py3-none-any.whl → 0.3.85__py3-none-any.whl

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.
@@ -1,17 +1,17 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: service-capacity-modeling
3
- Version: 0.3.84
3
+ Version: 0.3.85
4
4
  Summary: Contains utilities for modeling capacity for pluggable workloads
5
5
  Author: Joseph Lynch
6
6
  Author-email: josephl@netflix.com
7
7
  License: Apache 2.0
8
8
  Classifier: Programming Language :: Python :: 3
9
- Classifier: Programming Language :: Python :: 3.9
10
9
  Classifier: Programming Language :: Python :: 3.10
11
10
  Classifier: Programming Language :: Python :: 3.11
11
+ Classifier: Programming Language :: Python :: 3.12
12
12
  Classifier: License :: OSI Approved :: Apache Software License
13
13
  Classifier: Operating System :: OS Independent
14
- Requires-Python: >=3.9,<3.12
14
+ Requires-Python: >=3.10,<3.13
15
15
  Description-Content-Type: text/markdown
16
16
  License-File: LICENSE
17
17
  Requires-Dist: pydantic>2.0
@@ -47,10 +47,10 @@ remember this repository is public when making changes to it.
47
47
  Run the tests:
48
48
  ```bash
49
49
  # Test the capacity planner on included netflix models
50
- $ tox -e py39
50
+ $ tox -e py310
51
51
 
52
52
  # Run a single test with a debugger attached if the test fails
53
- $ .tox/py39/bin/pytest -n0 -k test_java_heap_heavy --pdb --pdbcls=IPython.terminal.debugger:Pdb
53
+ $ .tox/py310/bin/pytest -n0 -k test_java_heap_heavy --pdb --pdbcls=IPython.terminal.debugger:Pdb
54
54
 
55
55
  # Verify all type contracts
56
56
  $ tox -e mypy
@@ -251,7 +251,7 @@ To contribute to this project:
251
251
  2. Write a unit test using `pytest` in the `tests` folder.
252
252
  3. Ensure your tests pass via `tox` or debug them with:
253
253
  ```
254
- tox -e py39 -- -k test_<your_functionality> --pdb --pdbcls=IPython.terminal.debugger:Pdb
254
+ tox -e py310 -- -k test_<your_functionality> --pdb --pdbcls=IPython.terminal.debugger:Pdb
255
255
  ```
256
256
 
257
257
  ### Pre-commit / Linting
@@ -76,9 +76,9 @@ service_capacity_modeling/tools/auto_shape.py,sha256=Jx9H2ay9-H_kUDjtB141owQNxGF
76
76
  service_capacity_modeling/tools/fetch_pricing.py,sha256=Qp-XMymkY1dvtyS51RufmEpfgOHv-IQ-XyzS8wp2-qM,4021
77
77
  service_capacity_modeling/tools/generate_missing.py,sha256=F7YqvMJAV4nZc20GNrlIsnQSF8_77sLgwYZqc5k4LDg,3099
78
78
  service_capacity_modeling/tools/instance_families.py,sha256=e5RuYkCLUITvsAazDH12B6KjX_PaBsv6Ne3mj0HK_sQ,9223
79
- service_capacity_modeling-0.3.84.dist-info/licenses/LICENSE,sha256=nl_Lt5v9VvJ-5lWJDT4ddKAG-VZ-2IaLmbzpgYDz2hU,11343
80
- service_capacity_modeling-0.3.84.dist-info/METADATA,sha256=_CH4l7bw65AZTQ5d5EBs3g35w-Xqaf4_2VJ0o-e_E3Q,10361
81
- service_capacity_modeling-0.3.84.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
82
- service_capacity_modeling-0.3.84.dist-info/entry_points.txt,sha256=ZsjzpG5SomWpT1zCE19n1uSXKH2gTI_yc33sdl0vmJg,146
83
- service_capacity_modeling-0.3.84.dist-info/top_level.txt,sha256=H8XjTCLgR3enHq5t3bIbxt9SeUkUT8HT_SDv2dgIT_A,26
84
- service_capacity_modeling-0.3.84.dist-info/RECORD,,
79
+ service_capacity_modeling-0.3.85.dist-info/licenses/LICENSE,sha256=nl_Lt5v9VvJ-5lWJDT4ddKAG-VZ-2IaLmbzpgYDz2hU,11343
80
+ service_capacity_modeling-0.3.85.dist-info/METADATA,sha256=iypW6C1C9FFmoK5ktOuN2kfEMcwMl0OAPdpa_q1rST8,10366
81
+ service_capacity_modeling-0.3.85.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
82
+ service_capacity_modeling-0.3.85.dist-info/entry_points.txt,sha256=ZsjzpG5SomWpT1zCE19n1uSXKH2gTI_yc33sdl0vmJg,146
83
+ service_capacity_modeling-0.3.85.dist-info/top_level.txt,sha256=H8XjTCLgR3enHq5t3bIbxt9SeUkUT8HT_SDv2dgIT_A,26
84
+ service_capacity_modeling-0.3.85.dist-info/RECORD,,