Giter Site home page Giter Site logo

comanage_nacha's Introduction

comanage_nacha

A simple Wells Fargo flavor NACHA file builder, parser, and validation toolkit

https://travis-ci.org/DisruptiveLabs/comanage_nacha.svg?branch=master https://coveralls.io/repos/github/DisruptiveLabs/comanage_nacha/badge.svg?branch=master
pip install comanage_nacha
from comanage_nacha import NachaFile

with NachaFile(company_name='COMANAGE LLC',
               file_id_modifier='A',
               file_creation_date=datetime.date.today(),
               file_creation_time=datetime.datetime.utcnow()) as nacha:
    with nacha.add_batch(service_class_code=200,
                         company_name='COMANAGE LLC',
                         company_id='0123456789',
                         effective_entry_date=datetime.date.today()) as batch:
        batch.add_entry(transaction_code=22,
                        receiving_dfi_routing_number='09100001',
                        routing_number_check_digit=0,
                        receiving_dfi_account_number='0123456789',
                        amount=10000,
                        individual_id='123',
                        individual_name='FRANK')
print(nacha.render_to_string())

nacha_string = nacha.render_to_string()
Authors:Franklyn Tackitt @kageurufu

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.