pngtools


Namepngtools JSON
Version 1.0.0 PyPI version JSON
download
home_pageNone
SummaryTiny CLI to explore PNGs
upload_time2024-03-20 09:30:32
maintainerNone
docs_urlNone
authorNone
requires_python>=3.6
licenseMIT License Copyright (c) 2024 n4n5 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords png tools cli
VCS
bugtrack_url
requirements cmd2
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pngtools

## Usage

```bash
python -m pip install pngtools

python -m pngtools
```

## Python usage

```python
from pngtools import PNG_MAGIC, split_png_chunks
# do your things
```

## Development

```bash
python -m pip install -r requirements.txt

python -m pip install .
```

## License

- [MIT](LICENSE)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pngtools",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "png, tools, cli",
    "author": null,
    "author_email": "n4n5 <its.just.n4n5@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/07/10/ee85e4f554ee74960f833ec47d3768bd002f19c577739736a8635f6f9e16/pngtools-1.0.0.tar.gz",
    "platform": null,
    "description": "# pngtools\n\n## Usage\n\n```bash\npython -m pip install pngtools\n\npython -m pngtools\n```\n\n## Python usage\n\n```python\nfrom pngtools import PNG_MAGIC, split_png_chunks\n# do your things\n```\n\n## Development\n\n```bash\npython -m pip install -r requirements.txt\n\npython -m pip install .\n```\n\n## License\n\n- [MIT](LICENSE)\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2024 n4n5  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "Tiny CLI to explore PNGs",
    "version": "1.0.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/its-just-nans/pngtools/issues",
        "Homepage": "https://github.com/its-just-nans/pngtools"
    },
    "split_keywords": [
        "png",
        " tools",
        " cli"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "efb894f661f0911aee109cac7c6b3fa38e1087f2bf5d7263fd5086932a8ee196",
                "md5": "c95369b6e43b0b84251b2c104ddf6864",
                "sha256": "46c1510666ddb1d950ce66fe52579666949b3c69f39ce7d1bef41144ed8b581d"
            },
            "downloads": -1,
            "filename": "pngtools-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c95369b6e43b0b84251b2c104ddf6864",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 6254,
            "upload_time": "2024-03-20T09:30:30",
            "upload_time_iso_8601": "2024-03-20T09:30:30.999065Z",
            "url": "https://files.pythonhosted.org/packages/ef/b8/94f661f0911aee109cac7c6b3fa38e1087f2bf5d7263fd5086932a8ee196/pngtools-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0710ee85e4f554ee74960f833ec47d3768bd002f19c577739736a8635f6f9e16",
                "md5": "bb808f032cd723fda1befea80ec1db95",
                "sha256": "ba02f08f97296ed7582ea1523af42c8f6060b7ae8f6183dcbc844f0ee453fff8"
            },
            "downloads": -1,
            "filename": "pngtools-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "bb808f032cd723fda1befea80ec1db95",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 5379,
            "upload_time": "2024-03-20T09:30:32",
            "upload_time_iso_8601": "2024-03-20T09:30:32.926840Z",
            "url": "https://files.pythonhosted.org/packages/07/10/ee85e4f554ee74960f833ec47d3768bd002f19c577739736a8635f6f9e16/pngtools-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-20 09:30:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "its-just-nans",
    "github_project": "pngtools",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "cmd2",
            "specs": []
        }
    ],
    "lcname": "pngtools"
}
        
Elapsed time: 0.21260s