prettyc


Nameprettyc JSON
Version 1.0.8 PyPI version JSON
download
home_pagehttp://github.com/pylover/prettyc
SummaryFork of Google's cpplint, modified to work only with C.
upload_time2023-06-23 12:28:03
maintainer
docs_urlNone
authorVahid Mardani
requires_python
licenseBSD-3-Clause
keywords lint python c
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # prettyc - static code checker for C

PrettyC is a command-line tool to check only C files for style issues.
It's forked from Cpplint which is developed and maintained by Google Inc. at 
`google/styleguide <https://github.com/google/styleguide>`_, also see the 
`wikipedia entry <http://en.wikipedia.org/wiki/Cpplint>`_


## Installation
To install prettyc from PyPI, run:

```bash
pip install prettyc
```

Then run it with:

```bash
prettyc [OPTIONS] files 
```

For full usage instructions, run:


```bash
prettyc --help
```

## How to use:

```bash
prettyc --help
```

## Development

Create virtual environment.
```bash
make venv
```

Activate.
```bash
source activate.sh
```

Create development environment
```bash
make dev
```

Distribution and install:
```bash
make dist
make install
```




            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/pylover/prettyc",
    "name": "prettyc",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "lint,python,c",
    "author": "Vahid Mardani",
    "author_email": "vahid.mardani@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/1b/bd/4118b86759f8a9526a777ffe75554ae2a7e35dc9280a9575fcf7d923e812/prettyc-1.0.8.tar.gz",
    "platform": null,
    "description": "# prettyc - static code checker for C\n\nPrettyC is a command-line tool to check only C files for style issues.\nIt's forked from Cpplint which is developed and maintained by Google Inc. at \n`google/styleguide <https://github.com/google/styleguide>`_, also see the \n`wikipedia entry <http://en.wikipedia.org/wiki/Cpplint>`_\n\n\n## Installation\nTo install prettyc from PyPI, run:\n\n```bash\npip install prettyc\n```\n\nThen run it with:\n\n```bash\nprettyc [OPTIONS] files \n```\n\nFor full usage instructions, run:\n\n\n```bash\nprettyc --help\n```\n\n## How to use:\n\n```bash\nprettyc --help\n```\n\n## Development\n\nCreate virtual environment.\n```bash\nmake venv\n```\n\nActivate.\n```bash\nsource activate.sh\n```\n\nCreate development environment\n```bash\nmake dev\n```\n\nDistribution and install:\n```bash\nmake dist\nmake install\n```\n\n\n\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "Fork of Google's cpplint, modified to work only with C.",
    "version": "1.0.8",
    "project_urls": {
        "Homepage": "http://github.com/pylover/prettyc"
    },
    "split_keywords": [
        "lint",
        "python",
        "c"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1bbd4118b86759f8a9526a777ffe75554ae2a7e35dc9280a9575fcf7d923e812",
                "md5": "780fcd06ec412d6c46d54ee16cbccde9",
                "sha256": "05ce73e3fb4563e5356acdc200092884a129505244a3cf77640b6d30bd5fb5c6"
            },
            "downloads": -1,
            "filename": "prettyc-1.0.8.tar.gz",
            "has_sig": false,
            "md5_digest": "780fcd06ec412d6c46d54ee16cbccde9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 74028,
            "upload_time": "2023-06-23T12:28:03",
            "upload_time_iso_8601": "2023-06-23T12:28:03.769912Z",
            "url": "https://files.pythonhosted.org/packages/1b/bd/4118b86759f8a9526a777ffe75554ae2a7e35dc9280a9575fcf7d923e812/prettyc-1.0.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-23 12:28:03",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pylover",
    "github_project": "prettyc",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "prettyc"
}
        
Elapsed time: 0.08060s