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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: adapto
3
- Version: 0.1.202502152304
3
+ Version: 0.1.202502160152
4
4
  Summary: AI-driven auto-scaling library for dynamic resource allocation.
5
5
  Home-page: https://github.com/hrshlmeht/adapto
6
6
  Author: Harshal Mehta
@@ -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
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: adapto
3
- Version: 0.1.202502152304
3
+ Version: 0.1.202502160152
4
4
  Summary: AI-driven auto-scaling library for dynamic resource allocation.
5
5
  Home-page: https://github.com/hrshlmeht/adapto
6
6
  Author: Harshal Mehta
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name='adapto',
5
- version='0.1.202502152304',
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.',