Metadata-Version: 2.1
Name: holdingsparser
Version: 0.1.0a2
Summary: A program that parses 13F reports filed with the SEC.
License: MIT
Author: mhadam
Author-email: michael@hadam.us
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: beautifulsoup4 (>=4.9.3,<5.0.0)
Requires-Dist: lxml (>=4.6.3,<5.0.0)
Requires-Dist: requests (>=2.25.1,<3.0.0)
Description-Content-Type: text/x-rst

holdingsparser
--------------

.. image:: https://img.shields.io/pypi/v/holdingsparser.svg
    :target: https://pypi.org/project/holdingsparser
    :alt: PyPI badge

.. image:: https://img.shields.io/pypi/pyversions/holdingsparser.svg
    :target: https://pypi.org/project/holdingsparser
    :alt: PyPI versions badge

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://github.com/ambv/black
    :alt: Black formatter badge

.. image:: https://img.shields.io/pypi/l/transmission-clutch.svg
    :target: https://en.wikipedia.org/wiki/MIT_License
    :alt: License badge

.. image:: https://img.shields.io/pypi/dm/holdingsparser.svg
    :target: https://pypistats.org/packages/holdingsparser
    :alt: PyPI downloads badge

Quick start
===========

Install the package:

.. code-block:: console

    pip install --user holdingsparser

Make a client:

.. code-block:: console

    holdingsparser 0001166559

