rekon provides a suite of reconciliation tools for operations and finance
Project description
rekon
rekon provides a suite of reconciliation tools for operations and finance
Free software: MIT license
Documentation: https://rekon.readthedocs.io.
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)
Built Distribution
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4a1beae7b39e5ec1f1c8e543e749e8d8fe84d07840f360f4c4f3ceacdc66a63f |
|
MD5 | 234807fdf4b2692ef7cc9fffd73b4865 |
|
BLAKE2b-256 | 7c612e59cba60ab7f6aa147550fffee049eceac5fb0d89de6c8a275de7b4789a |
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 26c05cafeb451063dd1aed8eb7500d75a6a0fb3690baf5ef3f1a661f5b399ffa |
|
MD5 | 47ba067fc9e654dd943ea3fc2e50d142 |
|
BLAKE2b-256 | 86cf0969eeb0402136d178870e6a6e323523d386cc2211fc5f390ab996a4227c |