{ "info": { "author": "Grzegorz Wierzchowski", "author_email": "gwierzchowski@wp.pl", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Other Audience", "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3 :: Only", "Topic :: Games/Entertainment :: Board Games", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "**gamerec** is Python package intended to help process game recordings for 2 payers' games. \nFile with game records can be loaded to Python collection object, be manipulated by user Python code,\nand then be saved back to file. Current very limited version of package only supports Chess game \nand only .pgn file meta-data. \n\nBelow is an example of package use to save games from .pgn file to SQLite database:\n```python\nfrom gamerec.storage.pgnfile.chess import ChessGameCollection as PGNChessGC\nfrom gamerec.storage.sqlite.chess import ChessGameCollection as SQLiteChessGC\n\nPGNFile = sys.argv[1]\nSQLFile = sys.argv[2]\n\npgngc = PGNChessGC()\npgngc.load(PGNFile)\nsqlgc = SQLiteChessGC()\nsqlgc.data = pgngc.data\nsqlgc.coding = \"utf_8\"\nsqlgc.save(SQLFile)\n```\n\nConsider installing [normalizePGN](https://pypi.python.org/pypi/normalizePGN) which is an example of\nhow this package may be used.\n\nFor more information see files README.md and Changelog.md included in source-ball or \nin typical installation using pip deployed to folders:\n- /usr/local/share/doc/gamerec (Linux)\n- C:\\Python35\\doc\\gamerec (Windows) or\n- \\AppData\\Local\\Programs\\Python\\Python35-32\\Doc\\gamerec", "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/gwierzchowski/gamerec", "keywords": null, "license": "LGPLv3", "maintainer": null, "maintainer_email": null, "name": "gamerec", "package_url": "https://pypi.org/project/gamerec/", "platform": "any", "project_url": "https://pypi.org/project/gamerec/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/gwierzchowski/gamerec" }, "release_url": "https://pypi.org/project/gamerec/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Library to process 2 players' games recordings (only chess now)", "version": "0.1.0" }, "last_serial": 1943261, "releases": { "0.0.1": [], "0.0.2": [ { "comment_text": "", "digests": { "md5": "4814127a09abd6cc58632d3958ca01ce", "sha256": "bb2e90145a82f710d670242661af0c7f413dc05a6137550211c2e2b50559e2eb" }, "downloads": -1, "filename": "gamerec-0.0.2.tar.gz", "has_sig": false, "md5_digest": "4814127a09abd6cc58632d3958ca01ce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11032, "upload_time": "2016-01-29T21:35:06", "url": "https://files.pythonhosted.org/packages/0c/1d/f95040a2b6e5389fb5cf7402ddd2eeb072d7750c71cd8a8de25fb4f27910/gamerec-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "c920beb667a523fb1585389fd31f0567", "sha256": "164db2b737b167ab5dea60ac66aa443133acac6d28848233dcc3a6ee29b0ca2b" }, "downloads": -1, "filename": "gamerec-0.0.3.tar.gz", "has_sig": false, "md5_digest": "c920beb667a523fb1585389fd31f0567", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11540, "upload_time": "2016-02-04T21:32:25", "url": "https://files.pythonhosted.org/packages/5d/40/c306b2d8a40228dcba6bd92efde6a978503d3e79dc749763fdb5856d7e80/gamerec-0.0.3.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "2f6e2e228deb4a06b1faea4d6bf7a71a", "sha256": "cf6a11a071439face6e6bd2a622280d9f574e953ff1e3e40a8c844162e7076fa" }, "downloads": -1, "filename": "gamerec-0.1.0.tar.gz", "has_sig": false, "md5_digest": "2f6e2e228deb4a06b1faea4d6bf7a71a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11547, "upload_time": "2016-02-06T17:28:26", "url": "https://files.pythonhosted.org/packages/cf/2d/955655c132681eaac67c05bb8606fc1863632c54a62d170616b2faf452df/gamerec-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2f6e2e228deb4a06b1faea4d6bf7a71a", "sha256": "cf6a11a071439face6e6bd2a622280d9f574e953ff1e3e40a8c844162e7076fa" }, "downloads": -1, "filename": "gamerec-0.1.0.tar.gz", "has_sig": false, "md5_digest": "2f6e2e228deb4a06b1faea4d6bf7a71a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11547, "upload_time": "2016-02-06T17:28:26", "url": "https://files.pythonhosted.org/packages/cf/2d/955655c132681eaac67c05bb8606fc1863632c54a62d170616b2faf452df/gamerec-0.1.0.tar.gz" } ] }