{ "info": { "author": "Eric Scrivner", "author_email": "eric.t.scrivner@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "# Deleuze\n\nA simple system for generating new python projects according to a resonable\ndefault skeleton. Example:\n\n`$ deleuze new supertool`\n\nThis will generate the following project directory structure:\n\n```\nsupertool\n|-- bin\n| +-- supertool.py\n|-- reqs\n| +-- common.txt\n| +-- dev.txt\n| +-- production.txt\n| +-- test.txt\n|-- supertool\n| +-- __init__.py\n|-- tests\n| +-- __init__.py\n| +-- base.py\n| +-- factories.py\n| +-- test_supertool.py\n+-- README.md\n+-- requirements.txt\n+-- setup.py\n```\n\nThis provides, what is solely in my opinion, a decent initial project structure.\nThe requirements files are preconfigured, reasonable testing defaults are added,\nand a failing unit-test is included in supertool/tests/test_supertool.py to\nremind you to start by writing some passing tests.\n\nNext I usually spin up a new virtualenv environment for this project, install\nthe requirements, and get to work on something more interesting.\n", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/etscrivner/deleuze", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/etscrivner/deleuze", "keywords": "project,project creation,scaffolding,scaffold", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "deleuze", "package_url": "https://pypi.org/project/deleuze/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/deleuze/", "project_urls": { "Download": "https://github.com/etscrivner/deleuze", "Homepage": "https://github.com/etscrivner/deleuze" }, "release_url": "https://pypi.org/project/deleuze/0.9/", "requires_dist": null, "requires_python": null, "summary": "Simple python project creation tool - inspired by Leiningen.", "version": "0.9" }, "last_serial": 1166251, "releases": { "0.9": [ { "comment_text": "", "digests": { "md5": "f965d303848f4c56fea5c548ee662b4d", "sha256": "ff9185158f883804f13a29d060ecc1735479a4aaa577a156ec2b248c36db6c71" }, "downloads": -1, "filename": "deleuze-0.9.tar.gz", "has_sig": false, "md5_digest": "f965d303848f4c56fea5c548ee662b4d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4006, "upload_time": "2014-07-23T04:51:18", "url": "https://files.pythonhosted.org/packages/6b/65/0100722b6d85eb8a504547eb39151cae32e58b783a88b42079364fb6488a/deleuze-0.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f965d303848f4c56fea5c548ee662b4d", "sha256": "ff9185158f883804f13a29d060ecc1735479a4aaa577a156ec2b248c36db6c71" }, "downloads": -1, "filename": "deleuze-0.9.tar.gz", "has_sig": false, "md5_digest": "f965d303848f4c56fea5c548ee662b4d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4006, "upload_time": "2014-07-23T04:51:18", "url": "https://files.pythonhosted.org/packages/6b/65/0100722b6d85eb8a504547eb39151cae32e58b783a88b42079364fb6488a/deleuze-0.9.tar.gz" } ] }