parrottools


Nameparrottools JSON
Version 0.2.11 PyPI version JSON
download
home_pagehttps://github.com/parrot-com/parrottools
SummaryCollection of common utilities.
upload_time2023-08-08 10:30:12
maintainerParrot
docs_urlNone
authorParrot
requires_python>=3.6
license
keywords observability logging
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Parrot tools


## Modules

[Logging](docs/logging.md)


## Development

Install dependencies

```bash
make install
```

Install pre-commit hook to avoid commiting invalid code:

```bash
make pre-commit-install
```

## Tests

Run all tests:

```bash
make test
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/parrot-com/parrottools",
    "name": "parrottools",
    "maintainer": "Parrot",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "observability,logging",
    "author": "Parrot",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/21/fd/fb14dba5e5b9b4db7e05acb3b997ed63fb1fbc5b1457301c3dcd48930950/parrottools-0.2.11.tar.gz",
    "platform": null,
    "description": "# Parrot tools\n\n\n## Modules\n\n[Logging](docs/logging.md)\n\n\n## Development\n\nInstall dependencies\n\n```bash\nmake install\n```\n\nInstall pre-commit hook to avoid commiting invalid code:\n\n```bash\nmake pre-commit-install\n```\n\n## Tests\n\nRun all tests:\n\n```bash\nmake test\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Collection of common utilities.",
    "version": "0.2.11",
    "project_urls": {
        "Homepage": "https://github.com/parrot-com/parrottools",
        "Source Code": "https://github.com/parrot-com/parrottools"
    },
    "split_keywords": [
        "observability",
        "logging"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9121dbf252c233df10599505e010da799e8c0d182a5a47a5ee1b317ee777b926",
                "md5": "43c78507fb94816ee017303ab3255afc",
                "sha256": "d144661410bb7de5aeb6eb37b709bd4b21fc7a98057766a472bcdcfb05e56b9d"
            },
            "downloads": -1,
            "filename": "parrottools-0.2.11-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "43c78507fb94816ee017303ab3255afc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 6479,
            "upload_time": "2023-08-08T10:30:10",
            "upload_time_iso_8601": "2023-08-08T10:30:10.879099Z",
            "url": "https://files.pythonhosted.org/packages/91/21/dbf252c233df10599505e010da799e8c0d182a5a47a5ee1b317ee777b926/parrottools-0.2.11-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "21fdfb14dba5e5b9b4db7e05acb3b997ed63fb1fbc5b1457301c3dcd48930950",
                "md5": "43f35b7167e54b79e7f9116638bc10fb",
                "sha256": "950e4a4d5d8652d26b57485434874b014f3e8f7712fb319372f7b75395fd7717"
            },
            "downloads": -1,
            "filename": "parrottools-0.2.11.tar.gz",
            "has_sig": false,
            "md5_digest": "43f35b7167e54b79e7f9116638bc10fb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 6134,
            "upload_time": "2023-08-08T10:30:12",
            "upload_time_iso_8601": "2023-08-08T10:30:12.285556Z",
            "url": "https://files.pythonhosted.org/packages/21/fd/fb14dba5e5b9b4db7e05acb3b997ed63fb1fbc5b1457301c3dcd48930950/parrottools-0.2.11.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-08 10:30:12",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "parrot-com",
    "github_project": "parrottools",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "parrottools"
}
        
Elapsed time: 0.10622s