Metadata-Version: 2.1
Name: odoo-rest-framework
Version: 1.0.4
Summary: Store user access token for one-time-login
Home-page: https://github.com/HanZawNyein/
Author: Han Zaw Nyein
Author-email: hanzawnyineonline@gmail.com
License: UNKNOWN
Description: ### Odoo REST Framework
            Version : 1.0.4
        
        ### Package : 
            pip install odoo_rest_framework
        
        ###### package link :
            https://pypi.org/project/odoo-rest-framework/
        
        ###### github link :
            https://github.com/HanZawNyein/odoo-rest-framework.git
        ###### Author : 
            Han Zaw Nyein
        
        ###### Author_email: 
            hanzawnyineonline@gmail.com
        
        ### Description : 
            Store user access token for one-time-login
        
        ### Example
            from odoo_rest_framework import (
                jwt_http,
                validator,
                util,
                status,
                fields_extractor,
                format_dict_one2many,
                format_dict_many2one,
                serializer,
                send_notifications
            )
Platform: UNKNOWN
Description-Content-Type: text/markdown
