Metadata-Version: 2.1
Name: osdu-sdk
Version: 0.0.10
Summary: OSDU SDK for Python
Home-page: https://github.com/equinor/osdu-sdk-python
Author: Equinor ASA
Author-email: mhew@equinor.com
License: MIT
Project-URL: Issue Tracker, https://github.com/equinor/osdu-sdk-python/issues
Keywords: osdu sdk python
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.8
License-File: LICENSE.md

# OSDU SDK for Python
=====================

This is the OSDU SDK for Python (work in progress).

Usage
=====

Note: This is currently a WIP so will be subject to breaking changes.

Change Log
==========
                   
0.0.10
------

- Delete doesn't check status codes (consistency with other functions)
- Put will pass list objects as json
                   
0.0.9
-----

- Search query_by_kind function
- Search query_by_id supports limit
- Search query supports a specific query
                   
0.0.8
-----

- search query supports limit

0.0.7
-----

- client put & put_returning_json functions
  
0.0.6
-----

- entitlements add_member_to_group role parameter
- added entitlements remove_member_from_group function
 
0.0.5
-----

- Search query function
      
0.0.4
-----

- Search query_by_id function

0.0.3
-----

- Reusable client base
- Entitlements client

0.0.2
-----

- Add basic search client
  
0.0.1
-----

- Initial release.


