{ "info": { "author": "Jan Stan\u011bk", "author_email": "stanej16@fit.cvut.cz", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: Education", "Intended Audience :: Information Technology", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Topic :: Utilities" ], "description": "Financial statements downloader\n===============================\n\nTask\n----\nCreate terminal application for downloading financial statements from czech business register (https://or.justice.cz/)\nand extracting information from them and storing them in structured form.\n\nInput is a file with ICOs, one ICO per line.\n\nAt first the application downloads pdfs with financial statements. In the next step it extracts information specified in\nconfig file and stores them in structured form.\n\nThe application must allow downloading documents of large number of companies, while respecting information system\nlimits (https://or.justice.cz/ias/ui/podminky).\n\nInstallation\n------------\n* ``pip install financial-statements-downloader``\n\nCommands\n--------\n* ``import_icos `` - imports ICOs from file\n* ``download`` - downloads information about subjects and documents\n* ``extract`` - extract information from financial statements\n\nConfig\n------\n::\n\n [downloader]\n base_url = https://or.justice.cz/ias/ui/ # information system url\n search_url = rejstrik-$firma?jenPlatne=VSECHNY&ico= #search url\n limit_day = 3000 # download limit\n download_extract = true # download information from extract\n download_documents = true # download documents\n documents_type = z\u0102\u02c7v\u00c4\u203arka # document type\n documents_dir = documents # directory for downloaded documents\n\n [parser] # example of specification extracted information\n vlastni_kapital = Vlastn\u0102\u00ad kapit\u0102\u02c7l\n cizi_zdroje = Ciz\u0102\u00ad zdroje", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/jan-stanek/financial-statements-downloader", "keywords": "czech republic financial statements business register", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "financial-statements-downloader", "package_url": "https://pypi.org/project/financial-statements-downloader/", "platform": "", "project_url": "https://pypi.org/project/financial-statements-downloader/", "project_urls": { "Homepage": "https://github.com/jan-stanek/financial-statements-downloader" }, "release_url": "https://pypi.org/project/financial-statements-downloader/0.1.1/", "requires_dist": null, "requires_python": "", "summary": "Simple application for downloading financial statements from czech business register.", "version": "0.1.1" }, "last_serial": 3539862, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "40fd4226b04f4b3c6f2e13add31987b6", "sha256": "bd7d940e6d05cba88d3805b47273b5d2c56eb07540664bd6570a70024439d799" }, "downloads": -1, "filename": "financial-statements-downloader-0.1.0.tar.gz", "has_sig": false, "md5_digest": "40fd4226b04f4b3c6f2e13add31987b6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 702515, "upload_time": "2018-01-31T22:32:55", "url": "https://files.pythonhosted.org/packages/93/25/6344ca801ecee57bc1ec048ada8963e6ae5005c7564f78480074fd6d186b/financial-statements-downloader-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "9167592bdaad709cc1554976e5e63aa5", "sha256": "49f104a376c48dd5521a5b496b5dc6a5996f0c9434698d5b989867baeb4dc2fd" }, "downloads": -1, "filename": "financial-statements-downloader-0.1.1.tar.gz", "has_sig": false, "md5_digest": "9167592bdaad709cc1554976e5e63aa5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 702553, "upload_time": "2018-01-31T22:51:18", "url": "https://files.pythonhosted.org/packages/c9/ce/06cea9f2b14597984c50f25ab9f96037cf77422ba7031e83545f6d722104/financial-statements-downloader-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9167592bdaad709cc1554976e5e63aa5", "sha256": "49f104a376c48dd5521a5b496b5dc6a5996f0c9434698d5b989867baeb4dc2fd" }, "downloads": -1, "filename": "financial-statements-downloader-0.1.1.tar.gz", "has_sig": false, "md5_digest": "9167592bdaad709cc1554976e5e63aa5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 702553, "upload_time": "2018-01-31T22:51:18", "url": "https://files.pythonhosted.org/packages/c9/ce/06cea9f2b14597984c50f25ab9f96037cf77422ba7031e83545f6d722104/financial-statements-downloader-0.1.1.tar.gz" } ] }