promissory-note

Simple promissory note issuance


Keywords
clean-architecture, ddd, pyflunt, python
License
MIT
Install
pip install promissory-note==0.0.6

Documentation

Promissory Note

Build Status GitHub PyPI

Install

Requirements

  • python3.7

Installation with pip

pip install promissory-note

Installation with git repository

git clone https://github.com/flaviogf/promissory_note.git
python setup.py build
python setup.py install

Environment

export SEND_GRID_KEY=YOUR_SEND_GRID_KEY
export FROM_EMAIL=YOUR_FROM_EMAIL

Usage cli

promissory-note-cli

Usage web

export FLASK_APP=promissory_note.gateways.web
export FLASK_ENV=development
flask run