CCFS Database #18
Reference in New Issue
Block a user
No description provided.
Delete Branch "linnealovespie/database"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Refactors
corp_owners.pyto use our own copy of the CCFS database instead of querying (and getting blocked by) the online CCFS portal.Adds
test.pyin processors folder that's helpful for testing changes tocorp_owners.pyby comparing results with known results for buildings owned by Goodman Real Estate.Addresses issue #17 for now, but would still be good to make a more robust test framework in the future.
It seems good idea to add
.envto.gitignoreif folks are going to be having that file.Oh good point it somehow didn't get added to the commit, added the gitignore now.
@ -31,2 +31,4 @@minio==7.2.16pycryptodome==3.23.0dotenv==0.9.9python-dotenv==1.2.1Should
psycopg2be added here? I needed to manually install but maybe that was something with my setup.Yes it should good catch. I'd like to add another todo later to automate this process because slip ups like this happen, but my
pip freezecommand looks funky when trying to generate this file.I didn't give it the most thorough review, but looks good and doesn't seem risky.