My first PIP package based on subprocesses

This page summarizes the projects mentioned and recommended in the original post on /r/Python

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • cmagick

    ImageMagick Utility Converting & Resizing Images for Python

  • # This workflow will install Python dependencies, run tests and lint with a single version of Python # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions name: Python on: push: branches: [ main ] pull_request: branches: [ main ] permissions: contents: read jobs: build: runs-on: ubuntu-latest name: Python ${{ matrix.python-version }} strategy: matrix: python-version: [ '3.6', '3.7', '3.8', '3.9', '3.10' ] steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v3 with: python-version: ${{ matrix.python-version }} - name: Install dependencies run: | pwd wget https://github.com/aissa-laribi/cmagick/blob/main/blue-marble.jpg sudo apt-get update -y sudo apt-get install -y imagemagick convert -list format python -m pip install --upgrade pip pip install flake8 pytest if [ -f requirements.txt ]; then pip install -r requirements.txt; fi - name: Lint with flake8 run: | # stop the build if there are Python syntax errors or undefined names flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics - name: Test with pytest run: | pytest

  • awsops

    Lambda functions designed to automate operations on AWS

  • Thank you! Before I have used PIL and I had problems importing the "convert" module in AWS Lambda, then I have used Wand which was amazing because I have managed to build a serverless image resizer, and then I wanted to build a serverless application that converts to WebP and I have struggled with Wand to integrate in the Lambda runtime.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Libvips: A fast image processing library with low memory needs

    1 project | news.ycombinator.com | 7 Jan 2024
  • Batch Resize

    1 project | /r/StableDiffusion | 6 Dec 2023
  • How Can I Streamline My Image Prep

    2 projects | /r/webdev | 6 Dec 2023
  • HackTheBox — Writeup Pilgrimage [Retired]

    4 projects | dev.to | 25 Nov 2023
  • HTB - Pilgrimage Writeup

    5 projects | dev.to | 9 Nov 2023