datatailr 0.1.0__tar.gz → 0.1.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 datatailr might be problematic. Click here for more details.
- {datatailr-0.1.0 → datatailr-0.1.1}/LICENSE +0 -1
- {datatailr-0.1.0 → datatailr-0.1.1}/PKG-INFO +4 -2
- datatailr-0.1.1/README.md +5 -0
- {datatailr-0.1.0 → datatailr-0.1.1}/pyproject.toml +2 -2
- {datatailr-0.1.0 → datatailr-0.1.1}/src/datatailr.egg-info/PKG-INFO +4 -2
- datatailr-0.1.0/README.md +0 -3
- {datatailr-0.1.0 → datatailr-0.1.1}/setup.cfg +0 -0
- {datatailr-0.1.0 → datatailr-0.1.1}/src/datatailr/__init__.py +0 -0
- {datatailr-0.1.0 → datatailr-0.1.1}/src/datatailr.egg-info/SOURCES.txt +0 -0
- {datatailr-0.1.0 → datatailr-0.1.1}/src/datatailr.egg-info/dependency_links.txt +0 -0
- {datatailr-0.1.0 → datatailr-0.1.1}/src/datatailr.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: datatailr
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: The datatailr package
|
|
5
5
|
Author-email: Datatailr <pypi@datatailr.com>
|
|
6
6
|
License: MIT
|
|
@@ -14,4 +14,6 @@ Dynamic: license-file
|
|
|
14
14
|
|
|
15
15
|
# datatailr
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
Datatailr empowers your team to streamline analytics and data workflows from idea to production without infrastructure hurdles.
|
|
18
|
+
|
|
19
|
+
Visit [our website](https://www.datatailr.com/) for more!
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "datatailr"
|
|
7
|
-
version = "0.1.
|
|
7
|
+
version = "0.1.1"
|
|
8
8
|
description = "The datatailr package"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.7"
|
|
@@ -16,4 +16,4 @@ classifiers = [
|
|
|
16
16
|
"Programming Language :: Python :: 3",
|
|
17
17
|
"License :: OSI Approved :: MIT License",
|
|
18
18
|
"Operating System :: OS Independent"
|
|
19
|
-
]
|
|
19
|
+
]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: datatailr
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: The datatailr package
|
|
5
5
|
Author-email: Datatailr <pypi@datatailr.com>
|
|
6
6
|
License: MIT
|
|
@@ -14,4 +14,6 @@ Dynamic: license-file
|
|
|
14
14
|
|
|
15
15
|
# datatailr
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
Datatailr empowers your team to streamline analytics and data workflows from idea to production without infrastructure hurdles.
|
|
18
|
+
|
|
19
|
+
Visit [our website](https://www.datatailr.com/) for more!
|
datatailr-0.1.0/README.md
DELETED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|