Skip to content

Commit

Permalink
Merge pull request #7 from narmi/update-narmi-domain
Browse files Browse the repository at this point in the history
update domain to narmi.com and remove outdated CI reference
  • Loading branch information
agreatscott authored Feb 25, 2022
2 parents 8050ba4 + 3261e0a commit af0ba80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# fedwire
[![Build Status](https://travis-ci.org/narmitech/fedwire.svg?branch=master)](https://travis-ci.org/narmitech/fedwire)

A python package that implements an interface to write files for the [Fedwire Funds Service](https://www.frbservices.org/financial-services/wires/index.html), [a real-time gross settlement funds transfer system operated by the United States Federal Reserve Banks](https://en.wikipedia.org/wiki/Fedwire). These [compatible files](http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.445.7645&rep=rep1&type=pdf) include routing instructions that, once received and processed, will debit the funds from the sending bank's reserve account at their Federal Reserve bank and credit the receiving bank's account. Wire transfers sent via Fedwire are completed in the same day, while some are completed instantly.

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
version=version,
description='{0}\n\n{1}'.format(description, history),
author='Narmi',
author_email='support@naritech.com',
url='https://github.com/narmitech/fedwire-python',
author_email='support@narmi.com',
url='https://github.com/narmi/fedwire',
install_requires=[],
extras_require={
'dev': [
Expand Down

0 comments on commit af0ba80

Please sign in to comment.