Skip to main content

OFD providers interface

Project description

https://travis-ci.org/sergelevin/pyofd.svg?branch=master

pyofd is a Python package for receipts query from OFD providers. It is inspired by bobby_boy project.

Installation

Install via pip:

$ pip install pyofd

Install from source:

$ git clone git://github.com/sergelevin/pyofd.git
$ cd pyofd
$ python setup.py install

Usage

Here is basic usage example.

import pyofd, datetime

receipt = pyofd.OFDReceipt(
    fpd='FPD', total='total', rn_kkt='RN_KKT', fn='FN',
    fd='FD', inn='INN', purchase_date=datetime.datetime.now()
)
result = receipt.load_receipt()

OFDReceipt class might be constructed only with arguments known from receipt data, but omitting arguments might narrow the list of OFD providers to be checked against, because different providers require different subset of data to validate receipt

Examples

For some basic examples read unit tests in test directory. More complicated examples can be found within examples directory.

  • load_receipt.py: Load receipt by known attributes and save items into tab-delimited file.

  • xlsx_receipt.py: Load receipt by known attributes and export it to MS Excel (r) .xlsx file. If nalog.ru official receipt check application credentials are provided in PYOFD_NALOGRU_LOGIN and PYOFD_NALOGRU_PASSWORD environment variables, receipt lookup via NalogRu provider is also performed. Excel file is filled with formulas and conditional formatting suitable for my personal receipt handling needs - column F is for partial refund and columns G to Z - for receipt entries categorization with autocounting subtotal across categories.

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

pyofd-0.1.3.tar.gz (15.2 kB view hashes)

Uploaded Source

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