{ "info": { "author": "Guillaume Gonnet", "author_email": "gonnet.guillaume97@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Framework :: AsyncIO", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3 :: Only", "Topic :: Software Development :: Build Tools", "Topic :: Utilities" ], "description": "==========\nPylpConcat\n==========\n\n\nInformation\n===========\n\n**pylpconcat** is a plugin for `Pylp`_ that can concatenate file contents.\n\n\nInstallation\n============\n\nInstall **pylpconcat** with ``pip``::\n\n pip install pylpconcat\n\nIf you don't have Python ``Scripts`` folder in your PATH, you can run also::\n\n python -m pip install pylpconcat\n\n\nUsage\n=====\n\nThe usual use of **pylpconcat** is as follows:\n\n.. code:: python\n\n import pylp\n from pylpconcat import concat\n\n pylp.task('scripts', lambda:\n pylp.src('lib/*.js')\n .pipe(concat('all.js'))\n .pipe(pylp.dest('dist'))\n )\n\nMoreover, you can specify the separator to add between files (``\\n`` by default):\n\n.. code:: python\n\n import pylp\n from pylpconcat import concat\n\n pylp.task('scripts', lambda:\n pylp.src('lib/*.js')\n .pipe(concat('all.js', sep=';'))\n .pipe(pylp.dest('dist'))\n )\n\n\n.. _Pylp: https://github.com/pylp/pylp\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/pylp/pylpconcat", "keywords": "pylp gulp concat", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "pylpconcat", "package_url": "https://pypi.org/project/pylpconcat/", "platform": "", "project_url": "https://pypi.org/project/pylpconcat/", "project_urls": { "Homepage": "https://github.com/pylp/pylpconcat" }, "release_url": "https://pypi.org/project/pylpconcat/0.1.1/", "requires_dist": [ "pylp" ], "requires_python": ">=3.5", "summary": "Concatenation plugin for Pylp", "version": "0.1.1" }, "last_serial": 3131501, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "b877348dbef739e45594271384414609", "sha256": "9e2e37cf42e7101619b1ca0567d1c625319e32dc7716c3ecd523c523cbc0b92c" }, "downloads": -1, "filename": "pylpconcat-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "b877348dbef739e45594271384414609", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4015, "upload_time": "2017-08-26T15:39:44", "url": "https://files.pythonhosted.org/packages/cb/73/c5b2abf98824df19f35ebfbffb8636b97ad582ce449af5ab50d900cf2010/pylpconcat-0.1.0-py3-none-any.whl" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "eb2b89cbd4b8c45d733abb2dd06f8342", "sha256": "0df02a277d5ecdaa8dbd66ea969e41744c348a8d3477d8663c08b1b0a4ebbee4" }, "downloads": -1, "filename": "pylpconcat-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "eb2b89cbd4b8c45d733abb2dd06f8342", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 3954, "upload_time": "2017-08-29T09:34:32", "url": "https://files.pythonhosted.org/packages/6b/81/919ac90464b46d6205c69363ed65a71b981cdebdddcf630dcc332d827620/pylpconcat-0.1.1-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "eb2b89cbd4b8c45d733abb2dd06f8342", "sha256": "0df02a277d5ecdaa8dbd66ea969e41744c348a8d3477d8663c08b1b0a4ebbee4" }, "downloads": -1, "filename": "pylpconcat-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "eb2b89cbd4b8c45d733abb2dd06f8342", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 3954, "upload_time": "2017-08-29T09:34:32", "url": "https://files.pythonhosted.org/packages/6b/81/919ac90464b46d6205c69363ed65a71b981cdebdddcf630dcc332d827620/pylpconcat-0.1.1-py3-none-any.whl" } ] }