Metadata-Version: 2.4
Name: pipcount
Version: 1.0.0
Summary: Private Pip Source Code Counting Tool
Home-page: https://github.com/asinerum/pipcount
Author: Asinerum Conlang Project
Author-email: asinerum.com@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# Private Pip Source Code Counting Tool
To count lines-of-code of a Pip source folder.

## Installation
```bash
pip install pipcount
```

## Usage
```bash
pipcount [BACKUP_FOLDER_NAME [SOURCE_FOLDER_NAME [CODE_FILE_TYPE]]]
## pipcount backup pip "*.py"
```

Detailed tips, tricks, and examples, can be found at project's repository
https://github.com/asinerum/pipcount

(C)2026 Asinerum Conlang Project
