Metadata-Version: 2.1
Name: bolster
Version: 0.1.0
Summary: Bolster's Brain, you've been warned
Home-page: https://github.com/andrewbolster/bolster
Author: Andrew Bolster
Author-email: me@andrewbolster.info
License: GNU General Public License v3
Keywords: bolster
Platform: UNKNOWN
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.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
Requires-Dist: Click (>=7.0)
Requires-Dist: boto3 (>=1.0.0)
Requires-Dist: psycopg2

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


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

.. image:: https://img.shields.io/travis/andrewbolster/bolster.svg
        :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

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


=======
History
=======

0.1.0 (2021-03-11)
------------------

* First release on PyPI.


