Metadata-Version: 2.1
Name: vpk_custom_functions
Version: 0.1.0
Summary: Contains custom functions which are used repeatedly during development
Home-page: https://github.com/vishnuprksh/vpk_custom_functions
Download-URL: https://github.com/vishnuprksh/vpk_custom_functions/archive/refs/tags/0.0.1.tar.gz
Author: Vishnu Prakash
Author-email: vishnucheppanam@gmail.com
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
License-File: LICENSE
Requires-Dist: IPython
Requires-Dist: pandas

Contains custom functions for automating some repitive actions during notebook use and python development

## Installation
`pip install vpk_custom_functions`

## How to use?
`from vpk_custom_functions import general_settings`
`from vpk_custom_functions import activate_parent`
