{ "info": { "author": "Dylan Richardson", "author_email": "dylanrichardson1996@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "=============\nBracketMaker\n=============\n\nBracketMaker is used to create brackets of any size and neatly print them to the screen. It is useful for visually representing tournaments and updating them on the fly. Main.py is used for storing brackets in a file and opening and editing them later.\n\n\nIncluded Files\n==============\n\n* bin/main.py\n - store and update brackets (uses bracket.bracket)\n\n* bracket/bracket.py\n - python module used for creating and displaying brackets\n\n\nInstallation\n============\n\nPython must be installed in order for BracketMaker to run. Install python at https://www.python.org/download/. In the terminal type \u201ccd path/to/this/directory\u201d and then \u201cpython setup.py install\u201d. This will add the bracket module to your site-packages.\n\n\nHow to Run\n==========\n\nYou can either choose to run a finished python program that uses the bracket module or create your own script with the module. If you want to just run the finished version, the file will be found in the \u201cbin\u201d directory. Double click on the file or type \u201cpython main.py\u201d in the terminal to run. To use the bracket module in your own program the include it at the top of the file with \u201cfrom bracket import bracket\u201d. There is only one module in the \u201cbracket\u201d directory.\n\n\nHow to Use main.py\n==================\n\nIn the main menu, your options are to create a new bracket or open an existing one. \n\nNew Bracket\n-----------\nYou will be asked to enter a name and location to save the bracket. The location must be the full path excluding the name of the bracket. Then you must enter the number of teams that will participate in the tournament and their names. You will also be asked to shuffle the teams. Enter yes if you want to give the teams random seeds. Enter no to use the way you enter the teams as the rankings.\n\nOpen Bracket\n------------\nEnter the full path of where the bracket was saved including the name of the bracket.\n\nUpdating the Bracket\n--------------------\nType the name of a team that should go on to the next round. You can type multiple teams at once by separating the names with a comma. You can also edit incorrect updates by typing the other team that should have won instead.\n\nQuit and Save\n-------------\nIn the update screen type \u201cquit\u201d to quit and save. This will return you to the main menu as well.\n\nCommand Line Arguments\n----------------------\nThere is only one additional argument for main.py. It is \u201c-f\u201d to show the full output of the program and never clear the screen. To use this feature open the terminal and type \u201cpython path/to/directory/main.py -f\u201d.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/BracketMaker/", "keywords": null, "license": "LICENSE.txt", "maintainer": null, "maintainer_email": null, "name": "BracketMaker", "package_url": "https://pypi.org/project/BracketMaker/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/BracketMaker/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/BracketMaker/" }, "release_url": "https://pypi.org/project/BracketMaker/0.3.0/", "requires_dist": null, "requires_python": null, "summary": "Create and store readable brackets.", "version": "0.3.0" }, "last_serial": 1543676, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "82148e94f7f8b0bcebdcef1b37fb8583", "sha256": "29c4ebc901fa65a75e0d97539b8b2c97c2c2edb83489a655d48ae9b8743b3a28" }, "downloads": -1, "filename": "BracketMaker-0.1.0.tar.gz", "has_sig": false, "md5_digest": "82148e94f7f8b0bcebdcef1b37fb8583", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3372, "upload_time": "2014-07-17T02:24:45", "url": "https://files.pythonhosted.org/packages/b1/f0/a4b6f8724ee6514c532203ba000641abc9e1703be12684be982302eff3b5/BracketMaker-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "06b861179a5c62c667852511c51673eb", "sha256": "b90d8aa8c5b38b1aed6f498dfe0037ba9200b17c3977404504915dcd171ac447" }, "downloads": -1, "filename": "BracketMaker-0.1.1.tar.gz", "has_sig": false, "md5_digest": "06b861179a5c62c667852511c51673eb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3378, "upload_time": "2014-07-17T02:42:29", "url": "https://files.pythonhosted.org/packages/94/fd/b03a2230f90603ada251214c572f71416e0ab597a69cd7f9ea9207e4d5fd/BracketMaker-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "dc05ca57b08e54e6bd2412d075508127", "sha256": "ed6cf1c860c4622cb1da2514aa677216fd2b6acbc37192559e99f01bf5b0add5" }, "downloads": -1, "filename": "BracketMaker-0.1.2.tar.gz", "has_sig": false, "md5_digest": "dc05ca57b08e54e6bd2412d075508127", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3347, "upload_time": "2014-07-17T02:47:48", "url": "https://files.pythonhosted.org/packages/a6/a1/f55400ca30325464ed6e2ac202cd97aecbcd7234cf91a5cbebab5e7de038/BracketMaker-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "1b1c09c07f4a4855ac476d0dea32741a", "sha256": "b2b646649c8e1c4d93432cadee38c4e2162c847925316b2d036fb4cc689c2eb6" }, "downloads": -1, "filename": "BracketMaker-0.1.3.tar.gz", "has_sig": false, "md5_digest": "1b1c09c07f4a4855ac476d0dea32741a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3344, "upload_time": "2014-07-17T03:05:54", "url": "https://files.pythonhosted.org/packages/c3/b8/dd528acde307302625c224d858d20699f52fc2d4b10f7461c9f42fd06171/BracketMaker-0.1.3.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "838a1e59a9c9119115bdf2d5a6b2b388", "sha256": "239fa9540d25e1360a4666105e041bd06b8ab17d158df609bd35a0b9cf74b6bd" }, "downloads": -1, "filename": "BracketMaker-0.2.0.tar.gz", "has_sig": false, "md5_digest": "838a1e59a9c9119115bdf2d5a6b2b388", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4220, "upload_time": "2014-07-17T15:22:39", "url": "https://files.pythonhosted.org/packages/52/95/1bba3ca8a1dad536d087e21c9890d857a87d432dc0c6e4282668cd1aac70/BracketMaker-0.2.0.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "f57e286723a40c123c78d71d748033f4", "sha256": "f4753dadc99c3b5c7cc53dee3a9c2bf4404f39f86cd592840af9a4281ab2d77f" }, "downloads": -1, "filename": "BracketMaker-0.3.0.tar.gz", "has_sig": false, "md5_digest": "f57e286723a40c123c78d71d748033f4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4259, "upload_time": "2015-05-12T13:27:32", "url": "https://files.pythonhosted.org/packages/bc/19/7a67fd4b4b99a14cca3e7387e672f940405798e693b5af9da8b9b2a44085/BracketMaker-0.3.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f57e286723a40c123c78d71d748033f4", "sha256": "f4753dadc99c3b5c7cc53dee3a9c2bf4404f39f86cd592840af9a4281ab2d77f" }, "downloads": -1, "filename": "BracketMaker-0.3.0.tar.gz", "has_sig": false, "md5_digest": "f57e286723a40c123c78d71d748033f4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4259, "upload_time": "2015-05-12T13:27:32", "url": "https://files.pythonhosted.org/packages/bc/19/7a67fd4b4b99a14cca3e7387e672f940405798e693b5af9da8b9b2a44085/BracketMaker-0.3.0.tar.gz" } ] }