Metadata-Version: 2.1
Name: check_spyder
Version: 0.2
Summary: Library to detect if you are using Spyder IDE or not.
Home-page: https://github.com/javierzurdo/Check_Spyder
Author: Javier S. Zurdo
Description-Content-Type: text/markdown

## What is it?
Simple library to test if python script is running in Spyder IDE

## Instalation
pip install check_spyder

## Dependencies
os

## License
MIT License

## Documentation
Check_Spyder().is_spyder

Returns True if Spyder is present or False if not.
