thrds 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.
thrds-0.0.0/PKG-INFO ADDED
@@ -0,0 +1,5 @@
1
+ Metadata-Version: 2.4
2
+ Name: thrds
3
+ Version: 0.0.0
4
+ Summary: Declarative thread sync for Slack and Discord
5
+ Requires-Python: >=3.10
@@ -0,0 +1,9 @@
1
+ [build-system]
2
+ requires = ["setuptools>=61.0"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "thrds"
7
+ version = "0.0.0"
8
+ description = "Declarative thread sync for Slack and Discord"
9
+ requires-python = ">=3.10"
thrds-0.0.0/setup.cfg ADDED
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
File without changes
@@ -0,0 +1,5 @@
1
+ Metadata-Version: 2.4
2
+ Name: thrds
3
+ Version: 0.0.0
4
+ Summary: Declarative thread sync for Slack and Discord
5
+ Requires-Python: >=3.10
@@ -0,0 +1,6 @@
1
+ pyproject.toml
2
+ thrds/__init__.py
3
+ thrds.egg-info/PKG-INFO
4
+ thrds.egg-info/SOURCES.txt
5
+ thrds.egg-info/dependency_links.txt
6
+ thrds.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ thrds