{ "info": { "author": "Tyler F.", "author_email": "tyfal647@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "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" ], "description": "=======\ntenform\n=======\n\n\n.. image:: https://img.shields.io/pypi/v/tenform.svg\n :target: https://pypi.python.org/pypi/tenform\n\n.. image:: https://travis-ci.com/tyfal/tenform.svg\n :target: https://travis-ci.com/tyfal/tenform\n\n.. image:: https://readthedocs.org/projects/tenform/badge/?version=latest\n :target: https://tenform.readthedocs.io/en/latest/?badge=latest\n :alt: Documentation Status\n\n\nPython package that utilizes requests and regex to make digging through the SEC database and analyzing 10 forms easy.\n\n\nUsage\n-----\n\n.. code:: python\n\n >>> from tenform.tenform import stock\n >>> import pandas as pd\n >>> import os, webbrowser\n\n >>> s = stock('F')\n >>> print(s.get_ticker)\n >\n\n >>> l = s.tenk_links('2016-01-01','2018-01-01')\n >>> print(l[0])\n https://www.sec.gov/Archives/edgar/data/37996/000003799617000013/f1231201610-k.htm\n\n >>> IncStmt = s.tenk_IS('2017-01-01', '2018-01-01')\n >>> path = os.path.abspath('temp.html')\n >>> url = 'file://' + path\n >>> with open(path, 'w') as f:\n >>> f.write(IncStmt)\n >>> webbrowser.open(url)\n >>> os.remove('temp.html')\n\n.. image:: images/tenk_IS.png\n\nFunctions\n---------\n\n* stock(*ticker*)\n* tenk_links(*start_date='YYYY-MM-DD', end_date='YYYY-MM-DD'*)\n* tenk_IS(*start_date='YYYY-MM-DD', end_date='YYYY-MM-DD'*)\n* tenq_links(*start_date='YYYY-MM-DD', end_date='YYYY-MM-DD'*)\n* tenq_IS(*start_date='YYYY-MM-DD', end_date='YYYY-MM-DD'*)\n\nLicense\n-------\n* Free software: MIT license\n* Documentation: https://tenform.readthedocs.io.\n\n\nCredits\n-------\n\nThis package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage\n\n\n=======\nHistory\n=======\n\n0.1.0 (2018-07-12)\n------------------\n\n* First release on PyPI.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/tyfal/tenform", "keywords": "tenform", "license": "MIT license", "maintainer": "", "maintainer_email": "", "name": "tenform", "package_url": "https://pypi.org/project/tenform/", "platform": "", "project_url": "https://pypi.org/project/tenform/", "project_urls": { "Homepage": "https://github.com/tyfal/tenform" }, "release_url": "https://pypi.org/project/tenform/0.1.5/", "requires_dist": [ "Click (>=6.0)", "regex", "requests (>=2.19.1)", "bs4 (>=0.0.1)" ], "requires_python": "", "summary": "RPython package that utilizes requests and regex to make digging through the SEC database eand analyzing 10 forms easy.", "version": "0.1.5" }, "last_serial": 4061867, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "7a633f846101a441bbe8ae78414b7ea6", "sha256": "56fc3f6f4cbdd5317856fc127052dbecffbed1d877710d0364bdab36255c23b1" }, "downloads": -1, "filename": "tenform-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7a633f846101a441bbe8ae78414b7ea6", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 3048, "upload_time": "2018-07-13T01:36:34", "url": "https://files.pythonhosted.org/packages/39/a0/349480d6b00bb73ddf519f8daba39495491255b90ef65f0a427c3170fb00/tenform-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4adb396567339f6d5773955f9602de0b", "sha256": "5c7e0d1242472ee8372a8c862c3639f3d4c132ed5afa0cc46ee7250d7e3f1297" }, "downloads": -1, "filename": "tenform-0.1.0.tar.gz", "has_sig": false, "md5_digest": "4adb396567339f6d5773955f9602de0b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8798, "upload_time": "2018-07-13T01:36:36", "url": "https://files.pythonhosted.org/packages/26/9a/872be3e73ee8278c761700fee44886896060f5b3b12f90bc70c55bf7547f/tenform-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "e45dc897f23ee4a822abbf73a707b659", "sha256": "5aa566682b5581ba53052abcb0169cc7f00b990924434f9318c72c9cf9427186" }, "downloads": -1, "filename": "tenform-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e45dc897f23ee4a822abbf73a707b659", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4374, "upload_time": "2018-07-13T01:36:35", "url": "https://files.pythonhosted.org/packages/2a/ab/817af97827fa3447abb7a1628f01ec8b8484f4ddb00c47bf28833a1700da/tenform-0.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a14e9dfa04f14dedf5a57bdbce1191eb", "sha256": "1f5e7f92166fe8341d3645390273b71316f212c0c3e692b05a6eae18f836b08a" }, "downloads": -1, "filename": "tenform-0.1.1.tar.gz", "has_sig": false, "md5_digest": "a14e9dfa04f14dedf5a57bdbce1191eb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9864, "upload_time": "2018-07-13T01:36:37", "url": "https://files.pythonhosted.org/packages/01/b4/8e0cf113b7372c3f63c9a908dee676e826acabcce9169d495781ba64e217/tenform-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "051c526e7604e8217b540efa53924611", "sha256": "3bc925b5dbfec9ca2d651a6c4063a61cc591c82d341957f69b0293808ed4645e" }, "downloads": -1, "filename": "tenform-0.1.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "051c526e7604e8217b540efa53924611", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4403, "upload_time": "2018-07-13T01:47:34", "url": "https://files.pythonhosted.org/packages/1d/37/35e91a2bbc039025b73b4554186c12fcf9379a49313ec6b70e0cbeea02ef/tenform-0.1.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "95d6d1b61f93653f5aa8d9138d56a56f", "sha256": "e4ec443c2f211f04b22bc456cc39141664a84a9cb36e687787056aa513139285" }, "downloads": -1, "filename": "tenform-0.1.2.tar.gz", "has_sig": false, "md5_digest": "95d6d1b61f93653f5aa8d9138d56a56f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9900, "upload_time": "2018-07-13T01:47:36", "url": "https://files.pythonhosted.org/packages/b1/79/312a89a58c552990f43d8d375b3ed6975b8691c21a25988e01e7660d9fe8/tenform-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "75effae4b4f8cc2508c5d052d7c42eef", "sha256": "dea49179230a1c49330f0565725eae0712290c4efc4718e45b09e32c813fcd11" }, "downloads": -1, "filename": "tenform-0.1.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "75effae4b4f8cc2508c5d052d7c42eef", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4402, "upload_time": "2018-07-13T02:09:30", "url": "https://files.pythonhosted.org/packages/aa/25/2c0c53313e53a81d57de7d66865b26dbd441c5f104c159b33615d795bcd3/tenform-0.1.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "010bcdf44705fc43d9553b548f8c9798", "sha256": "12e08b490c9c3b11c13dbce1aaf11279166bf8323ef279cd67664ddee3160118" }, "downloads": -1, "filename": "tenform-0.1.3.tar.gz", "has_sig": false, "md5_digest": "010bcdf44705fc43d9553b548f8c9798", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9901, "upload_time": "2018-07-13T02:09:33", "url": "https://files.pythonhosted.org/packages/74/77/4082f6075dd82b2cfe117f27d570158966e5846db0502c58b997fea89514/tenform-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "dfc2def17de56fe907d7f8f90acc055b", "sha256": "58192128e7c4fdda709dfc1626d9a9e772d7b4c34652478594a138b5bee2aa69" }, "downloads": -1, "filename": "tenform-0.1.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "dfc2def17de56fe907d7f8f90acc055b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4381, "upload_time": "2018-07-13T04:22:09", "url": "https://files.pythonhosted.org/packages/9b/85/2482c914d81c6d9bfb6b860970f7b53d3ef44861d2088a966f07006edef0/tenform-0.1.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ca0c86e0612edcdaef0163aa2cacd3b7", "sha256": "4dc1ae297c58b5b135497991ea183e09af729d663c77acba7224a0b596310fad" }, "downloads": -1, "filename": "tenform-0.1.4.tar.gz", "has_sig": false, "md5_digest": "ca0c86e0612edcdaef0163aa2cacd3b7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9885, "upload_time": "2018-07-13T04:22:12", "url": "https://files.pythonhosted.org/packages/12/99/dc42f4e000b04d51f960f404adcd9a71cc9fbea712c87bd0f390c3075943/tenform-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "9c3ce8ff74ac176b72c5199179b36ac4", "sha256": "473187675e07ee75ccad593443d45d7198f9bf7ccf600f20b8a4a8484b5e12ca" }, "downloads": -1, "filename": "tenform-0.1.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9c3ce8ff74ac176b72c5199179b36ac4", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4751, "upload_time": "2018-07-14T21:00:49", "url": "https://files.pythonhosted.org/packages/f1/6d/b4dd4188641b628b7b3e58b220534d393c48d8978e66d46171daf50b034c/tenform-0.1.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bdc7f758aa04339891f57b4f24681bce", "sha256": "9d70738da002bdda558c2848d226a83de5679613326ede21757324dd561936ee" }, "downloads": -1, "filename": "tenform-0.1.5.tar.gz", "has_sig": false, "md5_digest": "bdc7f758aa04339891f57b4f24681bce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 110768, "upload_time": "2018-07-14T21:00:51", "url": "https://files.pythonhosted.org/packages/4d/aa/06072b345ab51fb149424b2224e2c4b233626eb01f52994f4b6c82ed2e10/tenform-0.1.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9c3ce8ff74ac176b72c5199179b36ac4", "sha256": "473187675e07ee75ccad593443d45d7198f9bf7ccf600f20b8a4a8484b5e12ca" }, "downloads": -1, "filename": "tenform-0.1.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9c3ce8ff74ac176b72c5199179b36ac4", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4751, "upload_time": "2018-07-14T21:00:49", "url": "https://files.pythonhosted.org/packages/f1/6d/b4dd4188641b628b7b3e58b220534d393c48d8978e66d46171daf50b034c/tenform-0.1.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bdc7f758aa04339891f57b4f24681bce", "sha256": "9d70738da002bdda558c2848d226a83de5679613326ede21757324dd561936ee" }, "downloads": -1, "filename": "tenform-0.1.5.tar.gz", "has_sig": false, "md5_digest": "bdc7f758aa04339891f57b4f24681bce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 110768, "upload_time": "2018-07-14T21:00:51", "url": "https://files.pythonhosted.org/packages/4d/aa/06072b345ab51fb149424b2224e2c4b233626eb01f52994f4b6c82ed2e10/tenform-0.1.5.tar.gz" } ] }