Metadata-Version: 2.1
Name: neglect
Version: 0.1.0
Summary: Neglecting usage of Exceptional handling in Python
Author: Vishal R
Keywords: neglect,NEGLECT,neglect try except,ignore,omit,neglect exceptional handling
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

# Neglect  

## Execution formate
- neglect( file_name.py )

## Functionalities of the Neglect
- Ignores logical program errors
- Helps to run python file by avoiding compilation of mistaken lines 
- indicates error lines inside the program/code itself
- minimise unnecessary usage of try & except 

## Usage
- Make sure you have installed Python in your system.
- Run Following command in the CMD.
  ```
    pip install neglect
  ```
  
