polymaker 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
|
polymaker-0.0.1/PKG-INFO
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
Metadata-Version: 2.5
|
|
2
|
+
Name: polymaker
|
|
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
|
+
# polymaker
|
|
10
|
+
|
|
11
|
+
**This is a reserved package name — a security-research placeholder with no functionality.**
|
|
12
|
+
|
|
13
|
+
It exists to hold the name against typo-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 a Polymarket trading tool: this is not it. The well-known open-source market-making bot is `poly-maker` on GitHub (warproxxx/poly-maker) — install software only from the author's official repository, and check the exact package name before running `pip install`.
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
# polymaker
|
|
2
|
+
|
|
3
|
+
**This is a reserved package name — a security-research placeholder with no functionality.**
|
|
4
|
+
|
|
5
|
+
It exists to hold the name against typo-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 a Polymarket trading tool: this is not it. The well-known open-source market-making bot is `poly-maker` on GitHub (warproxxx/poly-maker) — install software only from the author's official repository, 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 = "polymaker"
|
|
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/polymaker"]
|