urllib3 is a powerful, user-friendly HTTP client for Python. Much of the Python ecosystem already uses urllib3 and you should too. urllib3 brings many critical features that are missing from the Python standard libraries:
- Thread safety.
- Connection pooling.
- Client-side SSL/TLS verification.
- File uploads with multipart encoding.
- Helpers for retrying requests and dealing with HTTP redirects.
- Support for gzip, deflate, brotli, and zstd encoding.
- Proxy support for HTTP and SOCKS.
- 100% test coverage.
#python #http #client
- Thread safety.
- Connection pooling.
- Client-side SSL/TLS verification.
- File uploads with multipart encoding.
- Helpers for retrying requests and dealing with HTTP redirects.
- Support for gzip, deflate, brotli, and zstd encoding.
- Proxy support for HTTP and SOCKS.
- 100% test coverage.
#python #http #client
β€2π₯1π1
Standard Ebooks is a volunteer-driven project that produces new editions of public domain ebooks that are lovingly formatted, open source, free of U.S. copyright restrictions, and free of cost.
Ebook projects like Project Gutenberg transcribe ebooks and make them available for the widest number of reading devices. Standard Ebooks takes ebooks from sources like Project Gutenberg, formats and typesets them using a carefully designed and professional-grade style manual, fully proofreads and corrects them, and then builds them to create a new edition that takes advantage of state-of-the-art ereader and browser technology.
Standard Ebooks arenβt just a beautiful addition to your digital library β theyβre a high quality standard to build your own ebooks on.
#books #nodrm #free #public #domain
Ebook projects like Project Gutenberg transcribe ebooks and make them available for the widest number of reading devices. Standard Ebooks takes ebooks from sources like Project Gutenberg, formats and typesets them using a carefully designed and professional-grade style manual, fully proofreads and corrects them, and then builds them to create a new edition that takes advantage of state-of-the-art ereader and browser technology.
Standard Ebooks arenβt just a beautiful addition to your digital library β theyβre a high quality standard to build your own ebooks on.
#books #nodrm #free #public #domain
π8β€1π₯1
Plural empowers you to build and maintain cloud-native and production-ready open source infrastructure on Kubernetes.
#elixir #deployments #k8s #docker #graphql #devops #cloud #helm #orchestration #multicloud
#elixir #deployments #k8s #docker #graphql #devops #cloud #helm #orchestration #multicloud
β€1π₯1π1
Hypercorn is an ASGI web server based on the sans-io hyper, h11, h2, and wsproto libraries and inspired by Gunicorn. Hypercorn supports HTTP/1, HTTP/2, WebSockets (over HTTP/1 and HTTP/2), ASGI/2, and ASGI/3 specifications. Hypercorn can utilise asyncio, uvloop, or trio worker types.
#python #asgi #http2 #websockets #uvloop #asyncio
#python #asgi #http2 #websockets #uvloop #asyncio
π€3β€1π₯1
Quart is an async Python web microframework.
Using Quart you can.
- render and serve HTML templates,
- write (RESTful) JSON APIs,
- serve WebSockets,
- stream request and response data,
- do pretty much anything over the HTTP or WebSocket protocols.
#python #asyncio #async #web #framework #http #websockets
Using Quart you can.
- render and serve HTML templates,
- write (RESTful) JSON APIs,
- serve WebSockets,
- stream request and response data,
- do pretty much anything over the HTTP or WebSocket protocols.
#python #asyncio #async #web #framework #http #websockets
π2β€1π₯1
Albumentations is a Python library for image augmentation. Image augmentation is used in deep learning and computer vision tasks to increase the quality of trained models. The purpose of image augmentation is to create new training samples from the existing data.
#python #ml #dl #detection #image #processing #classification
#python #ml #dl #detection #image #processing #classification
β€3π₯2π1π1
Caddy β a general-purpose web server for Windows, Mac, Linux, BSD, and Android. It is a capable but easier alternative to other popular web servers.
The features are:
β’ Easy configuration with the Caddyfile
β’ Powerful configuration with its native JSON config
β’ Dynamic configuration with the JSON API
β’ Config adapters if you don't like JSON
β’ Automatic HTTPS by default
β’ Stays up when other servers go down due to TLS/OCSP/certificate-related issues
β’ HTTP/1.1, HTTP/2, and experimental HTTP/3 support
β’ Highly extensible modular architecture lets Caddy do anything without bloat
β’ Runs anywhere with no external dependencies (not even libc)
#go, #golang, #web, #server, #https, #extensible
The features are:
β’ Easy configuration with the Caddyfile
β’ Powerful configuration with its native JSON config
β’ Dynamic configuration with the JSON API
β’ Config adapters if you don't like JSON
β’ Automatic HTTPS by default
β’ Stays up when other servers go down due to TLS/OCSP/certificate-related issues
β’ HTTP/1.1, HTTP/2, and experimental HTTP/3 support
β’ Highly extensible modular architecture lets Caddy do anything without bloat
β’ Runs anywhere with no external dependencies (not even libc)
#go, #golang, #web, #server, #https, #extensible
π4β€1π€1
Pure Bash Bible is a collection of pure bash alternatives to external processes.
The goal of this book is to document commonly-known and lesser-known methods of doing various tasks using only built-in bash features. Using the snippets from this bible can help remove unneeded dependencies from scripts and in most cases make them faster. I came across these tips and discovered a few while developing neofetch, pxltrm and other smaller projects.
#book #bash #bible
The goal of this book is to document commonly-known and lesser-known methods of doing various tasks using only built-in bash features. Using the snippets from this bible can help remove unneeded dependencies from scripts and in most cases make them faster. I came across these tips and discovered a few while developing neofetch, pxltrm and other smaller projects.
#book #bash #bible
π6β€2π₯1
Open Policy Agent (OPA) is an open source, general-purpose policy engine that enables unified, context-aware policy enforcement across the entire stack.
#golang #go #declarative #policy #authorization #lolcat #compliance
#golang #go #declarative #policy #authorization #lolcat #compliance
π₯2β€1π1
This media is not supported in your browser
VIEW IN TELEGRAM
Gum is a tool for glamorous shell scripts. Leverage the power of Bubbles and Lip Gloss in your scripts and aliases without writing any Go code!
#golang #go #glamorous #cli #shell #scripts
#golang #go #glamorous #cli #shell #scripts
β€1π₯1π1
tfsec uses static analysis of your terraform code to spot potential misconfigurations.
β’ βοΈ Checks for misconfigurations across all major (and some minor) cloud providers
β’ β Hundreds of built-in rules
β’ πͺ Scans modules (local and remote)
β’ β Evaluates HCL expressions as well as literal values
β’ βͺοΈ Evaluates Terraform functions e.g. concat()
β’ π Evaluates relationships between Terraform resources
β’ π§° Compatible with the Terraform CDK
β’ π Applies (and embellishes) user-defined Rego policies
β’ π Supports multiple output formats: lovely (default), JSON, SARIF, CSV, CheckStyle, JUnit, text, Gif.
β’ π οΈ Configurable (via CLI flags and/or config file)
β’ β‘ Very fast, capable of quickly scanning huge repositories
β’ π Plugins for popular IDEs available (JetBrains, VSCode and Vim)
β’ π‘ Community-driven - come and chat with us on Slack!
#golang #go #aws #security #ci #devops #terraform #vulnerability #scanners #devsecops #security
β’ βοΈ Checks for misconfigurations across all major (and some minor) cloud providers
β’ β Hundreds of built-in rules
β’ πͺ Scans modules (local and remote)
β’ β Evaluates HCL expressions as well as literal values
β’ βͺοΈ Evaluates Terraform functions e.g. concat()
β’ π Evaluates relationships between Terraform resources
β’ π§° Compatible with the Terraform CDK
β’ π Applies (and embellishes) user-defined Rego policies
β’ π Supports multiple output formats: lovely (default), JSON, SARIF, CSV, CheckStyle, JUnit, text, Gif.
β’ π οΈ Configurable (via CLI flags and/or config file)
β’ β‘ Very fast, capable of quickly scanning huge repositories
β’ π Plugins for popular IDEs available (JetBrains, VSCode and Vim)
β’ π‘ Community-driven - come and chat with us on Slack!
#golang #go #aws #security #ci #devops #terraform #vulnerability #scanners #devsecops #security
π2β€1π1
Phoenix Ecto Encryption Example.
A detailed example for how to encrypt data in a Phoenix (Elixir) App before inserting into a database using Ecto Types.
#elixir #phoenix #ecto #encryption #aes
A detailed example for how to encrypt data in a Phoenix (Elixir) App before inserting into a database using Ecto Types.
#elixir #phoenix #ecto #encryption #aes
β€1π1π₯1
Corsy is a lightweight program that scans for all known misconfigurations in CORS implementations.
#python #cors #scans #misconfigurations
#python #cors #scans #misconfigurations
π2β€1π₯1
The Docker Bench for Security is a script that checks for dozens of common best-practices around deploying Docker containers in production.
#shell #sh #docker #best #practices #containers
#shell #sh #docker #best #practices #containers
π2β€1π₯1
HTTPLabs let you inspect HTTP requests and forge responses.
#golang #go #http #requests #responses #interactive #web #server
#golang #go #http #requests #responses #interactive #web #server
π3β€1π1
Quasar is a fast and light-weight remote administration tool coded in C#. The usage ranges from user support through day-to-day administrative work to employee monitoring. Providing high stability and an easy-to-use user interface, Quasar is the perfect remote administration solution for you.
#csharp #windows #security #rat #administration #protobuf #dotnet #remote
#csharp #windows #security #rat #administration #protobuf #dotnet #remote
β€2π1π₯1