GithubHelp home page GithubHelp logo

finance's Introduction

Finance

This Repo is open for contributions, there's much work to be done here and any help is highly appreciated - feel free to reach out and talk ๐Ÿ˜ƒ

This project aims to become a rich (no pan intended) financial dashboard -

  • automatically(/manually) integrating with your financial accounts and reports
  • providing the user with detailed infographics and alerts
  • featuring planners, calculators, simulators
  • while allowing complete anonymity
We currently focus our efforts in creating an end-to-end integration with ordernet spark investing platform

Prerequisite

  1. python 3.8
  2. Dependencies: cd server && pip install -r requirements.txt
  3. Or, if you want to contribute - dev-Dependencies: cd server && pip install -r requirements/dev.txt

Run

Currently, docker engine is required

find ./deployment -type f -iname "*.sh" -exec chmod +x {} \;
chmod +x ./run.sh

./run.sh

Code Quality

Our code base is being strictly checked with the following tools:

  • flake8
  • mypy
  • bandit
  • pylint
  • black
  • pytest
Running static-analysis locally
./static-analysis [--stop-on-failure|mypy|flake8|black|bandit|pylint]
  • Run all of the tools to get a summary -
(venv) mp@x:~/code/finance$ ./static_analysis.sh
mypy......FAIL
flake8....PASS
pylint....PASS
black.....PASS
bandit....PASS
  • Run all of the tools until the first failure is encounted, and print its output -
(venv) mp@x:~/code/finance$ ./static_analysis.sh --stop-on-failure
mypy......FAIL
--------------
finance/data/parser.py:8: error: Function is missing a return type annotation
  • Or specify a single tool to run directly and view its elaborated output -
./static-analysis mypy
(venv) mp@x:~/code/finance$ ./static_analysis.sh mypy
finance/data/parser.py:8: error: Function is missing a return type annotation
Found 1 error in 1 file (checked 9 source files)
Code Formating

We've adopted Black as our main python formatter. We recommend you bundle it inside your IDE, or alternatively run it from the command line.

To reformat the code and run it with the same configuration as we do with our CI, use -

./format.sh

finance's People

Contributors

tzahile avatar bensterenson avatar mpalarya avatar

Watchers

James Cloos avatar

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.