# SDKs Note We are currently updating each of our client libraries. Refer to each library source for the latest information. While you can use Shippo's shipping API by making direct HTTP requests to our servers, we provide SDKs for our API to make it easier to access them from a list of supported languages. You can find out more about the available libraries for the language of choice below. ### ![Python logo](/assets/python.12592a65875bf618b406c8b213ba8b79fc0f08fdc99e5769fac929fab9f33b15.9c1bb791.svg) Python You can install our Python SDK using pip. The source code is available on [GitHub](https://github.com/goshippo/shippo-python-sdk). ```python pip install shippo ``` ### ![Node logo](/assets/nodejs.274d38ddf4bdf77bbfbee408ba951595c04cfed5b0e66942efeda32b0e3767a3.9c1bb791.svg) Node.JS The Node client library can be installed via [npm](https://www.npmjs.com/package/shippo). The source code is available on [GitHub](https://github.com/goshippo/shippo-javascript-sdk). Supported runtimes are listed [here](https://github.com/goshippo/shippo-javascript-sdk/blob/main/RUNTIMES.md). ```node npm install shippo ``` ### ![Java logo](/assets/java.d825ce13bc81b7e561811eb72d1e814207bd587aae9466e9396980318010e95a.9c1bb791.svg) Java The Java client library can be installed through different methods The source code and all installation methods are available on [GitHub](https://github.com/goshippo/shippo-java-sdk). The Java package is available in [Maven central repository](https://central.sonatype.com/artifact/com.goshippo/shippo-sdk). ``` pkg:maven/com.goshippo/shippo-sdk@latest ``` ### ![C sharp logo](/assets/dotnet.ad66ad582fd20c3385a22bd8b22b2ac4623ea1343d21824e3484ad656dfae93c.9c1bb791.svg) C# You can install our C# SDK using [NuGet](https://www.nuget.org/packages/Shippo/). The source code is available on [GitHub](https://github.com/goshippo/shippo-csharp-sdk). ```cs dotnet add package Shippo ``` ### ![PHP logo](/assets/php.bf8b7e48afe915418bad73083e23aaa486a4688c6a22970bfd6af7611c6d290c.9c1bb791.svg) PHP The PHP client library can be installed through different methods. The source code and all installation methods are available on [GitHub](https://github.com/goshippo/shippo-php-client). ## Community-maintained Libraries ### ![Go logo](/assets/golang.205b66874721e8feec32a0ca3e4f18506f9c1cd093c97054bdba49d4ee12f803.9c1bb791.png) Go The Go client library was built by [Daniel Kang](https://github.com/d5). The source code and installation methods are available on [GitHub](https://github.com/d5/go-shippo). ## Postman ### ![Postman logo](/assets/postman-logo.2f2ccaee3cf98d71e0247d2ea93bdc2375a646fe839ebe4ee7d18668dd7a3333.9c1bb791.svg) Shippo Postman Collection [Postman](https://www.getpostman.com/) is an app for easy RESTful API exploration. Use the Shippo Postman Collection to quickly and easily test API requests during development. [![Run in Postman](https://run.pstmn.io/button.svg)](https://god.gw.postman.com/run-collection/22332580-e3f0581d-41f8-4c5c-894e-d9e22a87f6a5?action=collection%2Ffork&source=rip_markdown&collection-url=entityId%3D22332580-e3f0581d-41f8-4c5c-894e-d9e22a87f6a5%26entityType%3Dcollection%26workspaceId%3Da131fa9b-fc39-440e-93bb-2586e9e1eb93)