{ "info": { "author": "('Joao Pimentel',)", "author_email": "joaofelipenp@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "DojoGen\n=======\n\nThis project generates folders for coding dojo sessions following the\npattern YYYYMMDD[\\_extra]\\ *language*\\ problem.\n\nI (Jo\u00e3o Felipe Pimentel) started this project in a fork of\n`DojoTools `__ and now I'm\nextracting it to a separate project.\n\nInstalling and using DojoGen is simple and easy. Please check our\ninstallation and basic usage guidelines below.\n\nQuick Installation\n------------------\n\nTo install DojoGen, you should follow these basic instructions:\n\nIf you have pip, just run:\n\n.. code:: bash\n\n $ pip install dojogen\n\nIf you do not have pip, but already have Git (to clone our repository)\nand Python:\n\n.. code:: bash\n\n $ git clone git@github.com:dojorio/dojogen.git\n $ cd dojogen\n $ ./setup.py install\n\nThis installs DojoGen on your system.\n\nUsage\n-----\n\nThere are 3 basic commands: generate (g), language (l), help (h)\n\n1- Generate: generates a folder for the coding dojo session\n\nJust call it with the desired language and problem\n\n::\n\n $ dojogen generate python fizz_buzz\n\nGenerates 20150517\\_python\\_fizz\\_buzz\n\nYou can also pass extra arguments to describe custom dojo sessions\n\n::\n\n $ dojogen g python fizz_buzz freshmen\n\nGenerates 20150517\\_freshmen\\_python\\_fizz\\_buzz with fizz\\_buzz.py and\ntest\\_fizz\\_buzz.py\n\nThere are also extra options:\n\nUse non-specified generator or ignore language files: (-i/--ignore)\n\n::\n\n $ dojogen g -i python fizz_buzz\n\nGenerates an empty 20150517\\_python\\_fizz\\_buzz\n\nSpecify the path (-p/--path)\n\n::\n\n $ dojogen g -p ~/dojo_niteroi python fizz_buzz\n\nGenerates 20150517\\_python\\_fizz\\_buzz inside ~/dojo\\_niteroi directory\n\n2- Language: shows existing generators\n\n::\n\n $ dojogen language\n moonscript\n javascript\n pascal\n python\n java\n coffeescript\n c\n haskell\n lua\n ruby\n\n3- Help: describes how to prepare the environment for a language\n\n::\n\n $ dojogen help ruby\n Dependencies:\n ruby\n rspec\n\n TestUnit:\n It uses rspec that can be downloaded by\n gem install rspec\n\n Interactive Shell:\n irb\n\nContributing\n------------\n\nIf you want to create a new generator, you just need to create a folder\ninside the generators directory and a text file inside generators/help.\nThe name of the folder and text file will be the name of the generator.\n\nPlease, make sure you create a file run.dojo inside the generator with\nthe command line used to compile and run tests (if applyable) and a\n.dojoignore with rules to ignore compiled files.\n\nSome strings will be replaced by the problem name according to the\nexpected case. Using the problem name fizz\\_buzz as example:\n\n::\n\n '___dojogen___' : 'fizz_buzz'\n '___class_dojogen___' : 'FizzBuzz',\n '___down_dojogen___' : 'fizzbuzz',\n '___camel_dojogen___' : 'fizzBuzz',\n\nContact\n-------\n\nDo not hesitate to contact me:\n\n- Jo\u00e3o Felipe Pimentel joaofelipenp@gmail.com\n\nLicense Terms\n-------------\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/dojorio/dojogen", "keywords": "dojo generate languages", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "dojogen", "package_url": "https://pypi.org/project/dojogen/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/dojogen/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/dojorio/dojogen" }, "release_url": "https://pypi.org/project/dojogen/1.1.0/", "requires_dist": null, "requires_python": null, "summary": "Generates folders for coding dojo sessions", "version": "1.1.0" }, "last_serial": 1550948, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "f6d6e5cbf8f79dfaec06d47f6bd01789", "sha256": "03ca1ade43e4791d8ec17dc93fd2b9270a1c6d0a65019ad4c969bad710fd5164" }, "downloads": -1, "filename": "dojogen-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f6d6e5cbf8f79dfaec06d47f6bd01789", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 467043, "upload_time": "2015-05-17T19:35:11", "url": "https://files.pythonhosted.org/packages/1a/ca/d91843eb7e85aca984d0fed11bc8f87ca13c82f34d319ce44f0ce9d1276a/dojogen-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8af359aa57621e515b4b917e153986aa", "sha256": "e1293116ed11e14b8240a9f100d0282f461e7bada9ae0cd1cacd4a9b4a99f939" }, "downloads": -1, "filename": "dojogen-1.0.0.tar.gz", "has_sig": false, "md5_digest": "8af359aa57621e515b4b917e153986aa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 451706, "upload_time": "2015-05-17T19:35:03", "url": "https://files.pythonhosted.org/packages/b9/dc/9b11c69a57c4b71770659b374aad4e7280e06fec5517bb0a8a1209509718/dojogen-1.0.0.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "8f75c1eaabf048c8eb1ae073c11b2d6f", "sha256": "b5b30bd13688017fab41f50c22753d1b67f0b406d85678027214f9a0967816b7" }, "downloads": -1, "filename": "dojogen-1.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8f75c1eaabf048c8eb1ae073c11b2d6f", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 467820, "upload_time": "2015-05-17T22:02:44", "url": "https://files.pythonhosted.org/packages/ab/cd/7210d8483b53852490d1e674a4f5816813d157a70999764442abf4f1d906/dojogen-1.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "510f43014432171bbb0072ce849568fe", "sha256": "8f579e7b8d62c57947559c26dfbbadd42f5a961cd10fdfd51cb08e9ea61c4fb7" }, "downloads": -1, "filename": "dojogen-1.1.0.tar.gz", "has_sig": false, "md5_digest": "510f43014432171bbb0072ce849568fe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 452193, "upload_time": "2015-05-17T22:02:36", "url": "https://files.pythonhosted.org/packages/c0/f5/70de51356e633e4dfd32f0ab7a5bcb90f88fd635d0e283690b4183efda12/dojogen-1.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8f75c1eaabf048c8eb1ae073c11b2d6f", "sha256": "b5b30bd13688017fab41f50c22753d1b67f0b406d85678027214f9a0967816b7" }, "downloads": -1, "filename": "dojogen-1.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8f75c1eaabf048c8eb1ae073c11b2d6f", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 467820, "upload_time": "2015-05-17T22:02:44", "url": "https://files.pythonhosted.org/packages/ab/cd/7210d8483b53852490d1e674a4f5816813d157a70999764442abf4f1d906/dojogen-1.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "510f43014432171bbb0072ce849568fe", "sha256": "8f579e7b8d62c57947559c26dfbbadd42f5a961cd10fdfd51cb08e9ea61c4fb7" }, "downloads": -1, "filename": "dojogen-1.1.0.tar.gz", "has_sig": false, "md5_digest": "510f43014432171bbb0072ce849568fe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 452193, "upload_time": "2015-05-17T22:02:36", "url": "https://files.pythonhosted.org/packages/c0/f5/70de51356e633e4dfd32f0ab7a5bcb90f88fd635d0e283690b4183efda12/dojogen-1.1.0.tar.gz" } ] }