pycloudinary icon indicating copy to clipboard operation
pycloudinary copied to clipboard

Python package for cloudinary

Results 25 pycloudinary issues
Sort by recently updated
recently updated
newest added

### Brief Summary of Changes edited the test command in tox.ini and include pytest in setup.py #### What does this PR address? - [ ] GitHub issue ( #368 )...

Taken from #367 It might be worth considering to migrate to `pytest` in the near future as suggested [here](https://app.travis-ci.com/github/cloudinary/pycloudinary/jobs/611271154#L283). The changes should only be rather minimal, but it might be...

### Brief Summary of Changes #### What does this PR address? - [ ] GitHub issue (Add reference - #XX) - [ ] Refactoring - [ ] New feature -...

res = cloudinary.api.resources_by_asset_folder('prd', tags = True, metadata = True) print('res=', res) return res['resources'] Traceback (most recent call last): File "C:\WPy64-31050\YHB\venv\lib\site-packages\cloudinary-1.32.0-py3.10.egg\cloudinary\api_client\execute_request.py", line 76, in execute_request result = json.loads(body.decode('utf-8')) File "C:\WPy64-31050\python-3.10.5.amd64\lib\json\__init__.py", line...

question

### Brief Summary of Changes #### What does this PR address? - [ ] GitHub issue (Add reference - #XX) - [ ] Refactoring - [x] New feature - [...