python-substack 0.2.0__py3-none-any.whl → 0.3.0__py3-none-any.whl
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.
- {python_substack-0.2.0.dist-info → python_substack-0.3.0.dist-info}/METADATA +12 -1
- {python_substack-0.2.0.dist-info → python_substack-0.3.0.dist-info}/RECORD +6 -6
- substack/__init__.py +1 -1
- {python_substack-0.2.0.dist-info → python_substack-0.3.0.dist-info}/WHEEL +0 -0
- {python_substack-0.2.0.dist-info → python_substack-0.3.0.dist-info}/entry_points.txt +0 -0
- {python_substack-0.2.0.dist-info → python_substack-0.3.0.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python-substack
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.3.0
|
|
4
4
|
Summary: Write and safely manage Substack drafts from Markdown with Python, CLI, and MCP.
|
|
5
5
|
License: MIT
|
|
6
6
|
License-File: LICENSE
|
|
@@ -28,6 +28,7 @@ Requires-Dist: mdit-py-plugins (>=0.5,<0.7)
|
|
|
28
28
|
Requires-Dist: python-dotenv (>=1.2.1,<2.0.0)
|
|
29
29
|
Requires-Dist: requests (>=2.32.0,<3.0.0)
|
|
30
30
|
Project-URL: Changelog, https://github.com/ma2za/python-substack/blob/main/CHANGELOG.md
|
|
31
|
+
Project-URL: Documentation, https://ma2za.github.io/python-substack/
|
|
31
32
|
Project-URL: Homepage, https://github.com/ma2za/python-substack
|
|
32
33
|
Project-URL: Issues, https://github.com/ma2za/python-substack/issues
|
|
33
34
|
Project-URL: Repository, https://github.com/ma2za/python-substack
|
|
@@ -45,6 +46,10 @@ publish them through Python, a command-line interface, or MCP.
|
|
|
45
46
|
[](LICENSE)
|
|
46
47
|
[](https://pepy.tech/project/python-substack)
|
|
47
48
|
|
|
49
|
+
[Documentation](https://ma2za.github.io/python-substack/) ·
|
|
50
|
+
[Getting started](https://ma2za.github.io/python-substack/getting-started.html) ·
|
|
51
|
+
[PyPI](https://pypi.org/project/python-substack/)
|
|
52
|
+
|
|
48
53
|
> [!IMPORTANT]
|
|
49
54
|
> Creating and publishing are separate operations. `substack drafts create`
|
|
50
55
|
> always creates an unpublished draft. It never schedules, sends, publishes,
|
|
@@ -248,12 +253,18 @@ See [MCP server](docs/mcp.md) for the tool list and safety notes.
|
|
|
248
253
|
|
|
249
254
|
## Project documentation
|
|
250
255
|
|
|
256
|
+
- [Documentation site](https://ma2za.github.io/python-substack/)
|
|
257
|
+
- [Installation and first draft](docs/getting-started.md)
|
|
258
|
+
- [Unified CLI](docs/cli.md)
|
|
259
|
+
- [Python SDK](docs/python-sdk.md)
|
|
251
260
|
- [Authentication](docs/authentication.md)
|
|
252
261
|
- [Markdown reference](docs/markdown.md)
|
|
253
262
|
- [Legacy CLI commands](docs/legacy-cli.md)
|
|
254
263
|
- [Low-level Python API](docs/low-level-api.md)
|
|
255
264
|
- [YAML drafts](docs/yaml.md)
|
|
256
265
|
- [MCP server](docs/mcp.md)
|
|
266
|
+
- [Safety and publishing behavior](docs/safety.md)
|
|
267
|
+
- [Troubleshooting](docs/troubleshooting.md)
|
|
257
268
|
- [Compatibility policy](docs/compatibility.md)
|
|
258
269
|
- [Contributing](CONTRIBUTING.md)
|
|
259
270
|
- [Security policy](SECURITY.md)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
substack/__init__.py,sha256=
|
|
1
|
+
substack/__init__.py,sha256=wulIsJc0NOyRmhOrRSyATms453zZ1GoPCHCqk0Yef5k,437
|
|
2
2
|
substack/api.py,sha256=5dIijlGDZI5bPgX9skTzytDkY1IO6etvCv6PbNFUjyQ,23212
|
|
3
3
|
substack/cli.py,sha256=JBCsCdmthjzTeDpOYBLeVKOdNYjBrPuY1o_CIsAIekk,21712
|
|
4
4
|
substack/exceptions.py,sha256=BbP5W5UpzFcM5SYIxx6snWD_Rmj7F_YjYIYC_r03gZY,911
|
|
@@ -6,8 +6,8 @@ substack/mdrender.py,sha256=QGJkdp1isFmhVyTRMogIabAK8OO2xQh9CrjnXZvFTY4,9308
|
|
|
6
6
|
substack/nodes.py,sha256=fTsGO0-lTztcXiloIjXrHVnJes9EcltGcrX-mEV2ceQ,5004
|
|
7
7
|
substack/post.py,sha256=qDXu-xzO3nRXtahc-yG2EhxKAXB2hG_Z1nLa55UMBGg,19697
|
|
8
8
|
substack_mcp/mcp_server.py,sha256=gmevdc59XTBXXMTvVMpYoq66Umlqku1O_uzmw5tMy7o,8405
|
|
9
|
-
python_substack-0.
|
|
10
|
-
python_substack-0.
|
|
11
|
-
python_substack-0.
|
|
12
|
-
python_substack-0.
|
|
13
|
-
python_substack-0.
|
|
9
|
+
python_substack-0.3.0.dist-info/METADATA,sha256=oj9XGFEZB62J8QCUyhO0n2VUrZFPXzu_TQsgkt2L_4s,8349
|
|
10
|
+
python_substack-0.3.0.dist-info/WHEEL,sha256=kJCRJT_g0adfAJzTx2GUMmS80rTJIVHRCfG0DQgLq3o,88
|
|
11
|
+
python_substack-0.3.0.dist-info/entry_points.txt,sha256=MKPjaBUd-0PtvxsBviStsVq1c0h8JZ_qUoYEsBK1xJc,236
|
|
12
|
+
python_substack-0.3.0.dist-info/licenses/LICENSE,sha256=L6jk148I5HhhVbfUvkO3EO7eAoU5zToLio4-ApkCkxg,1062
|
|
13
|
+
python_substack-0.3.0.dist-info/RECORD,,
|
substack/__init__.py
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
__author__ = "Paolo Mazza"
|
|
4
4
|
__email__ = "mazzapaolo2019@gmail.com"
|
|
5
5
|
__license__ = "MIT License"
|
|
6
|
-
__version__ = "0.
|
|
6
|
+
__version__ = "0.3.0"
|
|
7
7
|
__url__ = "https://github.com/ma2za/python-substack"
|
|
8
8
|
__download_url__ = "https://pypi.python.org/pypi/python-substack"
|
|
9
9
|
__description__ = (
|
|
File without changes
|
|
File without changes
|
|
File without changes
|