{ "info": { "author": "Ishkhan Verdyan", "author_email": "vermasstud@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# Pygame image`s Atlas Creator\n\nThis program makes it easy to create a Atlas using Sprite Sheets created by [TexturePacker](https://www.codeandweb.com/texturepacker) for [Pygame](https://www.pygame.org/).\n\nUsage example:\nCreate Atlas Object from JSON file generated by TexturePacker\n\n```python\nfrom pg_atlas import PGAtlas\natlas = PGAtlas(path='example.json')\n```\n\nThen create pygame.Surface from atlas by calling create_image() method with the Frame`s name in JSON file.\n\n```python\nimage = atlas.create_image('example_frame.png')\n```\n\nYou can also create a list of images by passing list of frame names to create_images() method.\n```python\nimages = atlas.create_images(['example_image_1.png', 'example_image_2.png'])\n```\n\n\n\n", "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/damaskes/pg-atlas", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "pg-atlas", "package_url": "https://pypi.org/project/pg-atlas/", "platform": "", "project_url": "https://pypi.org/project/pg-atlas/", "project_urls": { "Homepage": "https://github.com/damaskes/pg-atlas" }, "release_url": "https://pypi.org/project/pg-atlas/0.0.1/", "requires_dist": null, "requires_python": ">=3.6", "summary": "Simple Image Atlas creator for Pygame framework", "version": "0.0.1" }, "last_serial": 5766856, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "42190919f8fec7ab027d8d10e3da3377", "sha256": "0014dc30236bf8d0cc3e606084950252cce7c018f867c8e1932dd0a8d46519b0" }, "downloads": -1, "filename": "pg_atlas-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "42190919f8fec7ab027d8d10e3da3377", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 3110, "upload_time": "2019-09-01T12:27:33", "url": "https://files.pythonhosted.org/packages/7d/64/cf9fb382d5e5ae29387606306c4d11d41744697960d49c77f4744caa843e/pg_atlas-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "28a6c7a85768d2f01b1c1c0b20fea583", "sha256": "44db43ef648eda6a7dbc566d3d36b91f4b14248ecfc10cec229ab9e084b451bd" }, "downloads": -1, "filename": "pg-atlas-0.0.1.tar.gz", "has_sig": false, "md5_digest": "28a6c7a85768d2f01b1c1c0b20fea583", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 1919, "upload_time": "2019-09-01T12:27:37", "url": "https://files.pythonhosted.org/packages/c5/0d/6b0bee7938e08725c099114e0006282860456e3a6d029290046dc7bca267/pg-atlas-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "42190919f8fec7ab027d8d10e3da3377", "sha256": "0014dc30236bf8d0cc3e606084950252cce7c018f867c8e1932dd0a8d46519b0" }, "downloads": -1, "filename": "pg_atlas-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "42190919f8fec7ab027d8d10e3da3377", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 3110, "upload_time": "2019-09-01T12:27:33", "url": "https://files.pythonhosted.org/packages/7d/64/cf9fb382d5e5ae29387606306c4d11d41744697960d49c77f4744caa843e/pg_atlas-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "28a6c7a85768d2f01b1c1c0b20fea583", "sha256": "44db43ef648eda6a7dbc566d3d36b91f4b14248ecfc10cec229ab9e084b451bd" }, "downloads": -1, "filename": "pg-atlas-0.0.1.tar.gz", "has_sig": false, "md5_digest": "28a6c7a85768d2f01b1c1c0b20fea583", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 1919, "upload_time": "2019-09-01T12:27:37", "url": "https://files.pythonhosted.org/packages/c5/0d/6b0bee7938e08725c099114e0006282860456e3a6d029290046dc7bca267/pg-atlas-0.0.1.tar.gz" } ] }