parrottools


Nameparrottools JSON
Version 0.2.18 PyPI version JSON
download
home_pagehttps://github.com/parrot-com/parrottools
SummaryCollection of common utilities.
upload_time2025-10-22 11:48:07
maintainerParrot
docs_urlNone
authorParrot
requires_python>=3.6
licenseNone
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
```


## Release process

Branch `main` is published to Test PyPI.

Tags are published to PyPI. To create a new release execute:

```
gh release create <version>
```

in the terminal or create a release in the GitHub UI.

            

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": null,
    "keywords": "observability, logging",
    "author": "Parrot",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/48/db/72b4756936d3a18219023e6fb6a66730c7e798d0dab077bd50cee956d332/parrottools-0.2.18.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\n\n## Release process\n\nBranch `main` is published to Test PyPI.\n\nTags are published to PyPI. To create a new release execute:\n\n```\ngh release create <version>\n```\n\nin the terminal or create a release in the GitHub UI.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Collection of common utilities.",
    "version": "0.2.18",
    "project_urls": {
        "Homepage": "https://github.com/parrot-com/parrottools",
        "Source Code": "https://github.com/parrot-com/parrottools"
    },
    "split_keywords": [
        "observability",
        " logging"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "94e8488a122c515194bb34399ffbbe9797d254ffdbad6db250783bc8b6157d2f",
                "md5": "4cc44676a6442840ad05b7935f8d1fe9",
                "sha256": "f1aef7f06c9dc845e9cd9b5b3056545528ae02a76842b884315cf1334c7c56d8"
            },
            "downloads": -1,
            "filename": "parrottools-0.2.18-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4cc44676a6442840ad05b7935f8d1fe9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 7120,
            "upload_time": "2025-10-22T11:48:06",
            "upload_time_iso_8601": "2025-10-22T11:48:06.061561Z",
            "url": "https://files.pythonhosted.org/packages/94/e8/488a122c515194bb34399ffbbe9797d254ffdbad6db250783bc8b6157d2f/parrottools-0.2.18-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "48db72b4756936d3a18219023e6fb6a66730c7e798d0dab077bd50cee956d332",
                "md5": "1f78b2088162c261c21d1e21c4f64151",
                "sha256": "06ad66cf4cae3ad54a1064afd178872b6a11d2ca5a5f9911a8b0cc298c8ccfe3"
            },
            "downloads": -1,
            "filename": "parrottools-0.2.18.tar.gz",
            "has_sig": false,
            "md5_digest": "1f78b2088162c261c21d1e21c4f64151",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 7157,
            "upload_time": "2025-10-22T11:48:07",
            "upload_time_iso_8601": "2025-10-22T11:48:07.352261Z",
            "url": "https://files.pythonhosted.org/packages/48/db/72b4756936d3a18219023e6fb6a66730c7e798d0dab077bd50cee956d332/parrottools-0.2.18.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-22 11:48:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "parrot-com",
    "github_project": "parrottools",
    "github_not_found": true,
    "lcname": "parrottools"
}
        
Elapsed time: 0.99891s