Metadata-Version: 2.4
Name: locloc
Version: 0.1.2
Summary: Online LOC counter
Project-URL: Repository, https://github.com/eggplants/locloc
Author-email: eggplants <w10776e8w@yahoo.co.jp>
License-Expression: MIT
License-File: LICENSE.txt
Keywords: loc,web
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Typing :: Typed
Requires-Python: <4,>=3.13
Requires-Dist: fastapi<0.129,>=0.115.6
Requires-Dist: gitpython<4,>=3.1.44
Requires-Dist: jinja2<4,>=3.1.5
Requires-Dist: pydantic<3,>=2.10.5
Requires-Dist: pygal<4,>=3.0.5
Requires-Dist: pytokei<0.3,>=0.2
Requires-Dist: timeout-decorator<0.6,>=0.5
Requires-Dist: uvicorn<0.41,>=0.34
Description-Content-Type: text/markdown

# locloc

[![PyPI version]](
  <https://badge.fury.io/py/locloc>
) [![CI]](
  https://github.com/eggplants/locloc/actions/workflows/ci.yml
) [![ghcr latest] ![ghcr size]](https://github.com/eggplants/locloc/pkgs/container/locloc)

[PyPI version]: <https://badge.fury.io/py/locloc.svg>
[CI]: <https://github.com/eggplants/locloc/actions/workflows/ci.yml/badge.svg>
[ghcr latest]: <https://ghcr-badge.egpl.dev/eggplants/locloc/latest_tag?trim=major&label=latest>
[ghcr size]: <https://ghcr-badge.egpl.dev/eggplants/locloc/size>

Online LOC counter

## Example

<https://locloc.egpl.dev/svg?url=https://github.com/eggplants/locloc>

![locloc for locloc](https://locloc.egpl.dev/svg?url=https%3A%2F%2Fgithub.com%2Feggplants%2Flocloc)

## Deployment

[![Website]](https://locloc.egpl.dev)

[![Deploy to Render]](https://render.com/deploy?repo=https://github.com/eggplants/locloc)

[Website]: <https://img.shields.io/website?label=locloc.egpl.dev&url=https%3A%2F%2Flocloc.egpl.dev>
[Deploy to Render]: <https://render.com/images/deploy-to-render-button.svg>

## 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>
