Skip to content

htogta/munis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

munis

The municipal bond dashboard.

setup

Create a virtual environment and install required packages:

python -m venv env
source env/bin/activate
(env) pip install -r requirements.txt

Create secrets.toml file in a new .streamlit directory:

[connections.postgresql]
dialect = "postgresql"
host = "localhost"
port = "5432"
database = "munis"
username = "(username)"
password = "(password)"

Supply the username and password to your local copy of the municipal bond database. Ensure that the postgres server for this database is running, and that the database has been initialized.

Finally, run the following to open the dashboard in your default browser:

streamlit run munis.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages