Metadata-Version: 2.1
Name: inforcehub
Version: 0.2.2
Summary: Utilities for data science and customer management
Home-page: https://github.com/inforcehub/inforcehub
Author: inforcehub
Author-email: matt.gosden@inforcehub.com
License: GNU
Keywords: inforcehub
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Operating System :: OS Independent
Classifier: Topic :: Office/Business :: Financial
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: pandas
Requires-Dist: bcrypt

=============================
inforcehub
=============================

.. image:: https://badge.fury.io/py/inforcehub.png
    :target: http://badge.fury.io/py/inforcehub

.. image:: https://travis-ci.org/Inforcehub/inforcehub.png?branch=master
    :target: https://travis-ci.org/Inforcehub/inforcehub

Utilities for data science and customer management


Features
--------

* **colors** module - to enable quick use of inforcehub branded colors
* **anonymize** module - to encrypt customer identifiable data from a dataset and (optionally) create a key


Installation
------------

To install the module in your virtual environment using pip::

    pip install inforcehub

To upgrade your existing inforcehub module installation using pip::

    pip install -U inforcehub


Requirements
------------

Python 3.5 or later 


Documentation
-------------

Full documentation can be found at http://inforcehub.rtfd.org




Github repository
-----------------

The code can be found on GitHub at https://github.com/Inforcehub/inforcehub.



History
-------


0.2.2 (2018-11-07)
++++++++++++++++++

* Fixed document build on Read the Docs


0.2.1 (2018-11-02)
++++++++++++++++++

* Fixed dependencies in PyPI


0.2.0 (2018-10-19)
++++++++++++++++++

* Added Anonymize module to encrypt customer identifiable data in a dataset
* Removed PyPy support due to PyPy and numpy incompatibility


0.1.3 (2018-10-16)
++++++++++++++++++

* Minor bug fix


0.1.2 (2018-10-16)
++++++++++++++++++

* Colors module refactored and additional tests written
* Documentation updated
* Added support for Python 3.5+


0.1.1 (2018-10-15)
++++++++++++++++++

* Documentation added


0.1.0 (2018-10-15)
++++++++++++++++++

* First release on PyPI.
* Colors module providing inforcehub brand colors


