Metadata-Version: 2.1
Name: hilltop-py
Version: 2.3.0
Summary: Functions to access Hilltop data
Project-URL: Homepage, https://github.com/mullenkamp/hilltop-py
Author-email: Mike Kittridge <mullenkamp1@gmail.com>
License-Expression: Apache-2.0
License-File: LICENSE.txt
Keywords: hilltop
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Software Development :: Build Tools
Requires-Python: >=3.8
Requires-Dist: orjson
Requires-Dist: pandas
Requires-Dist: pydantic<2
Requires-Dist: requests
Provides-Extra: dev
Requires-Dist: matplotlib; extra == 'dev'
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: spyder-kernels==2.4; extra == 'dev'
Description-Content-Type: text/x-rst

Repository for Hilltop Python tools
=============================================================

This git repository contains the Hilltop Python tools and associated documentation.

Documentation
--------------
The primary documentation for the package can be found `here <https://hilltop-py.readthedocs.io>`_.
