{ "info": { "author": "Ublim", "author_email": "ublimjo@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "=======\npyfield\n=======\n\n.. image:: https://travis-ci.org/Ublimjo/pyfield.svg?branch=master\n :target: https://travis-ci.org/Ublimjo/pyfield\n\nCollection of field for your form **not** *only web form*\n\n\nDescription\n===========\n\n**pyfield** is a collection of field with battery included.\n\nThis project is under developmment, please read\n`CONTIBUTING.rst `_\n\n\nExample\n=======\n\n.. code-block:: python\n\n >>> from pyfield import Text\n >>>\n >>> def main():\n >>> username = Text('Username')\n >>> username(input(username.prompt_input()))\n >>> print(f'Your name is {username.get}')\n >>>\n >>> main()\n Username: Bob\n Your name is Bob\n\nIt's very simple but pyfield comes with a lot of features\n\n - Default value\n - Transformator\n - Validator\n\nRead the docs if you want to know more about these features or create your own\nTransformator and validator\n\n\n", "description_content_type": "text/x-rst", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Ublimjo/pyfield", "keywords": "", "license": "MIT", "maintainer": "Ublim", "maintainer_email": "ublimjo@gmail.com", "name": "pyfield", "package_url": "https://pypi.org/project/pyfield/", "platform": "", "project_url": "https://pypi.org/project/pyfield/", "project_urls": { "Homepage": "https://github.com/Ublimjo/pyfield" }, "release_url": "https://pypi.org/project/pyfield/0.1.3/", "requires_dist": null, "requires_python": "", "summary": "Collection of field for your form", "version": "0.1.3" }, "last_serial": 4335376, "releases": { "0.1.3": [ { "comment_text": "", "digests": { "md5": "f1d617ece16c51a94c457f8b8334415f", "sha256": "211e9c0735b48c7a3ea65a189e165c5655d028dcb529187e78efab51fc521a74" }, "downloads": -1, "filename": "pyfield-0.1.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f1d617ece16c51a94c457f8b8334415f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 10474, "upload_time": "2018-10-03T06:42:28", "url": "https://files.pythonhosted.org/packages/9a/f4/2dfca3460e5843663bf5bd21c6fee88a266cffec4c7d731091eed5f7099a/pyfield-0.1.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "59e5ca2cd6c534617946a63eed713a3f", "sha256": "10da7401fcea32118ad9d16cd3a96301e37b1b549e86941dd84617da3e81205a" }, "downloads": -1, "filename": "pyfield-0.1.3.tar.gz", "has_sig": false, "md5_digest": "59e5ca2cd6c534617946a63eed713a3f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4234, "upload_time": "2018-10-03T06:42:30", "url": "https://files.pythonhosted.org/packages/32/3b/9110ebb7198f2fde49290ccc2f3831fcf4116075b48e6cb15dbaecb8c591/pyfield-0.1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f1d617ece16c51a94c457f8b8334415f", "sha256": "211e9c0735b48c7a3ea65a189e165c5655d028dcb529187e78efab51fc521a74" }, "downloads": -1, "filename": "pyfield-0.1.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f1d617ece16c51a94c457f8b8334415f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 10474, "upload_time": "2018-10-03T06:42:28", "url": "https://files.pythonhosted.org/packages/9a/f4/2dfca3460e5843663bf5bd21c6fee88a266cffec4c7d731091eed5f7099a/pyfield-0.1.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "59e5ca2cd6c534617946a63eed713a3f", "sha256": "10da7401fcea32118ad9d16cd3a96301e37b1b549e86941dd84617da3e81205a" }, "downloads": -1, "filename": "pyfield-0.1.3.tar.gz", "has_sig": false, "md5_digest": "59e5ca2cd6c534617946a63eed713a3f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4234, "upload_time": "2018-10-03T06:42:30", "url": "https://files.pythonhosted.org/packages/32/3b/9110ebb7198f2fde49290ccc2f3831fcf4116075b48e6cb15dbaecb8c591/pyfield-0.1.3.tar.gz" } ] }