package-processing


Namepackage-processing JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/Will-Moura/image_processing_package.git
SummaryImage Processing Package using Skimage
upload_time2022-12-24 07:39:13
maintainer
docs_urlNone
authorWilliam
requires_python>=3.8
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # package_processing

Description. 
The package package_name is used to:
	Processing:
        -Histrogram 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 package_name
```

## Usage

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

## Author
William

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


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Will-Moura/image_processing_package.git",
    "name": "package-processing",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "",
    "author": "William",
    "author_email": "Williammachadomoura@hotmail.com",
    "download_url": "https://files.pythonhosted.org/packages/5b/f7/22a85b3cef33c9f1e5e776678c6f40546741c08f2ecda57e644ec4ff9634/package_processing-0.0.1.tar.gz",
    "platform": null,
    "description": "# package_processing\n\nDescription. \nThe package package_name is used to:\n\tProcessing:\n        -Histrogram matching \n\t\t-Structural similarity\n\t\t-Resize image\n\tUtils:\n\t    -Read image\n\t\t-Save image\n\t\t-Plot image\n\t\t-Plot result\n\t\t-Plot histogram\n\n\n\n## Installation\n\nUse the package manager [pip](https://pip.pypa.io/en/stable/) to install package_name\n\n```bash\npip install package_name\n```\n\n## Usage\n\n```python\nfrom package_name.module1_name import file1_name\nfile1_name.my_function()\n```\n\n## Author\nWilliam\n\n## License\n[MIT](https://choosealicense.com/licenses/mit/)\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Image Processing Package using Skimage",
    "version": "0.0.1",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "86a378ec44f03cf4edbd18f6510e541d",
                "sha256": "e7e6bca8f2b3c5b864da4d57ed5630025892f90469111f19cc33ef65a2c9e94b"
            },
            "downloads": -1,
            "filename": "package_processing-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "86a378ec44f03cf4edbd18f6510e541d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 3913,
            "upload_time": "2022-12-24T07:39:12",
            "upload_time_iso_8601": "2022-12-24T07:39:12.031217Z",
            "url": "https://files.pythonhosted.org/packages/7d/4a/e9b99459e2a93d8dd40b1bc8f7847fcea8742d01d2e66d52764ff75610b1/package_processing-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "7b56e534a21d795163a11cab27dcb379",
                "sha256": "408b8fb27c339747fa5870359dbb80961bca1ae4b76b9134d5297cc3826d1249"
            },
            "downloads": -1,
            "filename": "package_processing-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "7b56e534a21d795163a11cab27dcb379",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 2855,
            "upload_time": "2022-12-24T07:39:13",
            "upload_time_iso_8601": "2022-12-24T07:39:13.767374Z",
            "url": "https://files.pythonhosted.org/packages/5b/f7/22a85b3cef33c9f1e5e776678c6f40546741c08f2ecda57e644ec4ff9634/package_processing-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-24 07:39:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "Will-Moura",
    "github_project": "image_processing_package.git",
    "lcname": "package-processing"
}
        
Elapsed time: 0.04070s