Skip to main content

rekon provides a suite of reconciliation tools for operations and finance

Project description

rekon

https://img.shields.io/pypi/v/rekon.svg https://img.shields.io/travis/rjdscott/rekon.svg Documentation Status

rekon provides a suite of reconciliation tools for operations and finance

How to use this library

Set-up virtualenv and import rekon

$ pip install --user virtualenv
$ virtualenv .env
$ pip install rekon

Reconciliation inputs:

# import rekon library
from rekon import rekon

# instantiate an reconciliation instance
rec = rekon.Reconciliation()

# load sample data from package
rec.load_sample_data()

# run reconciliation on first column in col mapping and use sqlite db in memory
rec.reconcile(rec_col=1, sqlite_db=":memory:")

# view results (in pretty format)
rec.rec_results_pretty

# to output results to a zip and open file location
rec.output_report(output_dir='~/Desktop/EXAMPLE_OUTPUT',
                  file_name='rec-file',
                  output_format='zip',
                  open_file=True)

# to output results to a spreadsheet (i.e. 'xlsx') and open file location
rec.output_report(output_dir='~/Desktop/EXAMPLE_OUTPUT',
                  file_name='rec-file',
                  output_format='xlsx',
                  open_file=True)

History

0.1.6 (2018-09-18)

  • Added ability to output reconciliation report to ‘zip’ or ‘xlsx’

  • Added reconciliation stats for quick reference

0.1.5 (2018-09-17)

  • First release on PyPI.

  • ability to output reconciliations within console or in a jupyter notebook

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rekon-0.1.7.tar.gz (12.3 kB view details)

Uploaded Source

Built Distribution

rekon-0.1.7-py2.py3-none-any.whl (7.8 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file rekon-0.1.7.tar.gz.

File metadata

  • Download URL: rekon-0.1.7.tar.gz
  • Upload date:
  • Size: 12.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.3.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.6.5

File hashes

Hashes for rekon-0.1.7.tar.gz
Algorithm Hash digest
SHA256 4a1beae7b39e5ec1f1c8e543e749e8d8fe84d07840f360f4c4f3ceacdc66a63f
MD5 234807fdf4b2692ef7cc9fffd73b4865
BLAKE2b-256 7c612e59cba60ab7f6aa147550fffee049eceac5fb0d89de6c8a275de7b4789a

See more details on using hashes here.

File details

Details for the file rekon-0.1.7-py2.py3-none-any.whl.

File metadata

  • Download URL: rekon-0.1.7-py2.py3-none-any.whl
  • Upload date:
  • Size: 7.8 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.3.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.6.5

File hashes

Hashes for rekon-0.1.7-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 26c05cafeb451063dd1aed8eb7500d75a6a0fb3690baf5ef3f1a661f5b399ffa
MD5 47ba067fc9e654dd943ea3fc2e50d142
BLAKE2b-256 86cf0969eeb0402136d178870e6a6e323523d386cc2211fc5f390ab996a4227c

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page