{ "info": { "author": "Mostapha Kalami Heris", "author_email": "sm.kalami@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "Yarpiz Structure (ypstruct)\n=======================\n### A simple and easy-to-use C-like structure for Python\n\n----\n\n## Installation\nUse pip:\n'''\npip install ypstruct\n'''\nif you want to install from source code , you can download from pypi or simple use:\n'''\ngit clone https://github.com/smkalami/ypstruct \n'''\nthen run:\n'''\npython setup.py install\n'''\n\n## Example\n'''python\n\nfrom ypstruct import structure\n\nif __name__ == \"__main__\":\n\n p = structure()\n p.x = 3\n p.y = 4\n p.A = p.x * p.y\n\n print(p)\n\n'''\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/smkalami/ypstruct", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "ypstruct", "package_url": "https://pypi.org/project/ypstruct/", "platform": "", "project_url": "https://pypi.org/project/ypstruct/", "project_urls": { "Homepage": "https://github.com/smkalami/ypstruct" }, "release_url": "https://pypi.org/project/ypstruct/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "A simple and easy-to-use C-like structure for Python", "version": "0.0.1" }, "last_serial": 4090981, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "cfe65edf841ee60d15796a99c34bfd4b", "sha256": "fac57bc65fb1644cc6f17d4cf30ad7b29fb76d7dd2e2be5b20dc362fc14d7e34" }, "downloads": -1, "filename": "ypstruct-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "cfe65edf841ee60d15796a99c34bfd4b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 1911, "upload_time": "2018-07-22T20:58:49", "url": "https://files.pythonhosted.org/packages/d3/6b/600d8aee186c50504d2406fd65d32a737bd7f4eb9a2024b616c4f609fbb6/ypstruct-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "36921ca62dd9e1d18e0c001fb4b706a6", "sha256": "c9c7c32e499a226df23a009e2a82ab43d868f1511222fd06c831839cd2735032" }, "downloads": -1, "filename": "ypstruct-0.0.1.tar.gz", "has_sig": false, "md5_digest": "36921ca62dd9e1d18e0c001fb4b706a6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1628, "upload_time": "2018-07-22T20:58:50", "url": "https://files.pythonhosted.org/packages/c7/2c/a2bbeebfb0f0f35bda65b5cd750f9fb7a2092e1382a37a222491010adbb5/ypstruct-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cfe65edf841ee60d15796a99c34bfd4b", "sha256": "fac57bc65fb1644cc6f17d4cf30ad7b29fb76d7dd2e2be5b20dc362fc14d7e34" }, "downloads": -1, "filename": "ypstruct-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "cfe65edf841ee60d15796a99c34bfd4b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 1911, "upload_time": "2018-07-22T20:58:49", "url": "https://files.pythonhosted.org/packages/d3/6b/600d8aee186c50504d2406fd65d32a737bd7f4eb9a2024b616c4f609fbb6/ypstruct-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "36921ca62dd9e1d18e0c001fb4b706a6", "sha256": "c9c7c32e499a226df23a009e2a82ab43d868f1511222fd06c831839cd2735032" }, "downloads": -1, "filename": "ypstruct-0.0.1.tar.gz", "has_sig": false, "md5_digest": "36921ca62dd9e1d18e0c001fb4b706a6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1628, "upload_time": "2018-07-22T20:58:50", "url": "https://files.pythonhosted.org/packages/c7/2c/a2bbeebfb0f0f35bda65b5cd750f9fb7a2092e1382a37a222491010adbb5/ypstruct-0.0.1.tar.gz" } ] }