Skip to content

0.2.0

Compare
Choose a tag to compare
@pcorpet pcorpet released this 16 Feb 21:35
· 66 commits to main since this release
  • 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