Metadata-Version: 2.1
Name: novautils
Version: 0.0.2
Summary: Custom utility package
Home-page: https://github.com/novasush/novautils
Author: Sushrut Ashtikar
Author-email: sushrut@nsemble.ai
License: UNKNOWN
Description: # novautils
        My first pip package
        
        ## Installation
        ```
        pip install novautils
        ```
        
        ## Usage
        ```python
        import novautils
        ```
        
        Usage will be updated soon
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
