pymince


Namepymince JSON
Version 2.12.0 PyPI version JSON
download
home_pagehttps://github.com/rmoralespp/pymince
SummaryPython shredded utilities
upload_time2024-10-22 10:04:47
maintainerNone
docs_urlNone
authorrmoralespp
requires_python>=3.8
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pymince

[![CI](https://github.com/rmoralespp/pymince/workflows/CI/badge.svg)](https://github.com/rmoralespp/pymince/actions?query=event%3Arelease+workflow%3ACI)
[![pypi](https://img.shields.io/pypi/v/pymince.svg)](https://pypi.python.org/pypi/pymince)
[![versions](https://img.shields.io/pypi/pyversions/pymince.svg)](https://github.com/rmoralespp/pymince)
[![codecov](https://codecov.io/gh/rmoralespp/pymince/branch/main/graph/badge.svg)](https://app.codecov.io/gh/rmoralespp/pymince)
[![license](https://img.shields.io/github/license/rmoralespp/pymince.svg)](https://github.com/rmoralespp/pymince/blob/main/LICENSE)
[![Downloads](https://pepy.tech/badge/pymince)](https://pepy.tech/project/pymince)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Linter: ruff](https://img.shields.io/badge/linter-_ruff-orange)](https://github.com/charliermarsh/ruff)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit)

## About

**pymince** is a collection of useful tools that are "missing" from the Python standard library.

## Installation (via pip)

```pip install pymince```

## Documentation

See project [documentation](https://rmoralespp.github.io/pymince/) for more details.

## Development

### Build documentation

```
(env)$ pip install -r requirements-doc.txt   # Ignore this command if it has already been executed
(env)$ python upgrade-doc.py # Upgrade the documentation from the source code
(env)$ mkdocs serve # Start the live-reloading docs server
(env)$ mkdocs build # Build the documentation site
```

### Tests

```
(env)$ pip install -r requirements-dev.txt   # Ignore this command if it has already been executed
(env)$ pytest tests/
(env)$ pytest --cov pymince # Tests with coverge
```

## License

This project is licensed under the terms of the [MIT](LICENSE) license.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/rmoralespp/pymince",
    "name": "pymince",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "rmoralespp",
    "author_email": "rmoralespp@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/8c/2a/6f6f86432558ee68f85f6934feee74044d908d3375f7c6a9f0cf8ed6100e/pymince-2.12.0.tar.gz",
    "platform": null,
    "description": "# pymince\n\n[![CI](https://github.com/rmoralespp/pymince/workflows/CI/badge.svg)](https://github.com/rmoralespp/pymince/actions?query=event%3Arelease+workflow%3ACI)\n[![pypi](https://img.shields.io/pypi/v/pymince.svg)](https://pypi.python.org/pypi/pymince)\n[![versions](https://img.shields.io/pypi/pyversions/pymince.svg)](https://github.com/rmoralespp/pymince)\n[![codecov](https://codecov.io/gh/rmoralespp/pymince/branch/main/graph/badge.svg)](https://app.codecov.io/gh/rmoralespp/pymince)\n[![license](https://img.shields.io/github/license/rmoralespp/pymince.svg)](https://github.com/rmoralespp/pymince/blob/main/LICENSE)\n[![Downloads](https://pepy.tech/badge/pymince)](https://pepy.tech/project/pymince)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n[![Linter: ruff](https://img.shields.io/badge/linter-_ruff-orange)](https://github.com/charliermarsh/ruff)\n[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit)\n\n## About\n\n**pymince** is a collection of useful tools that are \"missing\" from the Python standard library.\n\n## Installation (via pip)\n\n```pip install pymince```\n\n## Documentation\n\nSee project [documentation](https://rmoralespp.github.io/pymince/) for more details.\n\n## Development\n\n### Build documentation\n\n```\n(env)$ pip install -r requirements-doc.txt   # Ignore this command if it has already been executed\n(env)$ python upgrade-doc.py # Upgrade the documentation from the source code\n(env)$ mkdocs serve # Start the live-reloading docs server\n(env)$ mkdocs build # Build the documentation site\n```\n\n### Tests\n\n```\n(env)$ pip install -r requirements-dev.txt   # Ignore this command if it has already been executed\n(env)$ pytest tests/\n(env)$ pytest --cov pymince # Tests with coverge\n```\n\n## License\n\nThis project is licensed under the terms of the [MIT](LICENSE) license.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python shredded utilities",
    "version": "2.12.0",
    "project_urls": {
        "Homepage": "https://github.com/rmoralespp/pymince"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4cac859bfde29ac45739931339ec2b3322e577f9a811aa24b08e72b15737fb65",
                "md5": "b25a10bda30446c38a57753963226b77",
                "sha256": "a62b27cd4b9d5bbe84490315a8866bc38b4f584059dee45910bee2fd6ca3f4c5"
            },
            "downloads": -1,
            "filename": "pymince-2.12.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b25a10bda30446c38a57753963226b77",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 26280,
            "upload_time": "2024-10-22T10:04:46",
            "upload_time_iso_8601": "2024-10-22T10:04:46.400107Z",
            "url": "https://files.pythonhosted.org/packages/4c/ac/859bfde29ac45739931339ec2b3322e577f9a811aa24b08e72b15737fb65/pymince-2.12.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8c2a6f6f86432558ee68f85f6934feee74044d908d3375f7c6a9f0cf8ed6100e",
                "md5": "30af4fcf9611cd8628190fd9e0ccbf7a",
                "sha256": "495c99e1242720b83e45dcf3a743eb54382e27671f013116a38da1221d924bf9"
            },
            "downloads": -1,
            "filename": "pymince-2.12.0.tar.gz",
            "has_sig": false,
            "md5_digest": "30af4fcf9611cd8628190fd9e0ccbf7a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 24063,
            "upload_time": "2024-10-22T10:04:47",
            "upload_time_iso_8601": "2024-10-22T10:04:47.791454Z",
            "url": "https://files.pythonhosted.org/packages/8c/2a/6f6f86432558ee68f85f6934feee74044d908d3375f7c6a9f0cf8ed6100e/pymince-2.12.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-22 10:04:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "rmoralespp",
    "github_project": "pymince",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pymince"
}
        
Elapsed time: 0.37648s