Metadata-Version: 2.2
Name: reposlayer
Version: 0.1.1
Summary: Python repository manager
Author-email: Richard Qu <rq2014@nyu.edu>
Maintainer-email: Richard Qu <rq2014@nyu.edu>
Keywords: python,repository,manager
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pathlib

# Reposlayer

Reposlayer is a Python repository manager that allows you to count lines of code, characters, and more in your projects.

## Installation

You can install Reposlayer using `pip`:

```bash
pip install Reposlayer
```

## Usage

```bash
Reposlayer count /path/to/repo --count-lines --count-chars
```

## Features

- Count lines of code in a file or directory
- Count characters in a file or directory
- Automatically ignore your .gitignore file
