{ "info": { "author": "sam-iau", "author_email": "sam-iau@outlook.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3.6" ], "description": "# vtemplate\n\nA python library to create a structured directories for different kinds of projects\n\nThis is created for structuring of projects inside virtusa\nall projects are roughlt divided into 4 catogeries and a specific structure in proposed for easc. This library helps create the strcuture of one of the 4 kind as specified \n\n## Installation\nThis can be installed with pip \n``` \npip install vtemplate\n```\n\nOr you can download the git repo and navigate to dist folder vtemplate>vtemplate>dist and use\n\n```\npip install vtemplate-*.*.*-py3-none-any.whl\n```\nchange * to respective release\n\n## Usage\n\nyou can import the package and call create with the project name\nfor example\n```\nimport vtemplate as vt\nvt.create('project name')\n```\n\nthis starts creating the project structure\nThere will be some questions you need to answer\n\nto get the full idea see example.ipynb", "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/frier-sam/vtemplate", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "vtemplate", "package_url": "https://pypi.org/project/vtemplate/", "platform": "", "project_url": "https://pypi.org/project/vtemplate/", "project_urls": { "Homepage": "https://github.com/frier-sam/vtemplate" }, "release_url": "https://pypi.org/project/vtemplate/0.0.2/", "requires_dist": null, "requires_python": "", "summary": "A package to create the project directories in a structure", "version": "0.0.2" }, "last_serial": 5118761, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "9be8836fcc2a7f5a63b6ee2148d3b93a", "sha256": "32c0f5ec4cfe4a76565f08f07b9460557fa82a98e2ed177ed656af1d366d8e52" }, "downloads": -1, "filename": "vtemplate-0.0.1.tar.gz", "has_sig": false, "md5_digest": "9be8836fcc2a7f5a63b6ee2148d3b93a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2808, "upload_time": "2019-04-09T12:47:56", "url": "https://files.pythonhosted.org/packages/4c/04/95a02d6773d2b72271d1b713192c836d35d405151618967c3de4832ea25f/vtemplate-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "57c94b751866c66c8b5f4c70a7d9a2c6", "sha256": "3a558a0209e1a813ff54cf506356f8e15a5edbbd6921a196b6c844228dbd1c28" }, "downloads": -1, "filename": "vtemplate-0.0.2.tar.gz", "has_sig": false, "md5_digest": "57c94b751866c66c8b5f4c70a7d9a2c6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3284, "upload_time": "2019-04-09T13:23:55", "url": "https://files.pythonhosted.org/packages/82/25/f050c2c8f5d3c77b2204851bfd7705707d848971058ab7bca9fa7a95139f/vtemplate-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "57c94b751866c66c8b5f4c70a7d9a2c6", "sha256": "3a558a0209e1a813ff54cf506356f8e15a5edbbd6921a196b6c844228dbd1c28" }, "downloads": -1, "filename": "vtemplate-0.0.2.tar.gz", "has_sig": false, "md5_digest": "57c94b751866c66c8b5f4c70a7d9a2c6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3284, "upload_time": "2019-04-09T13:23:55", "url": "https://files.pythonhosted.org/packages/82/25/f050c2c8f5d3c77b2204851bfd7705707d848971058ab7bca9fa7a95139f/vtemplate-0.0.2.tar.gz" } ] }