adapto 0.1.202502152304__tar.gz → 0.1.202502160152__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {adapto-0.1.202502152304 → adapto-0.1.202502160152}/PKG-INFO +1 -1
- {adapto-0.1.202502152304 → adapto-0.1.202502160152}/README.md +1 -1
- {adapto-0.1.202502152304 → adapto-0.1.202502160152}/adapto.egg-info/PKG-INFO +1 -1
- {adapto-0.1.202502152304 → adapto-0.1.202502160152}/setup.py +1 -1
- {adapto-0.1.202502152304 → adapto-0.1.202502160152}/LICENSE +0 -0
- {adapto-0.1.202502152304 → adapto-0.1.202502160152}/adapto/__init__.py +0 -0
- {adapto-0.1.202502152304 → adapto-0.1.202502160152}/adapto/predictor.py +0 -0
- {adapto-0.1.202502152304 → adapto-0.1.202502160152}/adapto/scaler.py +0 -0
- {adapto-0.1.202502152304 → adapto-0.1.202502160152}/adapto/utils.py +0 -0
- {adapto-0.1.202502152304 → adapto-0.1.202502160152}/adapto.egg-info/SOURCES.txt +0 -0
- {adapto-0.1.202502152304 → adapto-0.1.202502160152}/adapto.egg-info/dependency_links.txt +0 -0
- {adapto-0.1.202502152304 → adapto-0.1.202502160152}/adapto.egg-info/requires.txt +0 -0
- {adapto-0.1.202502152304 → adapto-0.1.202502160152}/adapto.egg-info/top_level.txt +0 -0
- {adapto-0.1.202502152304 → adapto-0.1.202502160152}/setup.cfg +0 -0
- {adapto-0.1.202502152304 → adapto-0.1.202502160152}/tests/test_predictor.py +0 -0
- {adapto-0.1.202502152304 → adapto-0.1.202502160152}/tests/test_scaler.py +0 -0
@@ -4,7 +4,7 @@
|
|
4
4
|
|
5
5
|
## Features
|
6
6
|
- **Real-time monitoring** of CPU memory usage and network usage.
|
7
|
-
- **Intelligent scaling** to optimize performance
|
7
|
+
- **Intelligent scaling** to optimize performance using predictive model.
|
8
8
|
- **Easy integration** with Kubernetes and Docker
|
9
9
|
|
10
10
|
## Installation
|
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|
2
2
|
|
3
3
|
setup(
|
4
4
|
name='adapto',
|
5
|
-
version='0.1.
|
5
|
+
version='0.1.202502160152',
|
6
6
|
packages=find_packages(),
|
7
7
|
install_requires=['psutil', 'numpy'],
|
8
8
|
description='AI-driven auto-scaling library for dynamic resource allocation.',
|
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
|