Metadata-Version: 2.2
Name: pycloctest
Version: 0.0.3
Summary: Python wrapper for the cloc CLI tool.
Author-email: StefanoStone <stefanocamp187@gmail.com>
Maintainer-email: StefanoStone <stefanocamp187@gmail.com>
License: MIT License
Project-URL: Repository, https://github.com/StefanoStone/pycloc
Project-URL: Issues, https://github.com/StefanoStone/pycloc/issues
Keywords: cloc,wrapper,cli,tool,lines,code,count
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Operating System :: OS Independent
Classifier: Topic :: Utilities
Classifier: Topic :: Text Processing
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: cli-tools
Requires-Dist: cloc; extra == "cli-tools"
Provides-Extra: test
Requires-Dist: pytest; extra == "test"

# pycloc
Python wrapper for CLOC (Count Lines of Code)
