@@ -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+
5372Special thanks to the authors of
5473`qs <https://www.npmjs.com/package/qs >`__ for JavaScript: - `Jordan
5574Harband <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