python-nocodb icon indicating copy to clipboard operation
python-nocodb copied to clipboard

NocoDB Python API Client

Results 12 python-nocodb issues
Sort by recently updated
recently updated
newest added
trafficstars

Just wanted to bring this issue up - on certain environments, it seems that running "pip install nocodb" failes with an error that looks something like: `UnicodeDecodeError: 'charmap' codec can't...

Hi, nice project! I'm trying to connect and list the table row using ``` # Usage with API Token client = NocoDBRequestsClient( # Your API Token retrieved from NocoDB conf...