Metadata-Version: 2.1
Name: locloc
Version: 0.0.4
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.12
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Dist: fastapi (>=0.103.1,<0.110.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.28.0)
Project-URL: Repository, https://github.com/eggplants/locloc
Description-Content-Type: text/markdown

# locloc

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

[![ghcr latest] ![ghcr size]](https://github.com/eggplants/locloc/pkgs/container/locloc)

[PyPI version]: https://badge.fury.io/py/locloc.svg
[Maintainability]: https://api.codeclimate.com/v1/badges/2a065d7fbf4b174b0f94/maintainability
[pre-commit.ci status]: https://results.pre-commit.ci/badge/github/eggplants/locloc/master.svg
[Test Coverage]: https://api.codeclimate.com/v1/badges/2a065d7fbf4b174b0f94/test_coverage
[Test]: https://github.com/eggplants/locloc/actions/workflows/test.yml/badge.svg
[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

Online LOC counter

## Example

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

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

## Deployment

[![Website]](https://locloc.onrender.com)

[Website]: https://img.shields.io/website?label=locloc.onrender.com&url=https%3A%2F%2Flocloc.onrender.com

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

