{ "info": { "author": "Place", "author_email": "help@placepay.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "# Place Python Package\n\nA python package for interfacing with the Place API\n\n## Installation\n\nTo install from GitHub using [pip](http://www.pip-installer.org/en/latest/):\n\n```bash\npip install git+https://github.com/placepay/place-python.git\n```\n\nIf you don't have pip, it can be installed using the below command:\n\n```bash\ncurl https://raw.github.com/pypa/pip/master/contrib/get-pip.py | python\n```\n\nTo manually install `place-python`, you can [download the source](https://github.com/placepay/place-python/zipball/master) and run:\n\n```bash\npython setup.py install\n```\n\n## Basic usage\n\n```python\nimport place\n\n# set your api key\nplace.api_key = 'private_key_6fsMi3GDxXg1XXSluNx1sLEd'\n\n# create an account\naccount = place.Account.create(\n email='joe.schmoe@example.com',\n full_name='Joe Schmoe',\n user_type='payer'\n)\n```\n\n## Documentation\nRead the [docs](https://developer.placepay.com/?python)\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/placepay/place-python", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "place", "package_url": "https://pypi.org/project/place/", "platform": "", "project_url": "https://pypi.org/project/place/", "project_urls": { "Homepage": "https://github.com/placepay/place-python" }, "release_url": "https://pypi.org/project/place/0.5.5/", "requires_dist": [ "requests" ], "requires_python": "", "summary": "Place python library", "version": "0.5.5" }, "last_serial": 4150911, "releases": { "0.5.5": [ { "comment_text": "", "digests": { "md5": "2e73058f33a3aa5f31b5f5e5e498a3ac", "sha256": "2d3dfbcd6a9d119ca9d17994a6b41442a0efd85436ebf16ae28851749b4a05b1" }, "downloads": -1, "filename": "place-0.5.5-py3-none-any.whl", "has_sig": false, "md5_digest": "2e73058f33a3aa5f31b5f5e5e498a3ac", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5317, "upload_time": "2018-08-08T22:11:43", "url": "https://files.pythonhosted.org/packages/a3/0b/449cc2c6512d1dca52915c2a81f35683e2d9b6a12a1009972d7af9222798/place-0.5.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "59af38e53893c7c56fa45e071401c550", "sha256": "9bc81abb08fe225ed4467224cb76bac5073ab30f70976afd50d3a77b816c8f72" }, "downloads": -1, "filename": "place-0.5.5.tar.gz", "has_sig": false, "md5_digest": "59af38e53893c7c56fa45e071401c550", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4334, "upload_time": "2018-08-08T22:11:45", "url": "https://files.pythonhosted.org/packages/86/c7/817179a0e703acbf2ee4547f2fc77f262630411f0fa59d3a68be3a875945/place-0.5.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2e73058f33a3aa5f31b5f5e5e498a3ac", "sha256": "2d3dfbcd6a9d119ca9d17994a6b41442a0efd85436ebf16ae28851749b4a05b1" }, "downloads": -1, "filename": "place-0.5.5-py3-none-any.whl", "has_sig": false, "md5_digest": "2e73058f33a3aa5f31b5f5e5e498a3ac", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5317, "upload_time": "2018-08-08T22:11:43", "url": "https://files.pythonhosted.org/packages/a3/0b/449cc2c6512d1dca52915c2a81f35683e2d9b6a12a1009972d7af9222798/place-0.5.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "59af38e53893c7c56fa45e071401c550", "sha256": "9bc81abb08fe225ed4467224cb76bac5073ab30f70976afd50d3a77b816c8f72" }, "downloads": -1, "filename": "place-0.5.5.tar.gz", "has_sig": false, "md5_digest": "59af38e53893c7c56fa45e071401c550", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4334, "upload_time": "2018-08-08T22:11:45", "url": "https://files.pythonhosted.org/packages/86/c7/817179a0e703acbf2ee4547f2fc77f262630411f0fa59d3a68be3a875945/place-0.5.5.tar.gz" } ] }