Skip to content

Releases: pcorpet/airtable.py

0.3.0

16 Feb 21:35
Compare
Choose a tag to compare
  • Bump version number before release
  • Add an iterate method to iterate over all records of a table

0.2.0

16 Feb 21:35
Compare
Choose a tag to compare
  • put the test back where it was so it would pass CI checks
  • moved tests to main dir, few cosmetic changes, was able to get it working on my machine
  • removed parenthesis from line 40 of airtable.py--import now working smoothly
  • Downgrading version from 1.0.0 to 0.2.0
  • Using OrderedDict to preserve the order of fields
  • Adding a setup.py file to allow for distribution
  • Create README.md
  • Adding Travis CI file
  • Added create and update methods
  • Refactoring package into folder. Adding tests for get and delete functions