thds.core 0.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.

Potentially problematic release.


This version of thds.core might be problematic. Click here for more details.

@@ -0,0 +1,7 @@
1
+ Metadata-Version: 2.1
2
+ Name: thds.core
3
+ Version: 0.0.1
4
+ Home-page: https://www.trillianthealth.com
5
+ Author: Trilliant Health Data Science
6
+ Author-email: datascience@trillianthealth.com
7
+ Classifier: Development Status :: 1 - Planning
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1,13 @@
1
+ from setuptools import setup
2
+
3
+ setup(
4
+ name="thds.core",
5
+ version="0.0.1",
6
+ description="",
7
+ long_description="",
8
+ url="https://www.trillianthealth.com",
9
+ author="Trilliant Health Data Science",
10
+ author_email="datascience@trillianthealth.com",
11
+ packages=[],
12
+ classifiers=["Development Status :: 1 - Planning"],
13
+ )
@@ -0,0 +1,7 @@
1
+ Metadata-Version: 2.1
2
+ Name: thds.core
3
+ Version: 0.0.1
4
+ Home-page: https://www.trillianthealth.com
5
+ Author: Trilliant Health Data Science
6
+ Author-email: datascience@trillianthealth.com
7
+ Classifier: Development Status :: 1 - Planning
@@ -0,0 +1,5 @@
1
+ setup.py
2
+ thds.core.egg-info/PKG-INFO
3
+ thds.core.egg-info/SOURCES.txt
4
+ thds.core.egg-info/dependency_links.txt
5
+ thds.core.egg-info/top_level.txt