Metadata-Version: 2.4
Name: apilgtm
Version: 1.0.0
Author-email: developers <developers@tagdots.com>
Project-URL: Changelog, https://github.com/tagdots/apilgtm/blob/main/CHANGELOG.md
Project-URL: Documentation, https://github.com/tagdots/apilgtm/blob/main/README.md
Project-URL: Homepage, https://github.com/tagdots
Project-URL: Issues, https://github.com/tagdots/apilgtm/issues
Project-URL: Repository, https://github.com/tagdots/apilgtm
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development :: Build Tools
Requires-Python: >=3.12.10
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: local
Requires-Dist: commitizen; extra == "local"
Requires-Dist: pre-commit; extra == "local"
Provides-Extra: test
Requires-Dist: build; extra == "test"
Requires-Dist: coverage; extra == "test"
Requires-Dist: flake8; extra == "test"
Requires-Dist: isort; extra == "test"
Requires-Dist: pyscan-rs; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: twine; extra == "test"
Dynamic: license-file

# ![api::lgtm](/assets/apilgtm.png)
[![CI](https://github.com/tagdots/apilgtm/actions/workflows/ci.yaml/badge.svg?logo=github&labelColor=222222)](https://github.com/tagdots/apilgtm/actions/workflows/ci.yaml)
[![CodeQL](https://github.com/tagdots/apilgtm/actions/workflows/reusable-codeql.yaml/badge.svg?logo=github&labelColor=222222)](https://github.com/tagdots/apilgtm/actions/workflows/reusable-codeql.yaml)
[![coverage](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/tagdots/apilgtm/refs/heads/badges/badges/coverage.json)](https://github.com/tagdots/apilgtm/actions/workflows/cron-tasks.yaml)

<br>

### 🚀 Python client library to make API LGTM

<br>

## 💪 Install
```
$ pip install -U apilgtm
```

<br>

## 📚 Documentation
[Usage](https://github.com/tagdots/apilgtm/blob/main/docs/README.md)

<br>

## 😕  Troubleshooting

Open an [issue][issues]

<br>

## 🙏 Contributing

For pull requests to be accepted on this project, you should follow [PEP8][pep8] when creating/updating Python codes.

See [Contributing][contributing]

<br>

## 🙌 Appreciation
We hope you find this project helpful, please ⭐ star it.  **Thank you**.

<br>

## ✍️ References

[How to fork a repo](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-a-repo)

<br>

[contributing]: https://github.com/tagdots/apilgtm/blob/main/CONTRIBUTING.md
[issues]: https://github.com/tagdots/apilgtm/issues
[pep8]: https://google.github.io/styleguide/pyguide.html
