image-processing-ThomBrP


Nameimage-processing-ThomBrP JSON
Version 0.0.3 PyPI version JSON
download
home_pagehttps://github.com/ThomBrP/Engenharia-de-Dados-com-Python-DIO
SummaryDIO Study about python packages
upload_time2024-10-20 05:20:13
maintainerNone
docs_urlNone
authorThomBrP
requires_python>=3.8
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # package_name

Description. 
The package package_name is used to:
  Processing:
    - Histogram matching
    - Structural Similarity
    - Resize Image
  Utils:
    - Read image
    - Save image
    - Plot image
    - Plot result
    - Plot histogram

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install package_name

```bash
pip install image_processing_ThomBrP
```

## Usage

```python
from package_name.module1_name import file1_name
file1_name.my_function()
```

## Author
Thom (https://github.com/ThomBrP)
Original: Karina Kato (https://github.com/tiemi/)

## License
[MIT](https://choosealicense.com/licenses/mit/)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ThomBrP/Engenharia-de-Dados-com-Python-DIO",
    "name": "image-processing-ThomBrP",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "ThomBrP",
    "author_email": "Thomasbrp@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/8f/ec/122a42a58c6ab66d012ce5e6b6df597c1ad35f28478d396afd1fbd4d2c71/image_processing_thombrp-0.0.3.tar.gz",
    "platform": null,
    "description": "# package_name\r\n\r\nDescription. \r\nThe package package_name is used to:\r\n  Processing:\r\n    - Histogram matching\r\n    - Structural Similarity\r\n    - Resize Image\r\n  Utils:\r\n    - Read image\r\n    - Save image\r\n    - Plot image\r\n    - Plot result\r\n    - Plot histogram\r\n\r\n## Installation\r\n\r\nUse the package manager [pip](https://pip.pypa.io/en/stable/) to install package_name\r\n\r\n```bash\r\npip install image_processing_ThomBrP\r\n```\r\n\r\n## Usage\r\n\r\n```python\r\nfrom package_name.module1_name import file1_name\r\nfile1_name.my_function()\r\n```\r\n\r\n## Author\r\nThom (https://github.com/ThomBrP)\r\nOriginal: Karina Kato (https://github.com/tiemi/)\r\n\r\n## License\r\n[MIT](https://choosealicense.com/licenses/mit/)\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "DIO Study about python packages",
    "version": "0.0.3",
    "project_urls": {
        "Homepage": "https://github.com/ThomBrP/Engenharia-de-Dados-com-Python-DIO"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8ea6a6f2115470e08b134779c6279fa0b30a9deaad3e54118728acdc5e79789f",
                "md5": "89180f4ee24448fad6e5a1dc9d54cd0d",
                "sha256": "dca16c5be9b91a84fd3f95dac198a0017398639f1523f298e531d79db249cbf0"
            },
            "downloads": -1,
            "filename": "image_processing_ThomBrP-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "89180f4ee24448fad6e5a1dc9d54cd0d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 4292,
            "upload_time": "2024-10-20T05:20:08",
            "upload_time_iso_8601": "2024-10-20T05:20:08.950073Z",
            "url": "https://files.pythonhosted.org/packages/8e/a6/a6f2115470e08b134779c6279fa0b30a9deaad3e54118728acdc5e79789f/image_processing_ThomBrP-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8fec122a42a58c6ab66d012ce5e6b6df597c1ad35f28478d396afd1fbd4d2c71",
                "md5": "6a182ec5875cd8cc94c378b86f80652a",
                "sha256": "f4a6293649b4269e916661b1af1ce5485d27acaa5ab78ae3af3e7c835cbcb7e8"
            },
            "downloads": -1,
            "filename": "image_processing_thombrp-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "6a182ec5875cd8cc94c378b86f80652a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 2993,
            "upload_time": "2024-10-20T05:20:13",
            "upload_time_iso_8601": "2024-10-20T05:20:13.425824Z",
            "url": "https://files.pythonhosted.org/packages/8f/ec/122a42a58c6ab66d012ce5e6b6df597c1ad35f28478d396afd1fbd4d2c71/image_processing_thombrp-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-20 05:20:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ThomBrP",
    "github_project": "Engenharia-de-Dados-com-Python-DIO",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "image-processing-thombrp"
}
        
Elapsed time: 0.96510s