{ "info": { "author": "Jill San Luis", "author_email": "jill.devs@gmail.com", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.7" ], "description": "# Sparks\n\nSparks is a minimal command-line tool to manage customizable project folders from templates.\n\n## Features\n* Simple command line usage thanks to [Click](https://click.palletsprojects.com).\n* Customizable folder, files, and file contents thanks to [Jinja2](http://jinja.pocoo.org).\n\n\n## Installation\nRun the following to install:\n```bash\npip install sparks\n```\n\n## Usage\n\n### Creating a new project\n```bash\nsparks create --help\nUsage: sparks create [OPTIONS]\n\nOptions:\n --template TEXT Template folder to generate from\n --output TEXT Output folder to create files in\n --skip-prompt\n --help Show this message and exit\n```\n\n\n\n\n## License\nSparks is released under the [MIT License](https://opensource.org/licenses/MIT).\n\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/binaryart/sparks", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "Sparks", "package_url": "https://pypi.org/project/Sparks/", "platform": "", "project_url": "https://pypi.org/project/Sparks/", "project_urls": { "Code": "https://github.com/binaryart/sparks", "Homepage": "https://github.com/binaryart/sparks", "Issue tracker": "https://github.com/binaryart/sparks/issues" }, "release_url": "https://pypi.org/project/Sparks/0.1.0/", "requires_dist": [ "click", "jinja2", "pyyaml", "black (==19.3b0) ; extra == 'dev'", "pre-commit ; extra == 'dev'", "pytest ; extra == 'dev'", "pytest-cov ; extra == 'dev'" ], "requires_python": ">=3.7", "summary": "A CLI tool that creates and updates project folders from templates to spark faster project bootstrapping.", "version": "0.1.0" }, "last_serial": 5660752, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "a880470526c281eabb3f6530a525d052", "sha256": "a9c474dc8aa2c90dee564ad2faa6cc3980cd29cbd0a1993f245705a2cacab0cd" }, "downloads": -1, "filename": "Sparks-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "a880470526c281eabb3f6530a525d052", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 6062, "upload_time": "2019-08-11T01:56:19", "url": "https://files.pythonhosted.org/packages/29/04/b82dd16189b6eea448ace28a63bf8d85edad931a00c79d6c942787c65e2c/Sparks-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9f4cc3dc12cf415360a7efd21d2be66b", "sha256": "6d9276d147f369f0689e945f59afba072937198168687786be0c937b5045d3bc" }, "downloads": -1, "filename": "Sparks-0.1.0.tar.gz", "has_sig": false, "md5_digest": "9f4cc3dc12cf415360a7efd21d2be66b", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7", "size": 15908, "upload_time": "2019-08-11T01:56:21", "url": "https://files.pythonhosted.org/packages/79/2e/75043762b2a259f5b3a128f11df128e0b76ce9621cc38e4df236abae9744/Sparks-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a880470526c281eabb3f6530a525d052", "sha256": "a9c474dc8aa2c90dee564ad2faa6cc3980cd29cbd0a1993f245705a2cacab0cd" }, "downloads": -1, "filename": "Sparks-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "a880470526c281eabb3f6530a525d052", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 6062, "upload_time": "2019-08-11T01:56:19", "url": "https://files.pythonhosted.org/packages/29/04/b82dd16189b6eea448ace28a63bf8d85edad931a00c79d6c942787c65e2c/Sparks-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9f4cc3dc12cf415360a7efd21d2be66b", "sha256": "6d9276d147f369f0689e945f59afba072937198168687786be0c937b5045d3bc" }, "downloads": -1, "filename": "Sparks-0.1.0.tar.gz", "has_sig": false, "md5_digest": "9f4cc3dc12cf415360a7efd21d2be66b", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7", "size": 15908, "upload_time": "2019-08-11T01:56:21", "url": "https://files.pythonhosted.org/packages/79/2e/75043762b2a259f5b3a128f11df128e0b76ce9621cc38e4df236abae9744/Sparks-0.1.0.tar.gz" } ] }