chandlerbeck / googlevoice-to-sqlite

Automatically exported from code.google.com/p/googlevoice-to-sqlite
0 stars 0 forks source link

Rewrite and move to Github #19

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
This needs to be structured like a real Python package, with modules that 
neatly correspond to well-factored classes.

End goal is to be installable with easy_install.

Also, move to Githib because it's where all the action is :)

Original issue reported on code.google.com by handspri...@gmail.com on 29 Sep 2013 at 2:41

GoogleCodeExporter commented 8 years ago
Personal notes:
----------------------------------

- Be able to read a single file and many files separately

Ideal structure -

Tree -> GVoicePage (with contacts, etc. already in place)
Contacts have notion of equality
The sqlite database is wrapped so that it is easy to search and add to
    Does python support Entity-Framework like behavior?

Use enums (or at least dictionaries of possible values)

Steps for reconstruction:

Create a flat package
Add a call to parse the HTML page from a different file
Add a call to parse the page as an object from a different file
---
Add a method to run all pages in a folder
Add a reference store for cross-analysis and patching
Add a database backing

Original comment by handspri...@gmail.com on 29 Sep 2013 at 2:42