parrottools


Nameparrottools JSON
Version 0.2.16 PyPI version JSON
download
home_pagehttps://github.com/parrot-com/parrottools
SummaryCollection of common utilities.
upload_time2024-07-25 09:15:52
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/33/e1/bee9b9c2522e68cfc9aef481d3dfc24917533778286cca39b7c73c31208f/parrottools-0.2.16.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.16",
    "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": "9268c40bd2e794dde7af6947eb418c615af2f0268ec6894c2258d3afa8bbc41c",
                "md5": "c530aac93fa4eaacca4cd73ae22876b2",
                "sha256": "130c237226d0b62947d5d8ac9dab34f71852fd17b7d9f01a381e17d373acba71"
            },
            "downloads": -1,
            "filename": "parrottools-0.2.16-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c530aac93fa4eaacca4cd73ae22876b2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 6981,
            "upload_time": "2024-07-25T09:15:39",
            "upload_time_iso_8601": "2024-07-25T09:15:39.426476Z",
            "url": "https://files.pythonhosted.org/packages/92/68/c40bd2e794dde7af6947eb418c615af2f0268ec6894c2258d3afa8bbc41c/parrottools-0.2.16-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "33e1bee9b9c2522e68cfc9aef481d3dfc24917533778286cca39b7c73c31208f",
                "md5": "bb68674d37e847966c1eab01aa51fb7b",
                "sha256": "49d3bebd3720895c86cf33e62e9fdc2ec8a689e1483a767a4dd2c1559aea2f09"
            },
            "downloads": -1,
            "filename": "parrottools-0.2.16.tar.gz",
            "has_sig": false,
            "md5_digest": "bb68674d37e847966c1eab01aa51fb7b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 6977,
            "upload_time": "2024-07-25T09:15:52",
            "upload_time_iso_8601": "2024-07-25T09:15:52.755649Z",
            "url": "https://files.pythonhosted.org/packages/33/e1/bee9b9c2522e68cfc9aef481d3dfc24917533778286cca39b7c73c31208f/parrottools-0.2.16.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-25 09:15:52",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "parrot-com",
    "github_project": "parrottools",
    "github_not_found": true,
    "lcname": "parrottools"
}
        
Elapsed time: 3.84223s