turbodocx-sdk 0.1.2__tar.gz → 0.1.4__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.
@@ -47,7 +47,6 @@ npm-debug.log*
47
47
  .env.*.local
48
48
 
49
49
  # Go
50
- go.sum
51
50
  *.exe
52
51
  *.exe~
53
52
  *.dll
@@ -90,3 +89,4 @@ Gemfile.lock
90
89
  !ExampleAssets/**
91
90
  convert-template.js
92
91
  generate-all-pdfs.js
92
+ test-php-sdk/
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: turbodocx-sdk
3
- Version: 0.1.2
3
+ Version: 0.1.4
4
4
  Summary: TurboDocx Python SDK - Digital signatures, document generation, and AI-powered workflows
5
5
  Project-URL: Homepage, https://www.turbodocx.com
6
6
  Project-URL: Documentation, https://www.turbodocx.com/docs
@@ -27,7 +27,7 @@ Requires-Dist: pytest-httpx>=0.21.0; extra == 'dev'
27
27
  Requires-Dist: pytest>=7.0.0; extra == 'dev'
28
28
  Description-Content-Type: text/markdown
29
29
 
30
- [![TurboDocx](./banner.png)](https://www.turbodocx.com)
30
+ [![TurboDocx](https://raw.githubusercontent.com/TurboDocx/SDK/main/packages/py-sdk/banner.png)](https://www.turbodocx.com)
31
31
 
32
32
  <div align="center">
33
33
 
@@ -35,17 +35,45 @@ Description-Content-Type: text/markdown
35
35
 
36
36
  **Official Python SDK for TurboDocx**
37
37
 
38
+ The most developer-friendly **DocuSign & PandaDoc alternative** for **e-signatures** and **document generation**. Send documents for signature and automate document workflows programmatically.
39
+
38
40
  [![PyPI Version](https://img.shields.io/pypi/v/turbodocx-sdk.svg)](https://pypi.org/project/turbodocx-sdk/)
39
41
  [![PyPI Downloads](https://img.shields.io/pypi/dm/turbodocx-sdk)](https://pypi.org/project/turbodocx-sdk/)
40
42
  [![Python Versions](https://img.shields.io/pypi/pyversions/turbodocx-sdk)](https://pypi.org/project/turbodocx-sdk/)
41
43
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](./LICENSE)
42
44
 
43
- [Documentation](https://www.turbodocx.com/docs) • [API Reference](https://www.turbodocx.com/docs/api) • [Examples](#examples) • [Discord](https://discord.gg/NYKwz4BcpX)
45
+ [Documentation](https://docs.turbodocx.com/docs) • [API Reference](https://docs.turbodocx.com/docs/SDKs/) • [Examples](#examples) • [Discord](https://discord.gg/NYKwz4BcpX)
44
46
 
45
47
  </div>
46
48
 
47
49
  ---
48
50
 
51
+ ## Why TurboDocx?
52
+
53
+ A modern, developer-first alternative to legacy e-signature platforms:
54
+
55
+ | Looking for... | TurboDocx offers |
56
+ |----------------|------------------|
57
+ | DocuSign API alternative | Simple REST API, transparent pricing |
58
+ | PandaDoc alternative | Document generation + e-signatures in one SDK |
59
+ | HelloSign/Dropbox Sign alternative | Full API access, modern DX |
60
+ | Adobe Sign alternative | Quick integration, developer-friendly docs |
61
+ | SignNow alternative | Predictable costs, responsive support |
62
+ | Documint alternative | DOCX/PDF generation from templates |
63
+ | WebMerge alternative | Data-driven document automation |
64
+
65
+ **Other platforms we compare to:** SignRequest, SignEasy, Zoho Sign, Eversign, SignWell, Formstack Documents
66
+
67
+ ### TurboDocx Ecosystem
68
+
69
+ | Package | Description |
70
+ |---------|-------------|
71
+ | [@turbodocx/html-to-docx](https://github.com/turbodocx/html-to-docx) | Convert HTML to DOCX - fastest JS library |
72
+ | [@turbodocx/n8n-nodes-turbodocx](https://github.com/turbodocx/n8n-nodes-turbodocx) | n8n community nodes for TurboDocx |
73
+ | [TurboDocx Writer](https://appsource.microsoft.com/product/office/WA200007397) | Microsoft Word add-in |
74
+
75
+ ---
76
+
49
77
  ## Features
50
78
 
51
79
  - 🚀 **Production-Ready** — Battle-tested, processing thousands of documents daily
@@ -510,10 +538,9 @@ fields: list[Field] = [
510
538
 
511
539
  ## Support
512
540
 
513
- - 📖 [Documentation](https://www.turbodocx.com/docs)
541
+ - 📖 [Documentation](https://docs.turbodocx.com/docs)
514
542
  - 💬 [Discord](https://discord.gg/NYKwz4BcpX)
515
543
  - 🐛 [GitHub Issues](https://github.com/TurboDocx/SDK/issues)
516
- - 📧 [Email Support](mailto:support@turbodocx.com)
517
544
 
518
545
  ---
519
546
 
@@ -525,6 +552,6 @@ MIT — see [LICENSE](./LICENSE)
525
552
 
526
553
  <div align="center">
527
554
 
528
- [![TurboDocx](./footer.png)](https://www.turbodocx.com)
555
+ [![TurboDocx](https://raw.githubusercontent.com/TurboDocx/SDK/main/packages/py-sdk/footer.png)](https://www.turbodocx.com)
529
556
 
530
557
  </div>
@@ -1,4 +1,4 @@
1
- [![TurboDocx](./banner.png)](https://www.turbodocx.com)
1
+ [![TurboDocx](https://raw.githubusercontent.com/TurboDocx/SDK/main/packages/py-sdk/banner.png)](https://www.turbodocx.com)
2
2
 
3
3
  <div align="center">
4
4
 
@@ -6,17 +6,45 @@
6
6
 
7
7
  **Official Python SDK for TurboDocx**
8
8
 
9
+ The most developer-friendly **DocuSign & PandaDoc alternative** for **e-signatures** and **document generation**. Send documents for signature and automate document workflows programmatically.
10
+
9
11
  [![PyPI Version](https://img.shields.io/pypi/v/turbodocx-sdk.svg)](https://pypi.org/project/turbodocx-sdk/)
10
12
  [![PyPI Downloads](https://img.shields.io/pypi/dm/turbodocx-sdk)](https://pypi.org/project/turbodocx-sdk/)
11
13
  [![Python Versions](https://img.shields.io/pypi/pyversions/turbodocx-sdk)](https://pypi.org/project/turbodocx-sdk/)
12
14
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](./LICENSE)
13
15
 
14
- [Documentation](https://www.turbodocx.com/docs) • [API Reference](https://www.turbodocx.com/docs/api) • [Examples](#examples) • [Discord](https://discord.gg/NYKwz4BcpX)
16
+ [Documentation](https://docs.turbodocx.com/docs) • [API Reference](https://docs.turbodocx.com/docs/SDKs/) • [Examples](#examples) • [Discord](https://discord.gg/NYKwz4BcpX)
15
17
 
16
18
  </div>
17
19
 
18
20
  ---
19
21
 
22
+ ## Why TurboDocx?
23
+
24
+ A modern, developer-first alternative to legacy e-signature platforms:
25
+
26
+ | Looking for... | TurboDocx offers |
27
+ |----------------|------------------|
28
+ | DocuSign API alternative | Simple REST API, transparent pricing |
29
+ | PandaDoc alternative | Document generation + e-signatures in one SDK |
30
+ | HelloSign/Dropbox Sign alternative | Full API access, modern DX |
31
+ | Adobe Sign alternative | Quick integration, developer-friendly docs |
32
+ | SignNow alternative | Predictable costs, responsive support |
33
+ | Documint alternative | DOCX/PDF generation from templates |
34
+ | WebMerge alternative | Data-driven document automation |
35
+
36
+ **Other platforms we compare to:** SignRequest, SignEasy, Zoho Sign, Eversign, SignWell, Formstack Documents
37
+
38
+ ### TurboDocx Ecosystem
39
+
40
+ | Package | Description |
41
+ |---------|-------------|
42
+ | [@turbodocx/html-to-docx](https://github.com/turbodocx/html-to-docx) | Convert HTML to DOCX - fastest JS library |
43
+ | [@turbodocx/n8n-nodes-turbodocx](https://github.com/turbodocx/n8n-nodes-turbodocx) | n8n community nodes for TurboDocx |
44
+ | [TurboDocx Writer](https://appsource.microsoft.com/product/office/WA200007397) | Microsoft Word add-in |
45
+
46
+ ---
47
+
20
48
  ## Features
21
49
 
22
50
  - 🚀 **Production-Ready** — Battle-tested, processing thousands of documents daily
@@ -481,10 +509,9 @@ fields: list[Field] = [
481
509
 
482
510
  ## Support
483
511
 
484
- - 📖 [Documentation](https://www.turbodocx.com/docs)
512
+ - 📖 [Documentation](https://docs.turbodocx.com/docs)
485
513
  - 💬 [Discord](https://discord.gg/NYKwz4BcpX)
486
514
  - 🐛 [GitHub Issues](https://github.com/TurboDocx/SDK/issues)
487
- - 📧 [Email Support](mailto:support@turbodocx.com)
488
515
 
489
516
  ---
490
517
 
@@ -496,6 +523,6 @@ MIT — see [LICENSE](./LICENSE)
496
523
 
497
524
  <div align="center">
498
525
 
499
- [![TurboDocx](./footer.png)](https://www.turbodocx.com)
526
+ [![TurboDocx](https://raw.githubusercontent.com/TurboDocx/SDK/main/packages/py-sdk/footer.png)](https://www.turbodocx.com)
500
527
 
501
528
  </div>
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "turbodocx-sdk"
3
- version = "0.1.2"
3
+ version = "0.1.4"
4
4
  description = "TurboDocx Python SDK - Digital signatures, document generation, and AI-powered workflows"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.9"
File without changes
File without changes
File without changes
File without changes