Skip to content
/ nuggets Public

Reads statement document to store the data in a database.

License

Notifications You must be signed in to change notification settings

tmusy/nuggets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

statement2db

statement2db is Flask application that reads bank statements in a csv format and returns a JSON object with the extracted information.

Development Environment

At the bare minimum you'll need the following for your development environment:

  1. Python
  2. MySQL

It is strongly recommended to also install and use the following tools:

  1. virtualenv
  2. virtualenvwrapper

Local Setup

The following assumes you have all of the recommended tools listed above installed.

1. Clone the project:

$ git clone git@github.com:tmusy/statement2db.git
$ cd statement2db

2. Create and initialize virtualenv for the project:

$ mkvirtualenv [path to your virtualenv directory]/statement2db
$ pip install -r requirements.txt

Development

If all went well in the setup above you will be ready to start hacking away on the application.

Tests

To run the tests use the following command:

$ nosetests

About

Reads statement document to store the data in a database.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published