lintilla


Namelintilla JSON
Version 0.2.0 PyPI version JSON
download
home_pagehttps://github.com/Stephen-RA-King/lintilla
Summaryplace holder
upload_time2023-04-14 15:40:09
maintainerStephen R A King
docs_urlNone
authorStephen R A King
requires_python>=3.8
licenseMIT
keywords utility
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # lintilla

---

> Short blurb about what your product does.

[![PyPI][pypi-image]][pypi-url]
[![Downloads][downloads-image]][downloads-url]
[![Status][status-image]][pypi-url]
[![Python Version][python-version-image]][pypi-url]
[![Format][format-image]][pypi-url]
[![tests][tests-image]][tests-url]
[![Codecov][codecov-image]][codecov-url]
[![pre-commit][pre-commit-image]][pre-commit-url]
[![pre-commit.ci status][pre-commit.ci-image]][pre-commit.ci-url]
[![CodeFactor][codefactor-image]][codefactor-url]
[![Codeclimate][codeclimate-image]][codeclimate-url]
[![CodeQl][codeql-image]][codeql-url]
[![readthedocs][readthedocs-image]][readthedocs-url]
[![Imports: isort][isort-image]][isort-url]
[![Code style: black][black-image]][black-url]
[![Checked with mypy][mypy-image]][mypy-url]
[![security: bandit][bandit-image]][bandit-url]
[![Commitizen friendly][commitizen-image]][commitizen-url]
[![Conventional Commits][conventional-commits-image]][conventional-commits-url]
[![DeepSource][deepsource-image]][deepsource-url]
[![license][license-image]][license-url]

One to two paragraph statement about your product and what it does.

![](assets/header.png)

## Installation

---

OS X & Linux:

```sh
pip3 install lintilla
```

Windows:

```sh
pip install lintilla
```

## Usage example

---

A few motivating and useful examples of how your product can be used. Spice this up with code blocks and potentially more screenshots.

_For more examples and usage, please refer to the [Wiki][wiki]._

## Development setup

---

Describe how to install all development dependencies and how to run an automated test-suite of some kind. Potentially do this for multiple platforms.

```sh
pip install --editable lintilla
```

## Documentation

---

[**Read the Docs**](https://lintilla.readthedocs.io/en/latest/?)

-   [**Example Usage**](https://pynball.readthedocs.io/en/latest/example.html)
-   [**Credits**](https://lintilla.readthedocs.io/en/latest/example.html)
-   [**Changelog**](https://lintilla.readthedocs.io/en/latest/changelog.html)
-   [**API Reference**](https://lintilla.readthedocs.io/en/latest/autoapi/index.html)

-   [**Wiki**][wiki]

## Meta

---

[![](assets/linkedin.png)](https://www.linkedin.com/in/sr-king)
[![](assets/github.png)](https://github.com/Stephen-RA-King)
[![](assets/pypi.png)](https://pypi.org/project/lintilla)
[![](assets/www.png)](https://www.justpython.tech)
[![](assets/email.png)](mailto:stephen.ra.king@gmail.com)

Stephen R A King : sking.github@gmail.com

Distributed under the MIT license. See [![][license-image]][license-url] for more information.

Created with Cookiecutter template: [**cc_template**][cc_template-url] version 1.2.1

<!-- Markdown link & img dfn's -->

[bandit-image]: https://img.shields.io/badge/security-bandit-yellow.svg
[bandit-url]: https://github.com/PyCQA/bandit
[black-image]: https://img.shields.io/badge/code%20style-black-000000.svg
[black-url]: https://github.com/psf/black
[cc_template-url]: https://github.com/Stephen-RA-King/cc_template
[codeclimate-image]: https://api.codeclimate.com/v1/badges/7fc352185512a1dab75d/maintainability
[codeclimate-url]: https://codeclimate.com/github/Stephen-RA-King/lintilla/maintainability
[codecov-image]: https://codecov.io/gh/Stephen-RA-King/lintilla/branch/main/graph/badge.svg
[codecov-url]: https://app.codecov.io/gh/Stephen-RA-King/lintilla
[codefactor-image]: https://www.codefactor.io/repository/github/Stephen-RA-King/lintilla/badge
[codefactor-url]: https://www.codefactor.io/repository/github/Stephen-RA-King/lintilla
[codeql-image]: https://github.com/Stephen-RA-King/lintilla/actions/workflows/codeql-analysis.yml/badge.svg
[codeql-url]: https://github.com/Stephen-RA-King/lintilla/actions/workflows/codeql-analysis.yml
[commitizen-image]: https://img.shields.io/badge/commitizen-friendly-brightgreen.svg
[commitizen-url]: http://commitizen.github.io/cz-cli/
[conventional-commits-image]: https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg?style=flat-square
[conventional-commits-url]: https://conventionalcommits.org
[deepsource-image]: https://static.deepsource.io/deepsource-badge-light-mini.svg
[deepsource-url]: https://deepsource.io/gh/Stephen-RA-King/lintilla/?ref=repository-badge
[downloads-image]: https://static.pepy.tech/personalized-badge/lintilla?period=total&units=international_system&left_color=black&right_color=orange&left_text=Downloads
[downloads-url]: https://pepy.tech/project/lintilla
[format-image]: https://img.shields.io/pypi/format/lintilla
[isort-image]: https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336
[isort-url]: https://github.com/pycqa/isort/
[lgtm-alerts-image]: https://img.shields.io/lgtm/alerts/g/Stephen-RA-King/lintilla.svg?logo=lgtm&logoWidth=18
[lgtm-alerts-url]: https://lgtm.com/projects/g/Stephen-RA-King/lintilla/alerts/
[lgtm-quality-image]: https://img.shields.io/lgtm/grade/python/g/Stephen-RA-King/lintilla.svg?logo=lgtm&logoWidth=18
[lgtm-quality-url]: https://lgtm.com/projects/g/Stephen-RA-King/lintilla/context:python
[license-image]: https://img.shields.io/pypi/l/lintilla
[license-url]: https://github.com/Stephen-RA-King/lintilla/blob/main/LICENSE
[mypy-image]: http://www.mypy-lang.org/static/mypy_badge.svg
[mypy-url]: http://mypy-lang.org/
[pre-commit-image]: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white
[pre-commit-url]: https://github.com/pre-commit/pre-commit
[pre-commit.ci-image]: https://results.pre-commit.ci/badge/github/Stephen-RA-King/lintilla/main.svg
[pre-commit.ci-url]: https://results.pre-commit.ci/latest/github/Stephen-RA-King/lintilla/main
[pypi-url]: https://pypi.org/project/lintilla/
[pypi-image]: https://img.shields.io/pypi/v/lintilla.svg
[python-version-image]: https://img.shields.io/pypi/pyversions/lintilla
[readthedocs-image]: https://readthedocs.org/projects/lintilla/badge/?version=latest
[readthedocs-url]: https://lintilla.readthedocs.io/en/latest/?badge=latest
[status-image]: https://img.shields.io/pypi/status/lintilla.svg
[tests-image]: https://github.com/Stephen-RA-King/lintilla/actions/workflows/tests.yml/badge.svg
[tests-url]: https://github.com/Stephen-RA-King/lintilla/actions/workflows/tests.yml
[wiki]: https://github.com/Stephen-RA-King/lintilla/wiki

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Stephen-RA-King/lintilla",
    "name": "lintilla",
    "maintainer": "Stephen R A King",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "stephen.ra.king@gmail.com",
    "keywords": "utility",
    "author": "Stephen R A King",
    "author_email": "stephen.ra.king@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/a0/4d/3f9d4367531baa3abc5342c536fbe04d268c2b663403f1a7f6c8e719a3c0/lintilla-0.2.0.tar.gz",
    "platform": "Any",
    "description": "# lintilla\r\n\r\n---\r\n\r\n> Short blurb about what your product does.\r\n\r\n[![PyPI][pypi-image]][pypi-url]\r\n[![Downloads][downloads-image]][downloads-url]\r\n[![Status][status-image]][pypi-url]\r\n[![Python Version][python-version-image]][pypi-url]\r\n[![Format][format-image]][pypi-url]\r\n[![tests][tests-image]][tests-url]\r\n[![Codecov][codecov-image]][codecov-url]\r\n[![pre-commit][pre-commit-image]][pre-commit-url]\r\n[![pre-commit.ci status][pre-commit.ci-image]][pre-commit.ci-url]\r\n[![CodeFactor][codefactor-image]][codefactor-url]\r\n[![Codeclimate][codeclimate-image]][codeclimate-url]\r\n[![CodeQl][codeql-image]][codeql-url]\r\n[![readthedocs][readthedocs-image]][readthedocs-url]\r\n[![Imports: isort][isort-image]][isort-url]\r\n[![Code style: black][black-image]][black-url]\r\n[![Checked with mypy][mypy-image]][mypy-url]\r\n[![security: bandit][bandit-image]][bandit-url]\r\n[![Commitizen friendly][commitizen-image]][commitizen-url]\r\n[![Conventional Commits][conventional-commits-image]][conventional-commits-url]\r\n[![DeepSource][deepsource-image]][deepsource-url]\r\n[![license][license-image]][license-url]\r\n\r\nOne to two paragraph statement about your product and what it does.\r\n\r\n![](assets/header.png)\r\n\r\n## Installation\r\n\r\n---\r\n\r\nOS X & Linux:\r\n\r\n```sh\r\npip3 install lintilla\r\n```\r\n\r\nWindows:\r\n\r\n```sh\r\npip install lintilla\r\n```\r\n\r\n## Usage example\r\n\r\n---\r\n\r\nA few motivating and useful examples of how your product can be used. Spice this up with code blocks and potentially more screenshots.\r\n\r\n_For more examples and usage, please refer to the [Wiki][wiki]._\r\n\r\n## Development setup\r\n\r\n---\r\n\r\nDescribe how to install all development dependencies and how to run an automated test-suite of some kind. Potentially do this for multiple platforms.\r\n\r\n```sh\r\npip install --editable lintilla\r\n```\r\n\r\n## Documentation\r\n\r\n---\r\n\r\n[**Read the Docs**](https://lintilla.readthedocs.io/en/latest/?)\r\n\r\n-   [**Example Usage**](https://pynball.readthedocs.io/en/latest/example.html)\r\n-   [**Credits**](https://lintilla.readthedocs.io/en/latest/example.html)\r\n-   [**Changelog**](https://lintilla.readthedocs.io/en/latest/changelog.html)\r\n-   [**API Reference**](https://lintilla.readthedocs.io/en/latest/autoapi/index.html)\r\n\r\n-   [**Wiki**][wiki]\r\n\r\n## Meta\r\n\r\n---\r\n\r\n[![](assets/linkedin.png)](https://www.linkedin.com/in/sr-king)\r\n[![](assets/github.png)](https://github.com/Stephen-RA-King)\r\n[![](assets/pypi.png)](https://pypi.org/project/lintilla)\r\n[![](assets/www.png)](https://www.justpython.tech)\r\n[![](assets/email.png)](mailto:stephen.ra.king@gmail.com)\r\n\r\nStephen R A King : sking.github@gmail.com\r\n\r\nDistributed under the MIT license. See [![][license-image]][license-url] for more information.\r\n\r\nCreated with Cookiecutter template: [**cc_template**][cc_template-url] version 1.2.1\r\n\r\n<!-- Markdown link & img dfn's -->\r\n\r\n[bandit-image]: https://img.shields.io/badge/security-bandit-yellow.svg\r\n[bandit-url]: https://github.com/PyCQA/bandit\r\n[black-image]: https://img.shields.io/badge/code%20style-black-000000.svg\r\n[black-url]: https://github.com/psf/black\r\n[cc_template-url]: https://github.com/Stephen-RA-King/cc_template\r\n[codeclimate-image]: https://api.codeclimate.com/v1/badges/7fc352185512a1dab75d/maintainability\r\n[codeclimate-url]: https://codeclimate.com/github/Stephen-RA-King/lintilla/maintainability\r\n[codecov-image]: https://codecov.io/gh/Stephen-RA-King/lintilla/branch/main/graph/badge.svg\r\n[codecov-url]: https://app.codecov.io/gh/Stephen-RA-King/lintilla\r\n[codefactor-image]: https://www.codefactor.io/repository/github/Stephen-RA-King/lintilla/badge\r\n[codefactor-url]: https://www.codefactor.io/repository/github/Stephen-RA-King/lintilla\r\n[codeql-image]: https://github.com/Stephen-RA-King/lintilla/actions/workflows/codeql-analysis.yml/badge.svg\r\n[codeql-url]: https://github.com/Stephen-RA-King/lintilla/actions/workflows/codeql-analysis.yml\r\n[commitizen-image]: https://img.shields.io/badge/commitizen-friendly-brightgreen.svg\r\n[commitizen-url]: http://commitizen.github.io/cz-cli/\r\n[conventional-commits-image]: https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg?style=flat-square\r\n[conventional-commits-url]: https://conventionalcommits.org\r\n[deepsource-image]: https://static.deepsource.io/deepsource-badge-light-mini.svg\r\n[deepsource-url]: https://deepsource.io/gh/Stephen-RA-King/lintilla/?ref=repository-badge\r\n[downloads-image]: https://static.pepy.tech/personalized-badge/lintilla?period=total&units=international_system&left_color=black&right_color=orange&left_text=Downloads\r\n[downloads-url]: https://pepy.tech/project/lintilla\r\n[format-image]: https://img.shields.io/pypi/format/lintilla\r\n[isort-image]: https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336\r\n[isort-url]: https://github.com/pycqa/isort/\r\n[lgtm-alerts-image]: https://img.shields.io/lgtm/alerts/g/Stephen-RA-King/lintilla.svg?logo=lgtm&logoWidth=18\r\n[lgtm-alerts-url]: https://lgtm.com/projects/g/Stephen-RA-King/lintilla/alerts/\r\n[lgtm-quality-image]: https://img.shields.io/lgtm/grade/python/g/Stephen-RA-King/lintilla.svg?logo=lgtm&logoWidth=18\r\n[lgtm-quality-url]: https://lgtm.com/projects/g/Stephen-RA-King/lintilla/context:python\r\n[license-image]: https://img.shields.io/pypi/l/lintilla\r\n[license-url]: https://github.com/Stephen-RA-King/lintilla/blob/main/LICENSE\r\n[mypy-image]: http://www.mypy-lang.org/static/mypy_badge.svg\r\n[mypy-url]: http://mypy-lang.org/\r\n[pre-commit-image]: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white\r\n[pre-commit-url]: https://github.com/pre-commit/pre-commit\r\n[pre-commit.ci-image]: https://results.pre-commit.ci/badge/github/Stephen-RA-King/lintilla/main.svg\r\n[pre-commit.ci-url]: https://results.pre-commit.ci/latest/github/Stephen-RA-King/lintilla/main\r\n[pypi-url]: https://pypi.org/project/lintilla/\r\n[pypi-image]: https://img.shields.io/pypi/v/lintilla.svg\r\n[python-version-image]: https://img.shields.io/pypi/pyversions/lintilla\r\n[readthedocs-image]: https://readthedocs.org/projects/lintilla/badge/?version=latest\r\n[readthedocs-url]: https://lintilla.readthedocs.io/en/latest/?badge=latest\r\n[status-image]: https://img.shields.io/pypi/status/lintilla.svg\r\n[tests-image]: https://github.com/Stephen-RA-King/lintilla/actions/workflows/tests.yml/badge.svg\r\n[tests-url]: https://github.com/Stephen-RA-King/lintilla/actions/workflows/tests.yml\r\n[wiki]: https://github.com/Stephen-RA-King/lintilla/wiki\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "place holder",
    "version": "0.2.0",
    "split_keywords": [
        "utility"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "972d34cbf7d8963996b53448b05ab394b929a490fab0319366f2704bdfe1c465",
                "md5": "2eab605462f2b39aa16e7f9b0271e883",
                "sha256": "7299d38369211e82b66b31fe42401568d220862521137ef00c1a51f06bf4f6e9"
            },
            "downloads": -1,
            "filename": "lintilla-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2eab605462f2b39aa16e7f9b0271e883",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 7536,
            "upload_time": "2023-04-14T15:40:08",
            "upload_time_iso_8601": "2023-04-14T15:40:08.068451Z",
            "url": "https://files.pythonhosted.org/packages/97/2d/34cbf7d8963996b53448b05ab394b929a490fab0319366f2704bdfe1c465/lintilla-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a04d3f9d4367531baa3abc5342c536fbe04d268c2b663403f1a7f6c8e719a3c0",
                "md5": "524e12ec7d3dd61aa196f53adbd861f2",
                "sha256": "992c329c2ce506756daf1857aa3a44e2a60cc779694874d6a51e02382367fbe5"
            },
            "downloads": -1,
            "filename": "lintilla-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "524e12ec7d3dd61aa196f53adbd861f2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 10838,
            "upload_time": "2023-04-14T15:40:09",
            "upload_time_iso_8601": "2023-04-14T15:40:09.776678Z",
            "url": "https://files.pythonhosted.org/packages/a0/4d/3f9d4367531baa3abc5342c536fbe04d268c2b663403f1a7f6c8e719a3c0/lintilla-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-14 15:40:09",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "Stephen-RA-King",
    "github_project": "lintilla",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "tox": true,
    "lcname": "lintilla"
}
        
Elapsed time: 0.07658s