Skip to content

0.4.0

Compare
Choose a tag to compare
@pcorpet pcorpet released this 30 Jan 13:17
e66bfb5
  • Bump version number before release (#28)
  • Add a direct access to tables, for stronger typing. (#33)
  • Raise AirtableError exceptions on failure (#38)
  • Check for proper types in CI and fix them. (#37)
  • Fix CI: run on Python 2 and Python 3. (#36)
  • Fix tests for newer version of requests package. (#32)
  • Strong type the airtable record dict. (#31)
  • Style updates
  • quick updates
  • Add an option to use the class used to create dictionaries
  • Fix Python 2/3 types compatibilities by using the six library
  • mod travis & improve readme
  • Update README.md
  • fix travis status
  • Revert "more trav"
  • more trav
  • more trav
  • travis fix
  • Updated the minimum requests package required
  • updated setup.py
  • Allow "from airtable import Airtable" (#24)
  • Add PEP 484 type hints
  • Fixed travis error message (option --use-mirrors is invalid)
  • Added git ignore for compiled files and setup stuff
  • Added max_records and fields options to get/iterate methods. Updated documentation and version accordingly
  • Fixes issue with check string for unicode
  • Fix compatibility with python 3.x
  • fixed import path in documentation
  • fixed path joining error on windows
  • Add info to setup.py to automatically populate the info on PyPi