mdod 0.1.1__tar.gz → 0.1.6__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.
- {mdod-0.1.1 → mdod-0.1.6}/PKG-INFO +3 -2
- {mdod-0.1.1 → mdod-0.1.6}/mdod.egg-info/PKG-INFO +3 -2
- {mdod-0.1.1 → mdod-0.1.6}/mdod.egg-info/SOURCES.txt +2 -2
- {mdod-0.1.1 → mdod-0.1.6}/setup.py +2 -1
- {mdod-0.1.1/mdod → mdod-0.1.6}/LICENSE.txt +0 -0
- {mdod-0.1.1/mdod → mdod-0.1.6}/README.md +0 -0
- {mdod-0.1.1 → mdod-0.1.6}/mdod/__init__.py +0 -0
- {mdod-0.1.1 → mdod-0.1.6}/mdod/mdod.py +0 -0
- {mdod-0.1.1 → mdod-0.1.6}/mdod.egg-info/dependency_links.txt +0 -0
- {mdod-0.1.1 → mdod-0.1.6}/mdod.egg-info/top_level.txt +0 -0
- {mdod-0.1.1 → mdod-0.1.6}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: mdod
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.6
|
4
4
|
Summary: MDOD, Multi-Dimensional data Outlier Detection
|
5
5
|
Home-page: https://github.com/mddod/mdod
|
6
6
|
Author: Z Shen
|
@@ -11,6 +11,7 @@ Classifier: Development Status :: 1 - Planning
|
|
11
11
|
Classifier: Intended Audience :: Developers
|
12
12
|
Classifier: Programming Language :: Python
|
13
13
|
Classifier: Programming Language :: Python :: 3
|
14
|
+
License-File: LICENSE.txt
|
14
15
|
|
15
|
-
|
16
|
+
Python library for Multi-Dimensional data Outlier/Anomaly Detection algorithm. Please read README.md for detail. or please visit https://github.com/mddod/mdod
|
16
17
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: mdod
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.6
|
4
4
|
Summary: MDOD, Multi-Dimensional data Outlier Detection
|
5
5
|
Home-page: https://github.com/mddod/mdod
|
6
6
|
Author: Z Shen
|
@@ -11,6 +11,7 @@ Classifier: Development Status :: 1 - Planning
|
|
11
11
|
Classifier: Intended Audience :: Developers
|
12
12
|
Classifier: Programming Language :: Python
|
13
13
|
Classifier: Programming Language :: Python :: 3
|
14
|
+
License-File: LICENSE.txt
|
14
15
|
|
15
|
-
|
16
|
+
Python library for Multi-Dimensional data Outlier/Anomaly Detection algorithm. Please read README.md for detail. or please visit https://github.com/mddod/mdod
|
16
17
|
|
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|
2
2
|
|
3
3
|
setup(
|
4
4
|
name="mdod",
|
5
|
-
version="0.1.
|
5
|
+
version="0.1.6",
|
6
6
|
packages=find_packages(),
|
7
7
|
package_data={"": ["*"]},
|
8
8
|
install_requires=[
|
@@ -11,6 +11,7 @@ setup(
|
|
11
11
|
author="Z Shen",
|
12
12
|
author_email="626456708@qq.com",
|
13
13
|
description="MDOD, Multi-Dimensional data Outlier Detection",
|
14
|
+
long_description="Python library for Multi-Dimensional data Outlier/Anomaly Detection algorithm. Please read README.md for detail. or please visit https://github.com/mddod/mdod",
|
14
15
|
license="BSD 3-Clause License",
|
15
16
|
url="https://github.com/mddod/mdod",
|
16
17
|
classifiers=[
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|