Metadata-Version: 2.1
Name: locloc
Version: 0.0.1
Summary: Online LOC counter
Home-page: https://github.com/eggplants/locloc
License: MIT
Keywords: loc,web
Author: eggplants
Author-email: w10776e8w@yahoo.co.jp
Requires-Python: >=3.9,<4
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Dist: fastapi (>=0.103.1,<0.104.0)
Requires-Dist: gitpython (>=3.1.36,<4.0.0)
Requires-Dist: jinja2 (>=3.1.2,<4.0.0)
Requires-Dist: pydantic (>=2.3.0,<3.0.0)
Requires-Dist: pygal (>=3.0.0,<4.0.0)
Requires-Dist: pytokei (>=0.2.0,<0.3.0)
Requires-Dist: slowapi (>=0.1.8,<0.2.0)
Requires-Dist: timeout-decorator (>=0.5.0,<0.6.0)
Requires-Dist: uvicorn (>=0.23.2,<0.24.0)
Project-URL: Repository, https://github.com/eggplants/locloc
Description-Content-Type: text/markdown

# locloc

[![PyPI version](https://badge.fury.io/py/locloc.svg)](https://badge.fury.io/py/locloc) [![Maintainability](https://api.codeclimate.com/v1/badges/2a065d7fbf4b174b0f94/maintainability)](https://codeclimate.com/github/eggplants/locloc/maintainability) [![pre-commit.ci status](https://results.pre-commit.ci/badge/github/eggplants/locloc/master.svg)](https://results.pre-commit.ci/latest/github/eggplants/locloc/master) [![Test Coverage](https://api.codeclimate.com/v1/badges/2a065d7fbf4b174b0f94/test_coverage)](https://codeclimate.com/github/eggplants/locloc/test_coverage) [![Test](https://github.com/eggplants/locloc/actions/workflows/test.yml/badge.svg)](https://github.com/eggplants/locloc/actions/workflows/test.yml)

[![ghcr latest](https://ghcr-badge.deta.dev/eggplants/locloc/latest_tag?trim=major&label=latest) ![ghcr size](https://ghcr-badge.deta.dev/eggplants/locloc/size)](https://github.com/eggplants/locloc/pkgs/container/locloc)

Online LOC counter

## Related work

- <s><https://locfetch.app/></s> (closed)

  - ref: <https://zenn.dev/kyoheiu/articles/3f01fef8afe2c9>

- <https://codetabs.com/count-loc/count-loc-online.html>
  - source: <https://github.com/jolav/codetabs>

