{ "info": { "author": "Yusuke Tsutsumi", "author_email": "yusuke@tsutsumi.io", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: MIT License", "Operating System :: MacOS", "Operating System :: POSIX :: Linux", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Topic :: System :: Software Distribution" ], "description": "=================\nsetuptools-parcels\n=================\n\nAn alternative syntaxt to setuptools package_data argument.\n\nImprovements over package_data include:\n\n* simple way to include all non-python files found in packages\n\n-----\nUsage\n-----\n\nYou can use setuptools-parcels by including it in your setup.py, as an\nadditional argument to setup`s setup_requires function, and an\nadditional parcels parameter:\n\n.. code:: python\n\n setup(...\n # add it here\n setup_reqires=[\"setuptools-parcels\", \"vcver\"],\n parcels={}\n )\n\nWithout any configuration, parcels will search through all packages,\nfind any non-python files, and include those.\n\nIf the package_data is present, parcels will merge it's additions with\nthe existing values.\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/toumorokoshi/setuptools-parcels", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "setuptools-parcels", "package_url": "https://pypi.org/project/setuptools-parcels/", "platform": "", "project_url": "https://pypi.org/project/setuptools-parcels/", "project_urls": { "Homepage": "https://github.com/toumorokoshi/setuptools-parcels" }, "release_url": "https://pypi.org/project/setuptools-parcels/0.0.8/", "requires_dist": null, "requires_python": "", "summary": "an alternative interface to package_data", "version": "0.0.8" }, "last_serial": 2817485, "releases": { "0.0.8": [ { "comment_text": "", "digests": { "md5": "2579075a822e172641e913c4703d2ef3", "sha256": "336d81092226b3d473943dc2714cb9afba5dff724e909833f62c6d7af0335c06" }, "downloads": -1, "filename": "setuptools_parcels-0.0.8-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2579075a822e172641e913c4703d2ef3", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 3941, "upload_time": "2017-04-20T16:45:18", "url": "https://files.pythonhosted.org/packages/78/e9/05d1d86ad1360426bbee2edede4d5579be03fa637fcc37a4f5307c4375e0/setuptools_parcels-0.0.8-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "69abccf990ec578c3c4f1a766fbe8c56", "sha256": "8cebbefb971524ec44ca4f0d23d60d2cd0ffae4295e09031876dd9651144408d" }, "downloads": -1, "filename": "setuptools-parcels-0.0.8.tar.gz", "has_sig": false, "md5_digest": "69abccf990ec578c3c4f1a766fbe8c56", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2098, "upload_time": "2017-04-20T16:45:17", "url": "https://files.pythonhosted.org/packages/f5/04/4aed2af6321798c18617447f2c3de6de9ff84dea38406c0093a1d33a7def/setuptools-parcels-0.0.8.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2579075a822e172641e913c4703d2ef3", "sha256": "336d81092226b3d473943dc2714cb9afba5dff724e909833f62c6d7af0335c06" }, "downloads": -1, "filename": "setuptools_parcels-0.0.8-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2579075a822e172641e913c4703d2ef3", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 3941, "upload_time": "2017-04-20T16:45:18", "url": "https://files.pythonhosted.org/packages/78/e9/05d1d86ad1360426bbee2edede4d5579be03fa637fcc37a4f5307c4375e0/setuptools_parcels-0.0.8-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "69abccf990ec578c3c4f1a766fbe8c56", "sha256": "8cebbefb971524ec44ca4f0d23d60d2cd0ffae4295e09031876dd9651144408d" }, "downloads": -1, "filename": "setuptools-parcels-0.0.8.tar.gz", "has_sig": false, "md5_digest": "69abccf990ec578c3c4f1a766fbe8c56", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2098, "upload_time": "2017-04-20T16:45:17", "url": "https://files.pythonhosted.org/packages/f5/04/4aed2af6321798c18617447f2c3de6de9ff84dea38406c0093a1d33a7def/setuptools-parcels-0.0.8.tar.gz" } ] }