Metadata-Version: 2.1
Name: code-census
Version: 0.0.16
Summary: A command line tool to collect, organize, report code metrics.
Home-page: https://kracekumar.github.io/code_census/
License: MIT
Keywords: CLI,mypy,developer-tools,code-quality,metrics
Author: Kracekumar
Author-email: me@kracekumar.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: SQLAlchemy (==1.4.0)
Requires-Dist: SQLAlchemy-Utils (>=0.37.8,<0.38.0)
Requires-Dist: alembic (>=1.6.5,<2.0.0)
Requires-Dist: beautifulsoup4 (>=4.9.3,<5.0.0)
Requires-Dist: click (>=7.1.2)
Requires-Dist: lxml (>=4.6.3,<5.0.0)
Requires-Dist: mypy (>=0.910)
Requires-Dist: psycopg2 (>=2.9.1,<3.0.0)
Requires-Dist: rich (>=10.7.0,<11.0.0)
Project-URL: Bug Tracker, https://github.com/kracekumar/code_census/issues
Project-URL: Documentation, https://kracekumar.github.io/code_census/
Project-URL: Repository, https://github.com/kracekumar/code_census
Description-Content-Type: text/markdown

# census

A CLI tool to track code metrics

# Installation

`pip install code_census`

# Documentation

The project documentation is available at [https://kracekumar.github.io/code_census/](https://kracekumar.github.io/code_census/).

