sutro 0.0.0__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 sutro might be problematic. Click here for more details.

sutro-0.0.0/PKG-INFO ADDED
@@ -0,0 +1,6 @@
1
+ Metadata-Version: 2.4
2
+ Name: sutro
3
+ Version: 0.0.0
4
+ Summary: Sutro Python SDK
5
+ Author-email: Seth Kimmel <seth@skysight.inc>
6
+ Project-URL: Homepage, https://sutro.sh
@@ -0,0 +1,11 @@
1
+ [project]
2
+ name = "sutro"
3
+ version = "0.0.0"
4
+ description = "Sutro Python SDK"
5
+ authors = [
6
+ { name="Seth Kimmel", email = "seth@skysight.inc" } ,
7
+ ]
8
+
9
+ [project.urls]
10
+ "Homepage" = "https://sutro.sh"
11
+
sutro-0.0.0/setup.cfg ADDED
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1 @@
1
+ import hi
sutro-0.0.0/src/hi.py ADDED
@@ -0,0 +1 @@
1
+ print("Hi there user! This is a nice little easter egg, just chilling on pypi. If you find it, feel free to let me know! -Seth")
@@ -0,0 +1,6 @@
1
+ Metadata-Version: 2.4
2
+ Name: sutro
3
+ Version: 0.0.0
4
+ Summary: Sutro Python SDK
5
+ Author-email: Seth Kimmel <seth@skysight.inc>
6
+ Project-URL: Homepage, https://sutro.sh
@@ -0,0 +1,7 @@
1
+ pyproject.toml
2
+ src/__init__.py
3
+ src/hi.py
4
+ src/sutro.egg-info/PKG-INFO
5
+ src/sutro.egg-info/SOURCES.txt
6
+ src/sutro.egg-info/dependency_links.txt
7
+ src/sutro.egg-info/top_level.txt
@@ -0,0 +1,2 @@
1
+ __init__
2
+ hi