service-capacity-modeling 0.3.75__py3-none-any.whl → 0.3.76__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.

Potentially problematic release.


This version of service-capacity-modeling might be problematic. Click here for more details.

@@ -1,19 +1,22 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: service-capacity-modeling
3
- Version: 0.3.75
3
+ Version: 0.3.76
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
+ Classifier: Programming Language :: Python :: 3.10
11
+ Classifier: Programming Language :: Python :: 3.11
9
12
  Classifier: License :: OSI Approved :: Apache Software License
10
13
  Classifier: Operating System :: OS Independent
14
+ Requires-Python: >=3.9,<3.12
11
15
  Description-Content-Type: text/markdown
12
16
  License-File: LICENSE
13
17
  Requires-Dist: pydantic>2.0
14
18
  Requires-Dist: scipy
15
19
  Requires-Dist: numpy
16
- Requires-Dist: importlib_resources; python_version < "3.7"
17
20
  Requires-Dist: isodate
18
21
  Provides-Extra: aws
19
22
  Requires-Dist: boto3; extra == "aws"
@@ -26,6 +29,7 @@ Dynamic: license
26
29
  Dynamic: license-file
27
30
  Dynamic: provides-extra
28
31
  Dynamic: requires-dist
32
+ Dynamic: requires-python
29
33
  Dynamic: summary
30
34
 
31
35
  # Service Capacity Modeling
@@ -43,10 +47,10 @@ remember this repository is public when making changes to it.
43
47
  Run the tests:
44
48
  ```bash
45
49
  # Test the capacity planner on included netflix models
46
- $ tox -e py38
50
+ $ tox -e py39
47
51
 
48
52
  # Run a single test with a debugger attached if the test fails
49
- $ .tox/py38/bin/pytest -n0 -k test_java_heap_heavy --pdb --pdbcls=IPython.terminal.debugger:Pdb
53
+ $ .tox/py39/bin/pytest -n0 -k test_java_heap_heavy --pdb --pdbcls=IPython.terminal.debugger:Pdb
50
54
 
51
55
  # Verify all type contracts
52
56
  $ tox -e mypy
@@ -247,7 +251,7 @@ To contribute to this project:
247
251
  2. Write a unit test using `pytest` in the `tests` folder.
248
252
  3. Ensure your tests pass via `tox` or debug them with:
249
253
  ```
250
- tox -e py38 -- -k test_<your_functionality> --pdb --pdbcls=IPython.terminal.debugger:Pdb
254
+ tox -e py39 -- -k test_<your_functionality> --pdb --pdbcls=IPython.terminal.debugger:Pdb
251
255
  ```
252
256
 
253
257
  ### Pre-commit / Linting
@@ -75,9 +75,9 @@ service_capacity_modeling/tools/auto_shape.py,sha256=Pe9a7vbFxqIy8eL8ssENTu9FNnF
75
75
  service_capacity_modeling/tools/fetch_pricing.py,sha256=JkgJPTE0SVj8sdGQvo0HN-Hdv3nfA2tu7C_Arad5aX8,3762
76
76
  service_capacity_modeling/tools/generate_missing.py,sha256=XqUs54CPfli4XtK0rEiFKqDvpwCiMAD8wrl7fAxpYHs,3062
77
77
  service_capacity_modeling/tools/instance_families.py,sha256=5Y4_aJ5ML-JPzwaWcS_caUeZ28CmUVoqjYYLaRl01vg,9148
78
- service_capacity_modeling-0.3.75.dist-info/licenses/LICENSE,sha256=nl_Lt5v9VvJ-5lWJDT4ddKAG-VZ-2IaLmbzpgYDz2hU,11343
79
- service_capacity_modeling-0.3.75.dist-info/METADATA,sha256=r_DDZjFo54y1QWSRY7HfJ4wWwypgxT31-oKXeCBLoMA,10214
80
- service_capacity_modeling-0.3.75.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
81
- service_capacity_modeling-0.3.75.dist-info/entry_points.txt,sha256=ZsjzpG5SomWpT1zCE19n1uSXKH2gTI_yc33sdl0vmJg,146
82
- service_capacity_modeling-0.3.75.dist-info/top_level.txt,sha256=H8XjTCLgR3enHq5t3bIbxt9SeUkUT8HT_SDv2dgIT_A,26
83
- service_capacity_modeling-0.3.75.dist-info/RECORD,,
78
+ service_capacity_modeling-0.3.76.dist-info/licenses/LICENSE,sha256=nl_Lt5v9VvJ-5lWJDT4ddKAG-VZ-2IaLmbzpgYDz2hU,11343
79
+ service_capacity_modeling-0.3.76.dist-info/METADATA,sha256=D9ttOS9ax1L4S-134-aa8tD5vW_4wydeQyberACrxmQ,10361
80
+ service_capacity_modeling-0.3.76.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
81
+ service_capacity_modeling-0.3.76.dist-info/entry_points.txt,sha256=ZsjzpG5SomWpT1zCE19n1uSXKH2gTI_yc33sdl0vmJg,146
82
+ service_capacity_modeling-0.3.76.dist-info/top_level.txt,sha256=H8XjTCLgR3enHq5t3bIbxt9SeUkUT8HT_SDv2dgIT_A,26
83
+ service_capacity_modeling-0.3.76.dist-info/RECORD,,