support app factory and traditional method
refactoring of tables to a table manager object. This was to avoid messiness in circular references
breaking change: dynamo.table_name no longer supported. The getattr would not play nice at all on python3. For now, i dropped support for this feature, but if you know of a way to reincorporate, I am more than happy to try and include it.
merge conflicts between the dev branch and the current master were resolved
github .gitignore file now included (there were python3 files that were not being ignored)
docs updated to match boto3, as well as updated apis.
minor test refactoring to make tests faster
Issues addressed:
https://github.com/rdegges/flask-dynamo/pull/21
There is a lot in here:
support app factory and traditional method refactoring of tables to a table manager object. This was to avoid messiness in circular references breaking change: dynamo.table_name no longer supported. The getattr would not play nice at all on python3. For now, i dropped support for this feature, but if you know of a way to reincorporate, I am more than happy to try and include it. merge conflicts between the dev branch and the current master were resolved github .gitignore file now included (there were python3 files that were not being ignored) docs updated to match boto3, as well as updated apis. minor test refactoring to make tests faster Issues addressed:
fixes: #13 fixes: #10 fixes: #16