nkia-ai-dependency 0.8.1__tar.gz → 1.0.1__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.
@@ -0,0 +1,40 @@
1
+ Metadata-Version: 2.1
2
+ Name: nkia-ai-dependency
3
+ Version: 1.0.1
4
+ Summary: NKIA AI Shared Dependency
5
+ Author: hjyang
6
+ Author-email: hjyang@nkia.co.kr
7
+ Requires-Python: >=3.10,<4.0
8
+ Classifier: Programming Language :: Python :: 3
9
+ Classifier: Programming Language :: Python :: 3.10
10
+ Classifier: Programming Language :: Python :: 3.11
11
+ Classifier: Programming Language :: Python :: 3.12
12
+ Provides-Extra: all
13
+ Provides-Extra: deploy
14
+ Provides-Extra: metricanomaly
15
+ Provides-Extra: processrca
16
+ Provides-Extra: staticthreshold
17
+ Provides-Extra: threcommender
18
+ Requires-Dist: aiohttp (==3.9.3) ; extra == "deploy" or extra == "all"
19
+ Requires-Dist: cassandra-driver (==3.29.0) ; extra == "deploy" or extra == "all"
20
+ Requires-Dist: elasticsearch (==7.15.1) ; extra == "deploy" or extra == "all"
21
+ Requires-Dist: fastapi (==0.109.2) ; extra == "deploy" or extra == "all"
22
+ Requires-Dist: gunicorn (==21.2.0) ; extra == "deploy" or extra == "all"
23
+ Requires-Dist: httpx (==0.25.2) ; extra == "deploy" or extra == "all"
24
+ Requires-Dist: more-itertools (==10.2.0) ; extra == "metricanomaly" or extra == "threcommender" or extra == "staticthreshold" or extra == "all"
25
+ Requires-Dist: networkx (==3.1) ; extra == "processrca" or extra == "all"
26
+ Requires-Dist: numpy (==1.26.4) ; extra == "metricanomaly" or extra == "processrca" or extra == "threcommender" or extra == "staticthreshold" or extra == "deploy" or extra == "all"
27
+ Requires-Dist: pandas (==2.2.2) ; extra == "metricanomaly" or extra == "processrca" or extra == "threcommender" or extra == "staticthreshold" or extra == "deploy" or extra == "all"
28
+ Requires-Dist: pydantic (==2.11.4) ; extra == "deploy" or extra == "all"
29
+ Requires-Dist: pymongo (==4.12.1) ; extra == "deploy" or extra == "all"
30
+ Requires-Dist: pytest (==8.3.2) ; extra == "metricanomaly" or extra == "processrca" or extra == "threcommender" or extra == "staticthreshold" or extra == "deploy" or extra == "all"
31
+ Requires-Dist: python-dotenv (==1.0.1) ; extra == "deploy" or extra == "all"
32
+ Requires-Dist: pytimekr (==0.1.0) ; extra == "metricanomaly" or extra == "all"
33
+ Requires-Dist: pytz (==2024.1) ; extra == "metricanomaly" or extra == "all"
34
+ Requires-Dist: redis (==3.5.3) ; extra == "deploy" or extra == "all"
35
+ Requires-Dist: redis-py-cluster (==2.1.3) ; extra == "deploy" or extra == "all"
36
+ Requires-Dist: scikit-learn (==1.3.2) ; extra == "metricanomaly" or extra == "processrca" or extra == "all"
37
+ Requires-Dist: scipy (==1.13.0) ; extra == "metricanomaly" or extra == "processrca" or extra == "threcommender" or extra == "all"
38
+ Requires-Dist: seaborn (==0.13.2) ; extra == "threcommender" or extra == "all"
39
+ Requires-Dist: statsmodels (==0.14.1) ; extra == "metricanomaly" or extra == "processrca" or extra == "all"
40
+ Requires-Dist: uvicorn (==0.27.1) ; extra == "deploy" or extra == "all"
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "nkia-ai-dependency"
3
- version = "0.8.1"
3
+ version = "1.0.1"
4
4
  description = "NKIA AI Shared Dependency"
5
5
  authors = ["hjyang <hjyang@nkia.co.kr>"]
6
6
 
@@ -83,6 +83,13 @@ deploy = [
83
83
  "pytest"
84
84
  ]
85
85
 
86
+ all = [
87
+ "pandas", "numpy", "statsmodels", "more-itertools", "pytimekr", "scipy",
88
+ "scikit-learn", "pytz", "pytest", "networkx", "seaborn", "fastapi",
89
+ "gunicorn", "uvicorn", "httpx", "python-dotenv", "pydantic", "aiohttp",
90
+ "redis", "redis-py-cluster", "cassandra-driver", "elasticsearch", "pymongo"
91
+ ]
92
+
86
93
  [build-system]
87
94
  requires = ["poetry-core"]
88
95
  build-backend = "poetry.core.masonry.api"
@@ -1,39 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: nkia-ai-dependency
3
- Version: 0.8.1
4
- Summary: NKIA AI Shared Dependency
5
- Author: hjyang
6
- Author-email: hjyang@nkia.co.kr
7
- Requires-Python: >=3.10,<4.0
8
- Classifier: Programming Language :: Python :: 3
9
- Classifier: Programming Language :: Python :: 3.10
10
- Classifier: Programming Language :: Python :: 3.11
11
- Classifier: Programming Language :: Python :: 3.12
12
- Provides-Extra: deploy
13
- Provides-Extra: metricanomaly
14
- Provides-Extra: processrca
15
- Provides-Extra: staticthreshold
16
- Provides-Extra: threcommender
17
- Requires-Dist: aiohttp (==3.9.3) ; extra == "deploy"
18
- Requires-Dist: cassandra-driver (==3.29.0) ; extra == "deploy"
19
- Requires-Dist: elasticsearch (==7.15.1) ; extra == "deploy"
20
- Requires-Dist: fastapi (==0.109.2) ; extra == "deploy"
21
- Requires-Dist: gunicorn (==21.2.0) ; extra == "deploy"
22
- Requires-Dist: httpx (==0.25.2) ; extra == "deploy"
23
- Requires-Dist: more-itertools (==10.2.0) ; extra == "metricanomaly" or extra == "threcommender" or extra == "staticthreshold"
24
- Requires-Dist: networkx (==3.1) ; extra == "processrca"
25
- Requires-Dist: numpy (==1.26.4) ; extra == "metricanomaly" or extra == "processrca" or extra == "threcommender" or extra == "staticthreshold" or extra == "deploy"
26
- Requires-Dist: pandas (==2.2.2) ; extra == "metricanomaly" or extra == "processrca" or extra == "threcommender" or extra == "staticthreshold" or extra == "deploy"
27
- Requires-Dist: pydantic (==2.11.4) ; extra == "deploy"
28
- Requires-Dist: pymongo (==4.12.1) ; extra == "deploy"
29
- Requires-Dist: pytest (==8.3.2) ; extra == "metricanomaly" or extra == "processrca" or extra == "threcommender" or extra == "staticthreshold" or extra == "deploy"
30
- Requires-Dist: python-dotenv (==1.0.1) ; extra == "deploy"
31
- Requires-Dist: pytimekr (==0.1.0) ; extra == "metricanomaly"
32
- Requires-Dist: pytz (==2024.1) ; extra == "metricanomaly"
33
- Requires-Dist: redis (==3.5.3) ; extra == "deploy"
34
- Requires-Dist: redis-py-cluster (==2.1.3) ; extra == "deploy"
35
- Requires-Dist: scikit-learn (==1.3.2) ; extra == "metricanomaly" or extra == "processrca"
36
- Requires-Dist: scipy (==1.13.0) ; extra == "metricanomaly" or extra == "processrca" or extra == "threcommender"
37
- Requires-Dist: seaborn (==0.13.2) ; extra == "threcommender"
38
- Requires-Dist: statsmodels (==0.14.1) ; extra == "metricanomaly" or extra == "processrca"
39
- Requires-Dist: uvicorn (==0.27.1) ; extra == "deploy"