polymarket-api 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.
|
@@ -0,0 +1 @@
|
|
|
1
|
+
node_modules
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
Metadata-Version: 2.5
|
|
2
|
+
Name: polymarket-api
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Reserved name — security research placeholder, no functionality
|
|
5
|
+
License: MIT
|
|
6
|
+
Requires-Python: >=3.8
|
|
7
|
+
Description-Content-Type: text/markdown
|
|
8
|
+
|
|
9
|
+
# polymarket-api
|
|
10
|
+
|
|
11
|
+
**This is a reserved package name — a security-research placeholder with no functionality.**
|
|
12
|
+
|
|
13
|
+
It exists to hold the name against squatting abuse and to measure organic install demand via PyPI's public download statistics. It contains no code, no dependencies, no install-time behavior, and makes no network calls.
|
|
14
|
+
|
|
15
|
+
If you installed this expecting Polymarket's API client: this is not it. The official Python client is `py-clob-client` (Polymarket on GitHub). Install software only from official repositories, and check the exact package name before running `pip install`.
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
# polymarket-api
|
|
2
|
+
|
|
3
|
+
**This is a reserved package name — a security-research placeholder with no functionality.**
|
|
4
|
+
|
|
5
|
+
It exists to hold the name against squatting abuse and to measure organic install demand via PyPI's public download statistics. It contains no code, no dependencies, no install-time behavior, and makes no network calls.
|
|
6
|
+
|
|
7
|
+
If you installed this expecting Polymarket's API client: this is not it. The official Python client is `py-clob-client` (Polymarket on GitHub). Install software only from official repositories, and check the exact package name before running `pip install`.
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = ["hatchling"]
|
|
3
|
+
build-backend = "hatchling.build"
|
|
4
|
+
|
|
5
|
+
[project]
|
|
6
|
+
name = "polymarket-api"
|
|
7
|
+
version = "0.0.1"
|
|
8
|
+
description = "Reserved name — security research placeholder, no functionality"
|
|
9
|
+
readme = "README.md"
|
|
10
|
+
requires-python = ">=3.8"
|
|
11
|
+
license = {text = "MIT"}
|
|
12
|
+
|
|
13
|
+
[tool.hatch.build.targets.wheel]
|
|
14
|
+
packages = ["src/polymarket_api"]
|