{ "info": { "author": "Filipe Pina", "author_email": "fopina@skmobi.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.0", "Programming Language :: Python :: 3.1", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5" ], "description": "********\npyfispip\n********\n\n.. image:: https://travis-ci.org/fopina/pyfispip.svg?branch=master\n :target: https://travis-ci.org/fopina/pyfispip\n :alt: Build Status\n\n.. image:: https://img.shields.io/pypi/v/fispip.svg\n :target: https://pypi.python.org/pypi/fispip\n :alt: PyPI Version\n\n.. image:: https://img.shields.io/pypi/pyversions/fispip.svg\n :target: https://pypi.python.org/pypi/fispip\n :alt: PyPI Python Versions\n\n.. image:: https://coveralls.io/repos/github/fopina/pyfispip/badge.svg?branch=master\n :target: https://coveralls.io/github/fopina/pyfispip?branch=master\n :alt: Coverage Status\n\nSuccessor to https://github.com/fopina/pygtm\n\n\n============\nInstallation\n============\n\n\nSimply use **pip**:\n\n.. code-block:: bash\n\n $ pip install pyfispip\n\nOr install latest version from github:\n\n.. code-block:: bash\n\n $ pip install git+https://github.com/fopina/pyfispip/\n\n\n=====\nUsage\n=====\n\n\nUse it in your code (check `examples`_ folder):\n\n.. _examples: examples\n\n.. code-block:: python\n\n >>> from fispip import PIP\n >>> pip = PIP()\n >>> pip.connect('localhost',61315,'1','XXX')\n >>> pip.executeSQL('SELECT TJD FROM CUVAR')\n (['60960'], ['D'])\n\n\nOr quickly use the CLI:\n\n.. code-block:: bash\n\n $ python -m fispip -h\n usage: __main__.py [-h] [-u USER] [-p PWD] [-P PORT] [-S TYPE] [-s]\n host params [params ...]\n\n Python FIS MTM/PIP SQL/RPC Interface\n\n positional arguments:\n host Hostname to connect\n params For RPC: MRPC_ID [MRPC_PARAM1 [MRPC_PARAM...]] For\n SQL: SQL_STATEMENT\n\n optional arguments:\n -h, --help show this help message and exit\n -u USER, --user USER PIP Username (default: 1)\n -p PWD, --password PWD\n PIP Password (default: XXX)\n -P PORT, --port PORT MTM port (default: 61315)\n -S TYPE, --server TYPE\n PIP server type (default: SCA$IBS)\n -s, --sql Execute SQL statement (default action is RPC)\n \n $ python -m fispip localhost -s select tjd from cuvar\n 60960\n", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/fopina/pyfispip/tarball/v0.0.3", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/fopina/pyfispip", "keywords": "database", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "fispip", "package_url": "https://pypi.org/project/fispip/", "platform": "", "project_url": "https://pypi.org/project/fispip/", "project_urls": { "Download": "https://github.com/fopina/pyfispip/tarball/v0.0.3", "Homepage": "https://github.com/fopina/pyfispip" }, "release_url": "https://pypi.org/project/fispip/0.0.3/", "requires_dist": null, "requires_python": "", "summary": "Python FIS MTM/PIP SQL/RPC Interface", "version": "0.0.3" }, "last_serial": 2703243, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "c12e41df6ec0c426d0734ffb17268c0b", "sha256": "970ce7e3b782ab46b05c673c4fd9cf29a016b0a7422763b7d0cb7d27ab15746a" }, "downloads": -1, "filename": "fispip-0.0.1.tar.gz", "has_sig": false, "md5_digest": "c12e41df6ec0c426d0734ffb17268c0b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3863, "upload_time": "2017-03-03T06:12:29", "url": "https://files.pythonhosted.org/packages/47/77/42aa1b8c511a5ee1dc722b2b1a8e40cd341cd522bb78a8d99552312569b7/fispip-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "d329f12a5e26e0dd2c827dc1a93c8bb4", "sha256": "71052a75a38de8cabb732223ee33eb6b5d3a2b15f55fd5d5f625f42d8543bfac" }, "downloads": -1, "filename": "fispip-0.0.2.tar.gz", "has_sig": false, "md5_digest": "d329f12a5e26e0dd2c827dc1a93c8bb4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7395, "upload_time": "2017-03-06T18:57:35", "url": "https://files.pythonhosted.org/packages/c3/a4/65e68b922a1db00b36edb146c8ad10d75f27c48d5a6af62bd483961b6163/fispip-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "e67ba5e5ff36da4cd5b280e2baf7a3fc", "sha256": "74b7b4f01cf770aec864886d9d81c56cc60f25c283ca61c11aead3299208ee0b" }, "downloads": -1, "filename": "fispip-0.0.3.tar.gz", "has_sig": false, "md5_digest": "e67ba5e5ff36da4cd5b280e2baf7a3fc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9458, "upload_time": "2017-03-13T18:45:22", "url": "https://files.pythonhosted.org/packages/e5/69/b5868937b6caaaaeda7353e9dae50043f90e669a7584308d7814de7b9e19/fispip-0.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e67ba5e5ff36da4cd5b280e2baf7a3fc", "sha256": "74b7b4f01cf770aec864886d9d81c56cc60f25c283ca61c11aead3299208ee0b" }, "downloads": -1, "filename": "fispip-0.0.3.tar.gz", "has_sig": false, "md5_digest": "e67ba5e5ff36da4cd5b280e2baf7a3fc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9458, "upload_time": "2017-03-13T18:45:22", "url": "https://files.pythonhosted.org/packages/e5/69/b5868937b6caaaaeda7353e9dae50043f90e669a7584308d7814de7b9e19/fispip-0.0.3.tar.gz" } ] }