{"id":15493363,"url":"https://github.com/pylp/pylp","last_synced_at":"2025-10-08T18:23:11.452Z","repository":{"id":62581517,"uuid":"101401054","full_name":"pylp/pylp","owner":"pylp","description":"A Python task runner inspired by gulp.js","archived":false,"fork":false,"pushed_at":"2022-11-29T16:22:26.000Z","size":48,"stargazers_count":8,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-19T11:11:09.727Z","etag":null,"topics":["build-tool","gulp","python-3","task-runner"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pylp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-08-25T12:20:48.000Z","updated_at":"2024-08-17T18:14:01.000Z","dependencies_parsed_at":"2023-01-22T15:46:10.384Z","dependency_job_id":null,"html_url":"https://github.com/pylp/pylp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pylp%2Fpylp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pylp%2Fpylp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pylp%2Fpylp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pylp%2Fpylp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pylp","download_url":"https://codeload.github.com/pylp/pylp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250313037,"owners_count":21410146,"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":["build-tool","gulp","python-3","task-runner"],"created_at":"2024-10-02T08:05:53.951Z","updated_at":"2025-10-08T18:23:11.357Z","avatar_url":"https://github.com/pylp.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pylp\n\n[![PyPI](https://img.shields.io/pypi/v/pylp.svg)](https://pypi.org/project/pylp)\n[![PyPI](https://img.shields.io/pypi/format/pylp.svg)]()\n[![PyPI](https://img.shields.io/pypi/pyversions/pylp.svg)]()\n\n## What is pylp?\n\nPylp is a task runner for Python3 that lets you automate tasks.  \nIt's inspired by [gulp.js](https://gulpjs.com).\n\nPylp use a syntax similar to Gulp, making this task runner easy to learn and simple to use.  \nTask process is completely asynchronous thanks to `asyncio` module, which provides a fast execution.\n\n\n## Documentation\n\nCheck out the [documentation](/docs/README.md) for a Getting started guide, API docs or\nmaking a plugin.\n\n\n## Sample `pylpfile.py`\n\nThis file is an example of what you can do with Pylp.\n\n```python\nimport pylp\nfrom pylpconcat import concat\n\n# Concat all js files from 'src' folder\npylp.task('js', lambda:\n    pylp.src('src/**/*.js')\n      .pipe(concat('all.min.js'))\n      .pipe(pylp.dest('build/js'))\n)\n\n# The default task (called when you run 'pylp' from cli)\npylp.task('default', ['js'])\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpylp%2Fpylp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpylp%2Fpylp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpylp%2Fpylp/lists"}