Metadata-Version: 2.1
Name: oracle-to-python
Version: 0.0.1
Summary: Oracle NULL functions equivalent in Oracle
Home-page: https://github.com/pypa/sampleproject
Author: Arun Jaiswal
Author-email: arrrsh@gmail.com
License: UNKNOWN
Description: # oracle_to_python
        
        This package has equivalent NULL functions in Python as are there in Oracle
        
        ## This package oracle_to_python.nulls has below functions.
        
        * nvl
        * nvl2
        * nullif
        
        pip install oracle_to_python
        
        ## Module name
        
        nulls
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
Requires-Python: >=3.6
Description-Content-Type: text/markdown
