Metadata-Version: 2.4
Name: countsy
Version: 1.0.4
Summary: Count lines of Python code in directories
Author: Furkan Tandogan
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
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# Countsy
This is countsy. Currently you can return the amount of lines for all Python-Files of an
entire dictionary.
It does not ignore comments and or blank lines (probably following), also I would like to 
work on implementing more programming languages.
## Usage
### Installation
```
pip install countsy
```
### Usage
```
countsy FOLDER_TO_PATH
```

### Sample Output
```
countsy ./
>>> Total lines of Python-Code in folder:  86
```
