Skip to content

Commit 0d3631b

Browse files
committed
🥚 add table of other language ports with repository links and package badges to README and docs
1 parent 5090778 commit 0d3631b

2 files changed

Lines changed: 69 additions & 1 deletion

File tree

README.rst

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -982,6 +982,25 @@ The default `format <https://techouse.github.io/qs_codec/qs_codec.models.html#qs
982982
983983
--------------
984984

985+
Other ports
986+
-----------
987+
988+
+----------------------------+---------------------------------------------------------------+-----------------+
989+
| Port | Repository | Package |
990+
+============================+===============================================================+=================+
991+
| Dart | `techouse/qs <https://github.com/techouse/qs>`__ | |pubdev| |
992+
+----------------------------+---------------------------------------------------------------+-----------------+
993+
| Kotlin / JVM + Android AAR | `techouse/qs-kotlin <https://github.com/techouse/qs-kotlin>`__| |maven-central| |
994+
+----------------------------+---------------------------------------------------------------+-----------------+
995+
| Swift / Objective-C | `techouse/qs-swift <https://github.com/techouse/qs-swift>`__ | |spm| |
996+
+----------------------------+---------------------------------------------------------------+-----------------+
997+
| .NET / C# | `techouse/qs-net <https://github.com/techouse/qs-net>`__ | |nuget| |
998+
+----------------------------+---------------------------------------------------------------+-----------------+
999+
| Node.js (original) | `ljharb/qs <https://github.com/ljharb/qs>`__ | |npm| |
1000+
+----------------------------+---------------------------------------------------------------+-----------------+
1001+
1002+
--------------
1003+
9851004
Special thanks to the authors of
9861005
`qs <https://www.npmjs.com/package/qs>`__ for JavaScript: - `Jordan
9871006
Harband <https://github.com/ljharb>`__ - `TJ
@@ -1027,3 +1046,18 @@ Holowaychuk <https://github.com/visionmedia/node-querystring>`__
10271046
.. |bandit| image:: https://img.shields.io/badge/security-bandit-blue.svg
10281047
:target: https://github.com/PyCQA/bandit
10291048
:alt: Security Status
1049+
.. |pubdev| image:: https://img.shields.io/pub/v/qs_dart?logo=dart&label=pub.dev
1050+
:target: https://pub.dev/packages/qs_dart
1051+
:alt: pub.dev version
1052+
.. |maven-central| image:: https://img.shields.io/maven-central/v/io.github.techouse/qs-kotlin?logo=kotlin&label=Maven%20Central
1053+
:target: https://central.sonatype.com/artifact/io.github.techouse/qs-kotlin
1054+
:alt: Maven Central version
1055+
.. |spm| image:: https://img.shields.io/github/v/release/techouse/qs-swift?logo=swift&label=SPM
1056+
:target: https://swiftpackageindex.com/techouse/qs-swift
1057+
:alt: Swift Package Manager version
1058+
.. |nuget| image:: https://img.shields.io/nuget/v/QsNet?logo=dotnet&label=NuGet
1059+
:target: https://www.nuget.org/packages/QsNet
1060+
:alt: NuGet version
1061+
.. |npm| image:: https://img.shields.io/npm/v/qs?logo=javascript&label=npm
1062+
:target: https://www.npmjs.com/package/qs
1063+
:alt: npm version

docs/index.rst

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,25 @@ Indices and tables
5050

5151
--------------
5252

53+
Other ports
54+
-----------
55+
56+
+----------------------------+---------------------------------------------------------------+-----------------+
57+
| Port | Repository | Package |
58+
+============================+===============================================================+=================+
59+
| Dart | `techouse/qs <https://github.com/techouse/qs>`__ | |pubdev| |
60+
+----------------------------+---------------------------------------------------------------+-----------------+
61+
| Kotlin / JVM + Android AAR | `techouse/qs-kotlin <https://github.com/techouse/qs-kotlin>`__| |maven-central| |
62+
+----------------------------+---------------------------------------------------------------+-----------------+
63+
| Swift / Objective-C | `techouse/qs-swift <https://github.com/techouse/qs-swift>`__ | |spm| |
64+
+----------------------------+---------------------------------------------------------------+-----------------+
65+
| .NET / C# | `techouse/qs-net <https://github.com/techouse/qs-net>`__ | |nuget| |
66+
+----------------------------+---------------------------------------------------------------+-----------------+
67+
| Node.js (original) | `ljharb/qs <https://github.com/ljharb/qs>`__ | |npm| |
68+
+----------------------------+---------------------------------------------------------------+-----------------+
69+
70+
--------------
71+
5372
Special thanks to the authors of
5473
`qs <https://www.npmjs.com/package/qs>`__ for JavaScript: - `Jordan
5574
Harband <https://github.com/ljharb>`__ - `TJ
@@ -94,4 +113,19 @@ Holowaychuk <https://github.com/visionmedia/node-querystring>`__
94113
:target: https://pycqa.github.io/isort/
95114
.. |bandit| image:: https://img.shields.io/badge/security-bandit-blue.svg
96115
:target: https://github.com/PyCQA/bandit
97-
:alt: Security Status
116+
:alt: Security Status
117+
.. |pubdev| image:: https://img.shields.io/pub/v/qs_dart?logo=dart&label=pub.dev
118+
:target: https://pub.dev/packages/qs_dart
119+
:alt: pub.dev version
120+
.. |maven-central| image:: https://img.shields.io/maven-central/v/io.github.techouse/qs-kotlin?logo=kotlin&label=Maven%20Central
121+
:target: https://central.sonatype.com/artifact/io.github.techouse/qs-kotlin
122+
:alt: Maven Central version
123+
.. |spm| image:: https://img.shields.io/github/v/release/techouse/qs-swift?logo=swift&label=SPM
124+
:target: https://swiftpackageindex.com/techouse/qs-swift
125+
:alt: Swift Package Manager version
126+
.. |nuget| image:: https://img.shields.io/nuget/v/QsNet?logo=dotnet&label=NuGet
127+
:target: https://www.nuget.org/packages/QsNet
128+
:alt: NuGet version
129+
.. |npm| image:: https://img.shields.io/npm/v/qs?logo=javascript&label=npm
130+
:target: https://www.npmjs.com/package/qs
131+
:alt: npm version

0 commit comments

Comments
 (0)