code-census

View on PyPIReverse Dependencies (0)

0.0.16 code_census-0.0.16-py3-none-any.whl

Wheel Details

Project: code-census
Version: 0.0.16
Filename: code_census-0.0.16-py3-none-any.whl
Download: [link]
Size: 11778
MD5: 547ea883e7ca9729890f882565d880e4
SHA256: 9789cd115d267803229b7382eeeadcb2f857c6c95888b40d7a72862d1bd081bb
Uploaded: 2021-12-21 13:35:33 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: code-census
Version: 0.0.16
Summary: A command line tool to collect, organize, report code metrics.
Author: Kracekumar
Author-Email: me[at]kracekumar.com
Home-Page: https://kracekumar.github.io/code_census/
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
License: MIT
Keywords: CLI,mypy,developer-tools,code-quality,metrics
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-Python: >=3.9,<4.0
Requires-Dist: SQLAlchemy (==1.4.0)
Requires-Dist: SQLAlchemy-Utils (<0.38.0,>=0.37.8)
Requires-Dist: alembic (<2.0.0,>=1.6.5)
Requires-Dist: beautifulsoup4 (<5.0.0,>=4.9.3)
Requires-Dist: click (>=7.1.2)
Requires-Dist: lxml (<5.0.0,>=4.6.3)
Requires-Dist: mypy (>=0.910)
Requires-Dist: psycopg2 (<3.0.0,>=2.9.1)
Requires-Dist: rich (<11.0.0,>=10.7.0)
Description-Content-Type: text/markdown
[Description omitted; length: 235 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry 1.0.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
README.md sha256=U5XGr2CfbVPZmexsXVlvaSOhJJaGP5MJdka1r5LSNTI 234
code_census/__init__.py sha256=_uYL9PuOge-NA5bFMP8S1nIu385r0mp9nOUjMy9u_w8 65
code_census/alembic/README sha256=MVlc9TYmr57RbhXET6QxgyCcwWP7w-vLkEsirENqiIQ 38
code_census/alembic/env.py sha256=zz6eh1O8q3iSXEhRMmUe3WnTx6TZhRBqqV3VOMfo4BU 2231
code_census/alembic/script.py.mako sha256=8_xgA-gm_OhehnO7CiIijWgnm00ZlszEHtIHrAYFJl0 494
code_census/alembic/versions/cc7054b42c18_add_initial_tables.py sha256=zRb3xK_p5iNPtNOxEfGwtOjglLBmjLIRcKp16wjSPQI 2578
code_census/alembic.ini sha256=VTE_OrWH2-T5QiwcP3LejqyOdHgF4SAw-jjqq46irnY 2107
code_census/cli.py sha256=6FFFGkv2O5T2GO5zToxFXGyZ3VSXNBLa05jjmbZ04yU 6976
code_census/formatter.py sha256=x0VQqYGdwsU5KA2iTLtI2GoXRmFzE_PHF9_2M-G0pMo 1247
code_census/models.py sha256=T226itodtkEL7VgdKdlcqzstq8dzeA0-1erLPE8RxWE 3646
code_census/mypy_utils.py sha256=Ri5TXix33sANDJ2P0iy7GlxSNTPLnV2C9OjGgXpEpRI 1579
code_census-0.0.16.dist-info/entry_points.txt sha256=xgGx6NCi4Yt8agIkz5lsfKMqnrUkFAW3vBkBiWUtCb0 78
code_census-0.0.16.dist-info/LICENSE sha256=8m7DnVqMQm9pKvgRehK_Uw1l3kALjKwEkBqgbMkMdSo 1067
code_census-0.0.16.dist-info/WHEEL sha256=SrtnPGVTMeYWttls9xnWA01eUhCZ3ufFdJUYb1J3r-U 83
code_census-0.0.16.dist-info/METADATA sha256=cpsgc5m1cMQ-TNgcak_J67SKSW4fTpGzOrqOJ_tejvk 1442
code_census-0.0.16.dist-info/RECORD

entry_points.txt

census = code_census.cli:cli
code_census = code_census.cli:cli