{ "info": { "author": "Michal Wegrzynek", "author_email": "mwegrzynek@litex.pl", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python", "Topic :: Database :: Front-Ends" ], "description": "litex.regon - a frontend for Polish REGON database\n==================================================\n\nSimple, pythonic wrapper for REGON database (web frontend is reachable at\nhttps://wyszukiwarkaregon.stat.gov.pl/appBIR/index.aspx). To access its SOAP\nAPI, one needs an USER_KEY issued by REGON administrators available at\nRegon_Bir@stat.gov.pl.\n\nUsage example below:\n\n>>> from litex.regon import REGONAPI\n\nREGONAPI accepts one argument: service URL (provided by REGON Administrators).\n\n>>> api = REGONAPI(SERVICE_URL)\n\nFirst, one needs to log in (using provided user key)\n\n>>> api.login(USER_KEY)\n\nAfter login, one can start querying the database. The search method\naccepts the following parameters:\n\n - regon - single REGON number (either 9 or 14 digits long)\n - krs - single 10 digit KRS number\n - nip - single NIP (10 digits string)\n - regons - a collection of REGONs (all of them have to be either 14 or 9 digits long)\n - krss - a collection of KRSs\n - nips - a collection of NIPs\n\nOnly one parameter is used in the query. If multiple ones are passed, first\nfrom the above list is taken into account.\n\nAdditionaly, a 'detailed' parameter can be passed: detailed=True causes search method to\nfetch default detailed report.\n\n>>> entities = api.search(nip='9999999999')\n\nentities is a list of LXML objectify objects wrapping the search results (up to 100).\nIf search was called with detailed=True, the full report is available as the 'detailed' attribute.\n\nIf one knows the REGON of a business entity and an detailed report name, a full report can be fetched\ndirectly:\n\n>>> detailed_report = api.full_report('99999999', 'PublDaneRaportFizycznaOsoba')\n\nReport names can be found in the documentation provided by REGON admins.\n\nChanges\n=======\n\n1.0.3\n-----\n - Python 3.6 compatibility (thanks to Mariusz Witek)\n\n1.0.2\n-----\n - CAPTCHA removal -- no longer needed in current API\n\n1.0.1\n-----\n - detailed report fetching logic reworked\n\n1.0.0\n-----\n - initial release\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://litexservice.pl", "keywords": "regon soap database", "license": "GPL", "maintainer": "", "maintainer_email": "", "name": "litex.regon", "package_url": "https://pypi.org/project/litex.regon/", "platform": "", "project_url": "https://pypi.org/project/litex.regon/", "project_urls": { "Homepage": "http://litexservice.pl" }, "release_url": "https://pypi.org/project/litex.regon/1.0.3/", "requires_dist": null, "requires_python": "", "summary": "An API for accessing a Polish REGON database", "version": "1.0.3" }, "last_serial": 2641550, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "c49726fc1b9e9572a1d8ece1c83d95fb", "sha256": "6301153943aa4daea185431ec4c6aa8ad0a43d738b26edd9fc9d3f109f07d213" }, "downloads": -1, "filename": "litex.regon-1.0.0-py2.7.egg", "has_sig": false, "md5_digest": "c49726fc1b9e9572a1d8ece1c83d95fb", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 12930, "upload_time": "2015-07-20T15:13:32", "url": "https://files.pythonhosted.org/packages/d3/33/d80c4ca70a735d9f639dc39c0efc0a64479bccad0d2507a4139069ae944e/litex.regon-1.0.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "abf944bb86970aa101ddc44a58a16f7b", "sha256": "77eedadb4a4d2198f78cce2139f4372ee5285adae54f09f96348a1c17ae9a1a3" }, "downloads": -1, "filename": "litex.regon-1.0.0.tar.gz", "has_sig": false, "md5_digest": "abf944bb86970aa101ddc44a58a16f7b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5481, "upload_time": "2015-07-20T15:13:35", "url": "https://files.pythonhosted.org/packages/68/04/a5be430dcff7bcdefc693d0aff0c97e464fb59f979a00fab89f67208b986/litex.regon-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "a190c194ed104a8dfddc8147b1ed3828", "sha256": "674d637a3c77287839fdb83d1bc4d65f6e765d03c282b57ab8ec95b8f3b81cd9" }, "downloads": -1, "filename": "litex.regon-1.0.1-py2.7.egg", "has_sig": false, "md5_digest": "a190c194ed104a8dfddc8147b1ed3828", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 13360, "upload_time": "2015-07-22T10:22:25", "url": "https://files.pythonhosted.org/packages/01/ef/fc69aa53bd7b1fdb4a1915b504f39ca663ef58a9878494c31a914ed0c8b4/litex.regon-1.0.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "99130ac1eed7a4dd8354e903694d4f5b", "sha256": "279b48354f22ca5d365f204f50525f4cd8137b963f278a48ce2559b946720a12" }, "downloads": -1, "filename": "litex.regon-1.0.1.tar.gz", "has_sig": false, "md5_digest": "99130ac1eed7a4dd8354e903694d4f5b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5690, "upload_time": "2015-07-22T10:22:29", "url": "https://files.pythonhosted.org/packages/79/0f/21877567a79e42d3666c0ccd8cfc5464255a6b29b907065f1134edf3ba6e/litex.regon-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "59e6c59bdc9c2f5f4f73eea3524b895c", "sha256": "94fa026338b912e4783732aa70c341f8c5231dd762df447103889fb17bb56631" }, "downloads": -1, "filename": "litex.regon-1.0.2-py2.7.egg", "has_sig": false, "md5_digest": "59e6c59bdc9c2f5f4f73eea3524b895c", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 13018, "upload_time": "2016-11-28T13:38:31", "url": "https://files.pythonhosted.org/packages/da/f4/b4e4ff8cb9a6b8b717c5ab0e0ae4c0fd55d5e017ba2d1c7d0e54aac35e9b/litex.regon-1.0.2-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "8b8c373a3b616dbf6596583008e81985", "sha256": "37831be66d7d35d3e28a414a4e3bb40dbd3693b941fa2e7511a11bab083334b7" }, "downloads": -1, "filename": "litex.regon-1.0.2.tar.gz", "has_sig": false, "md5_digest": "8b8c373a3b616dbf6596583008e81985", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5571, "upload_time": "2016-11-28T13:38:34", "url": "https://files.pythonhosted.org/packages/1a/cc/aabe120325ebca48d0efe0991781ea271cb2cd08353c3788aea7f39bc619/litex.regon-1.0.2.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "2d1fb197e683fab0ff0e0d7a05fbcfcf", "sha256": "bb6e2812cca49d7c6d4160b2b06c3940584018776712ac318354bae8e82ba894" }, "downloads": -1, "filename": "litex.regon-1.0.3-py2.7.egg", "has_sig": false, "md5_digest": "2d1fb197e683fab0ff0e0d7a05fbcfcf", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 13390, "upload_time": "2017-02-14T17:08:53", "url": "https://files.pythonhosted.org/packages/d3/b0/23281d91940207233d82e2741cb8b5ea97945edbaa092fd43926d0ca5820/litex.regon-1.0.3-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "2a584c2c2103c737a4ae198761df62bd", "sha256": "353584548da1b3c85647989404798ec755097aceea684961ecca525f88f78739" }, "downloads": -1, "filename": "litex.regon-1.0.3.tar.gz", "has_sig": false, "md5_digest": "2a584c2c2103c737a4ae198761df62bd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6066, "upload_time": "2017-02-14T17:08:56", "url": "https://files.pythonhosted.org/packages/17/c3/4d502be7fb2a11ce902456294b8a67fdf80ca1b67fc6661d573c5c91db80/litex.regon-1.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2d1fb197e683fab0ff0e0d7a05fbcfcf", "sha256": "bb6e2812cca49d7c6d4160b2b06c3940584018776712ac318354bae8e82ba894" }, "downloads": -1, "filename": "litex.regon-1.0.3-py2.7.egg", "has_sig": false, "md5_digest": "2d1fb197e683fab0ff0e0d7a05fbcfcf", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 13390, "upload_time": "2017-02-14T17:08:53", "url": "https://files.pythonhosted.org/packages/d3/b0/23281d91940207233d82e2741cb8b5ea97945edbaa092fd43926d0ca5820/litex.regon-1.0.3-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "2a584c2c2103c737a4ae198761df62bd", "sha256": "353584548da1b3c85647989404798ec755097aceea684961ecca525f88f78739" }, "downloads": -1, "filename": "litex.regon-1.0.3.tar.gz", "has_sig": false, "md5_digest": "2a584c2c2103c737a4ae198761df62bd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6066, "upload_time": "2017-02-14T17:08:56", "url": "https://files.pythonhosted.org/packages/17/c3/4d502be7fb2a11ce902456294b8a67fdf80ca1b67fc6661d573c5c91db80/litex.regon-1.0.3.tar.gz" } ] }