Metadata-Version: 2.1
Name: pysmells
Version: 1.0.9
Summary: Pysmells is a tool that identifies when something doesn't 'smell right' in a python code, checking for programming errors, inconsistencies and programming style violations. It will then generate a report detailing the results of the analysis. Pysmells is based on the following Python Enhancement Proposals (PEPs): PEP 8, PEP 257 and PEP 20.
Home-page: https://github.com/pysmells/pysmells
Author: Marcos Paulo Alves de Sousa and Marco Aurélio Proença Neto
Author-email: msousa@museu-goeldi.br
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# Pysmells

Pysmells is a tool that identifies when something doesn't 'smell right' in a python code, checking for programming errors, inconsistencies and programming style violations. It will then generate a report detailing the results of the analysis. Pysmells is based on the following Python Enhancement Proposals (PEPs): PEP 8, PEP 257 and PEP 20.

## Installation

You can install pysmells using pip:

`pip install pysmells`

Clone this repository:

bash `git clone https://github.com/pysmells/pysmells.git`

## Usage

To use pysmells, navigate to the directory containing the Python files you want to analyze and run the following command:


## Dependencies

pysmells requires the following packages:

- tabulate
- pylint

These dependencies will be automatically installed when you install pysmells using pip.

## License

pysmells is licensed under the MIT License. See the [LICENSE](LICENSE) file for more information.


