Socrata-py

Latest version: v1.1.13

Safety actively analyzes 613482 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

1.0.0

Breaking Changes
* Functions that previously returned a tuple of the status and the resource now just return the resource, or throw an exception. For example:
python
(ok, revision) = socrata.new({'name': 'cool dataset'})
assert ok, revision

becomes
python
revision = socrata.new({'name': 'cool dataset'})

If the operation fails, a `SocrataException` is thrown.

Enhancements
* Uploads are now done in parallel, using the chunked upload API. They will also be retried if a portion of it fails due to a transient network issue, rather than causing the whole upload to finish.

Feature Additions
* None
Feature Removals
* None

Installation

0.4.2

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.