An asynchronous Python client for the Open Data Platform of Liège (Belgium). It currently exposes the disabled parking spaces and garages datasets through a simple async API, and its code base is designed to be extended to other datasets from the same platform.
Open source. Open possibilities.
Discover quality open-source projects, submit projects anonymously, and claim and edit your own project.
A little curiosity. A world of open source.
THE FIRST COLLECTIONRequests is a popular Python HTTP library offering a simple, elegant API for sending HTTP/1.1 requests, with sessions, SSL verification, authentication, proxies, streaming, and automatic decompression.
A Kiota-generated .NET client for the Docker Hub API, distributed via NuGet. It supports bearer-token authentication, builder-style request paths under client.V2, explicit pagination, generated response and error models, and a companion package for dependency injection and cached client construction.
Wasat is a type-hinted asynchronous Python client library for the Gemini Protocol, featuring streaming support and flexible certificate verification.
sendsmtp is a dependency-free command-line SMTP client written in pure Python. It builds a UTF-8 plain-text message from inline text, a file or stdin and delivers it to an SMTP server, with optional implicit TLS, STARTTLS, authentication, CC/BCC and verbose SMTP dialog output.
A .NET utility that supplies a thread-safe, lazily created singleton Kiota client for the Copper CRM API, with DI registration helpers and configuration for API key, token-owner email, application and base URL.
HTTPie CLI is a modern, user-friendly command-line HTTP client designed for testing, debugging, and interacting with APIs and HTTP servers.
curl is a widely used command-line tool and the libcurl library for transferring data to and from servers using URL syntax, with broad protocol support including HTTP, HTTPS, FTP, SFTP, SMTP, IMAP, MQTT, WebSocket and more.
An asynchronous Python client for Stockholm's Open Data Platform API. It currently retrieves disabled-parking locations (about 2045) with address, district, coordinates and validity dates, requires an API key, and is structured so other datasets from the same platform can be added.