reposlayer


Namereposlayer JSON
Version 0.1.4 PyPI version JSON
download
home_pageNone
SummaryPython repository manager
upload_time2025-01-26 13:47:37
maintainerNone
docs_urlNone
authorNone
requires_python>=3.6
licenseNone
keywords python repository manager
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "reposlayer",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "Richard Qu <rq2014@nyu.edu>",
    "keywords": "python, repository, manager",
    "author": null,
    "author_email": "Richard Qu <rq2014@nyu.edu>",
    "download_url": "https://files.pythonhosted.org/packages/b7/a0/5b9fedd30dc8578365810a4fdd907d8d0251380f342c3c6f39525dfd7bab/reposlayer-0.1.4.tar.gz",
    "platform": null,
    "description": "# Reposlayer\n\nReposlayer is a Python repository manager that allows you to count lines of code, characters, and more in your projects.\n\n## Installation\n\nYou can install Reposlayer using `pip`:\n\n```bash\npip install Reposlayer\n```\n\n## Usage\n\n```bash\nReposlayer count /path/to/repo --count-lines --count-chars\n```\n\n## Features\n\n- Count lines of code in a file or directory\n- Count characters in a file or directory\n- Automatically ignore your .gitignore file\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Python repository manager",
    "version": "0.1.4",
    "project_urls": null,
    "split_keywords": [
        "python",
        " repository",
        " manager"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9bd75b38742975aa3c04843a781586c1cade92b7f53e4109a57e26698ca98f6b",
                "md5": "33a5ffacf9b3580e4a9fe71f1b236447",
                "sha256": "2b059fb1bef52c79d6a3bc457e8dce0856167b01e46e9f307e936ab80052cbe8"
            },
            "downloads": -1,
            "filename": "reposlayer-0.1.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "33a5ffacf9b3580e4a9fe71f1b236447",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 4699,
            "upload_time": "2025-01-26T13:47:36",
            "upload_time_iso_8601": "2025-01-26T13:47:36.676641Z",
            "url": "https://files.pythonhosted.org/packages/9b/d7/5b38742975aa3c04843a781586c1cade92b7f53e4109a57e26698ca98f6b/reposlayer-0.1.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b7a05b9fedd30dc8578365810a4fdd907d8d0251380f342c3c6f39525dfd7bab",
                "md5": "3e41d4458762a4c9cb771e73128af4c4",
                "sha256": "007120b1ac7c10960b610034d23a08f222cb1410321a0fb26b80e7f80849cac9"
            },
            "downloads": -1,
            "filename": "reposlayer-0.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "3e41d4458762a4c9cb771e73128af4c4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 3775,
            "upload_time": "2025-01-26T13:47:37",
            "upload_time_iso_8601": "2025-01-26T13:47:37.825530Z",
            "url": "https://files.pythonhosted.org/packages/b7/a0/5b9fedd30dc8578365810a4fdd907d8d0251380f342c3c6f39525dfd7bab/reposlayer-0.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-26 13:47:37",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "reposlayer"
}
        
Elapsed time: 0.62842s