{ "info": { "author": "Sean Francis N. Ballais", "author_email": "sfballais123@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "# Progen\n## Project Generator\n\nGenerate projects easily with a single command(`progen [generator]`). As of v0.0.1a, Progen supports generating C++ projects. More efforts are needed to improve it.\n\n### Creating your own generator\nYou can create your own project generator that will be utilized by Progen. A generator is simply a python file. \nThere are two types of generators:\n- **Folders Only**\nThis type of generator only requires that you specify folders that will be created with a variable called `folders`. \nFor example:\n```python\nfolders = [\n \"bin\",\n \"bin/epic\",\n \"build\",\n \"src\"\n]\n```\n \nJust save the code above as a python script (for example, `testscript.py`) inside Progen's generator folder in the installation directory. \n \nTo generate a project based on the specified folders above, just run `progen testscript` inside the terminal.\n- **Full Generator**\nThis type of generator requires that you be responsible for making the folders. This is useful if you want to create a generator that is interactive and flexible. \n \nThe code must be inside a `main()` function in order for it to work. Running a full generator is similar to running a *Folders only* generator. \n\n*NOTE: Generators must be saved inside Progen's `generators` folder in the installation directory* \n\n### License\nProgen is licensed under the GNU General Public License v3.0. \n \nCopyright (C) 2015 Sean Francis N. Ballais", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://www.github.com/seanballais/Progen", "keywords": null, "license": "LICENSE", "maintainer": null, "maintainer_email": null, "name": "Progen", "package_url": "https://pypi.org/project/Progen/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/Progen/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://www.github.com/seanballais/Progen" }, "release_url": "https://pypi.org/project/Progen/0.0.1a/", "requires_dist": null, "requires_python": null, "summary": "Generate projects", "version": "0.0.1a" }, "last_serial": 1531166, "releases": { "0.0.1a": [ { "comment_text": "", "digests": { "md5": "6857bcbb1b5451f12924f05cabf7bdbd", "sha256": "0358ed467f013c76444b55dba78f4839ffa095d46c09efa15d2597b5c4303261" }, "downloads": -1, "filename": "Progen-0.0.1a.tar.gz", "has_sig": false, "md5_digest": "6857bcbb1b5451f12924f05cabf7bdbd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3602, "upload_time": "2015-05-03T05:06:54", "url": "https://files.pythonhosted.org/packages/59/b9/e6dae42f8170d458fcb46feecd3c9470feaf1d561bc5c0a3e06142fb6d5f/Progen-0.0.1a.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6857bcbb1b5451f12924f05cabf7bdbd", "sha256": "0358ed467f013c76444b55dba78f4839ffa095d46c09efa15d2597b5c4303261" }, "downloads": -1, "filename": "Progen-0.0.1a.tar.gz", "has_sig": false, "md5_digest": "6857bcbb1b5451f12924f05cabf7bdbd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3602, "upload_time": "2015-05-03T05:06:54", "url": "https://files.pythonhosted.org/packages/59/b9/e6dae42f8170d458fcb46feecd3c9470feaf1d561bc5c0a3e06142fb6d5f/Progen-0.0.1a.tar.gz" } ] }