APIDC 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.
apidc-0.0.1/PKG-INFO ADDED
@@ -0,0 +1,17 @@
1
+ Metadata-Version: 2.4
2
+ Name: APIDC
3
+ Version: 0.0.1
4
+ Summary: Ein inoffizieller Discord API Wrapper.
5
+ Author-email: Kehlchen <Kehlchen@Kehlchen.com>
6
+ Requires-Python: >=3.7
7
+ Description-Content-Type: text/markdown
8
+ Requires-Dist: httpx
9
+
10
+ # discord-api
11
+
12
+ **Hinweis:** Dies ist ein inoffizielles Projekt und steht in keiner Verbindung zu Discord Inc.
13
+
14
+ Ein spezialisierter Wrapper für die Discord-API.
15
+
16
+ ## Installation
17
+ `pip install discord-api`
apidc-0.0.1/README.md ADDED
@@ -0,0 +1,8 @@
1
+ # discord-api
2
+
3
+ **Hinweis:** Dies ist ein inoffizielles Projekt und steht in keiner Verbindung zu Discord Inc.
4
+
5
+ Ein spezialisierter Wrapper für die Discord-API.
6
+
7
+ ## Installation
8
+ `pip install discord-api`
@@ -0,0 +1,15 @@
1
+ [build-system]
2
+ requires = ["setuptools>=61.0"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "APIDC"
7
+ version = "0.0.1"
8
+ authors = [{name = "Kehlchen", email = "Kehlchen@Kehlchen.com"}]
9
+ description = "Ein inoffizieller Discord API Wrapper."
10
+ readme = "README.md"
11
+ requires-python = ">=3.7"
12
+ dependencies = ["httpx"]
13
+
14
+ [tool.setuptools.packages.find]
15
+ where = ["src"]
apidc-0.0.1/setup.cfg ADDED
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1,17 @@
1
+ Metadata-Version: 2.4
2
+ Name: APIDC
3
+ Version: 0.0.1
4
+ Summary: Ein inoffizieller Discord API Wrapper.
5
+ Author-email: Kehlchen <Kehlchen@Kehlchen.com>
6
+ Requires-Python: >=3.7
7
+ Description-Content-Type: text/markdown
8
+ Requires-Dist: httpx
9
+
10
+ # discord-api
11
+
12
+ **Hinweis:** Dies ist ein inoffizielles Projekt und steht in keiner Verbindung zu Discord Inc.
13
+
14
+ Ein spezialisierter Wrapper für die Discord-API.
15
+
16
+ ## Installation
17
+ `pip install discord-api`
@@ -0,0 +1,8 @@
1
+ README.md
2
+ pyproject.toml
3
+ src/APIDC.egg-info/PKG-INFO
4
+ src/APIDC.egg-info/SOURCES.txt
5
+ src/APIDC.egg-info/dependency_links.txt
6
+ src/APIDC.egg-info/requires.txt
7
+ src/APIDC.egg-info/top_level.txt
8
+ src/discord_api/__init__.py
@@ -0,0 +1 @@
1
+ httpx
@@ -0,0 +1 @@
1
+ discord_api
File without changes