{"id":15292506,"url":"https://github.com/meyer1994/pfluent","last_synced_at":"2025-10-07T04:32:26.426Z","repository":{"id":38402780,"uuid":"311148325","full_name":"meyer1994/pfluent","owner":"meyer1994","description":null,"archived":true,"fork":false,"pushed_at":"2023-01-04T15:45:44.000Z","size":22,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-12T07:48:28.919Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/meyer1994.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-11-08T20:27:33.000Z","updated_at":"2023-01-19T18:22:33.000Z","dependencies_parsed_at":"2022-08-09T03:16:38.447Z","dependency_job_id":null,"html_url":"https://github.com/meyer1994/pfluent","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meyer1994%2Fpfluent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meyer1994%2Fpfluent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meyer1994%2Fpfluent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meyer1994%2Fpfluent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/meyer1994","download_url":"https://codeload.github.com/meyer1994/pfluent/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235593342,"owners_count":19015137,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-09-30T16:18:28.215Z","updated_at":"2025-10-07T04:32:21.128Z","avatar_url":"https://github.com/meyer1994.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pfluent\n\n[![Build Status](https://travis-ci.com/meyer1994/pfluent.svg?branch=master)](https://travis-ci.com/meyer1994/pfluent)\n[![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)\n\nThin wrapper around `subprocess` to use [fluent][1] syntax.\n\n## Table of Contents\n\n- [About](#about)\n- [Install](#install)\n\n## About\n\nJust because I think it is nicer to write:\n\n```py\nRunner('git')\\\n    .arg('commit')\\\n    .arg('-m', '\"message\"')\\\n    .run(check=True)\n```\n\nInstead of:\n\n```py\nargs = ['git', 'commit', '-m', '\"message\"']\nsubprocess.run(args, check=True)\n```\n\n## Install\n\n```\npip install pfluent\n```\n\n[1]: https://en.wikipedia.org/wiki/Fluent_interface\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeyer1994%2Fpfluent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeyer1994%2Fpfluent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeyer1994%2Fpfluent/lists"}