Metadata-Version: 2.1
Name: bolster
Version: 0.1.2
Summary: Bolster's Brain, you've been warned
Home-page: https://github.com/andrewbolster/bolster
Author: Andrew Bolster
Author-email: me@andrewbolster.info
Requires-Python: >=3.8.0,<3.10
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: boto3 (>=1.18.29,<2.0.0)
Requires-Dist: bs4 (>=0.0.1,<0.0.2)
Requires-Dist: click (>=8.0.1,<9.0.0)
Requires-Dist: click-log (>=0.3.2,<0.5.0)
Requires-Dist: numpy (>=1.21.2,<2.0.0)
Requires-Dist: openpyxl (>=3.0.9,<4.0.0)
Requires-Dist: pandas (>=1.3.2,<2.0.0)
Requires-Dist: psycopg2-binary (>=2.9.1,<3.0.0)
Requires-Dist: requests (>=2.26.0,<3.0.0)
Requires-Dist: requests-cache (>=0.9.3,<0.10.0)
Requires-Dist: scipy (>=1.7.1,<2.0.0)
Requires-Dist: tqdm (>=4.62.1,<5.0.0)
Project-URL: Changelog, https://github.com/andrewbolster/bolster/releases
Project-URL: Documentation, https://bolster.readthedocs.io
Project-URL: Repository, https://github.com/andrewbolster/bolster
Description-Content-Type: text/x-rst

=======
Bolster
=======


.. image:: https://img.shields.io/pypi/v/bolster.svg
    :target: https://pypi.python.org/pypi/bolster

.. image:: https://travis-ci.com/andrewbolster/bolster.svg?branch=main
    :target: https://travis-ci.com/andrewbolster/bolster

.. image:: https://readthedocs.org/projects/bolster/badge/?version=latest
    :target: https://bolster.readthedocs.io/en/latest/?version=latest
    :alt: Documentation Status

.. image:: https://pyup.io/repos/github/andrewbolster/bolster/shield.svg
    :target: https://pyup.io/repos/github/andrewbolster/bolster/
    :alt: Updates

.. image:: https://requires.io/github/andrewbolster/bolster/requirements.svg?branch=main
    :target: https://requires.io/github/andrewbolster/bolster/requirements/?branch=main
    :alt: Requirements Status

Bolster's Brain, you've been warned

* Free software: GNU General Public License v3
* Documentation: https://bolster.readthedocs.io.


Features
--------

* Efficient tree/node traversal and iteration
* Datetime helpers
* Concurrecy Helpers
* Web safe Encapsulation/Decapsulation helpers
* `pandas`-esque `aggregate`/`transform_r` functions
* "Best Practice" AWS service handling

Data Sources
------------
* UK Companies House Listings
* NI House Price Index Data Wrangling

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage

