omigo-arjun 0.5.2__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,13 @@
1
+ Metadata-Version: 2.1
2
+ Name: omigo_arjun
3
+ Version: 0.5.2
4
+ Summary: Data Analytics Library for Python
5
+ Home-page: https://github.com/CrowdStrike/omigo-data-analytics
6
+ Author: amit jaiswal
7
+ Author-email: amit.jaiswal@gmail.com
8
+ Project-URL: Bug Tracker, https://github.com/CrowdStrike/omigo-data-analytics/browse
9
+ Classifier: Programming Language :: Python :: 3
10
+ Classifier: License :: OSI Approved :: MIT License
11
+ Classifier: Operating System :: OS Independent
12
+ Requires-Python: >=3.6
13
+ Description-Content-Type: text/markdown
File without changes
@@ -0,0 +1,6 @@
1
+ [build-system]
2
+ requires = [
3
+ "setuptools>=60.2.0",
4
+ "wheel"
5
+ ]
6
+ build-backend = "setuptools.build_meta"
@@ -0,0 +1,33 @@
1
+ [metadata]
2
+ name = omigo_arjun
3
+ version = 0.5.2
4
+ author = amit jaiswal
5
+ author_email = amit.jaiswal@gmail.com
6
+ description = Data Analytics Library for Python
7
+ long_description = file: README.md
8
+ long_description_content_type = text/markdown
9
+ url = https://github.com/CrowdStrike/omigo-data-analytics
10
+ project_urls =
11
+ Bug Tracker = https://github.com/CrowdStrike/omigo-data-analytics/browse
12
+ classifiers =
13
+ Programming Language :: Python :: 3
14
+ License :: OSI Approved :: MIT License
15
+ Operating System :: OS Independent
16
+
17
+ [options]
18
+ package_dir =
19
+ = src
20
+ packages = find:
21
+ python_requires = >=3.6
22
+ install_requires =
23
+ omigo_core
24
+ omigo_ext
25
+ omigo_hydra
26
+
27
+ [options.packages.find]
28
+ where = src
29
+
30
+ [egg_info]
31
+ tag_build =
32
+ tag_date = 0
33
+
File without changes
@@ -0,0 +1,13 @@
1
+ Metadata-Version: 2.1
2
+ Name: omigo-arjun
3
+ Version: 0.5.2
4
+ Summary: Data Analytics Library for Python
5
+ Home-page: https://github.com/CrowdStrike/omigo-data-analytics
6
+ Author: amit jaiswal
7
+ Author-email: amit.jaiswal@gmail.com
8
+ Project-URL: Bug Tracker, https://github.com/CrowdStrike/omigo-data-analytics/browse
9
+ Classifier: Programming Language :: Python :: 3
10
+ Classifier: License :: OSI Approved :: MIT License
11
+ Classifier: Operating System :: OS Independent
12
+ Requires-Python: >=3.6
13
+ Description-Content-Type: text/markdown
@@ -0,0 +1,9 @@
1
+ README.md
2
+ pyproject.toml
3
+ setup.cfg
4
+ src/omigo_arjun/__init__.py
5
+ src/omigo_arjun.egg-info/PKG-INFO
6
+ src/omigo_arjun.egg-info/SOURCES.txt
7
+ src/omigo_arjun.egg-info/dependency_links.txt
8
+ src/omigo_arjun.egg-info/requires.txt
9
+ src/omigo_arjun.egg-info/top_level.txt
@@ -0,0 +1,3 @@
1
+ omigo_core
2
+ omigo_ext
3
+ omigo_hydra
@@ -0,0 +1 @@
1
+ omigo_arjun