Metadata-Version: 2.4
Name: neonloc
Version: 0.2.1
Summary: A blazingly fast, cyber-styled source code counter. Count your lines with pure edge.
Author: Debeski
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: rich>=13.0.0
Requires-Dist: click>=8.0.0
Dynamic: license-file

# NeonLoc

A blazingly fast, cyber-styled source code counter. Count your lines with pure edge.

[![PyPI version](https://badge.fury.io/py/neonloc.svg)](https://pypi.org/project/neonloc/)

<p align="center">
  <img src="https://raw.githubusercontent.com/debeski/neonloc/main/logo.png" alt="NeonLoc Logo" width="450"/>
</p>

## Installation

Install directly from PyPI:

```bash
pip install neonloc
```

**From source:**
```bash
git clone https://github.com/debeski/neonloc.git
cd neonloc
pip install .
```

## Usage

Simply run `neonloc` in your terminal and pass a directory. By default, it will use the current directory (`.`).

```bash
neonloc .
```

Or target a specific folder:

```bash
neonloc /path/to/project
```

## Features

- **Categorized Metrics**: Distinct, color-coded tables for `Code`, `Documentation`, `Config`, `Data`, `Markup`, and `Style`.
- **Cyber Aesthetic**: Pure neon glory in your terminal, rendered with `Rich`.
- **Lightning Fast**: Scans and parses directories in the blink of an eye.
- **Language Support**: Python, JavaScript, TypeScript, Go, C/C++, Rust, HTML, CSS, YAML, JSON, Markdown, Bash, Ruby, Java, PHP, Vue, Svelte, TOML, Dockerfile.
- **Deep Metrics**: Counts true code logic, comments, blanks, and total lines.

---
[**View on PyPI**](https://pypi.org/project/neonloc/) • [**View on GitHub**](https://github.com/debeski/neonloc)
