fitz-utils


Namefitz-utils JSON
Version 1.0.4 PyPI version JSON
download
home_pageNone
SummaryExtra functions for use with pymupdf module
upload_time2024-09-16 06:25:37
maintainerNone
docs_urlNone
authorThe Walnut AI
requires_python<4.0,>=3.10
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## Introduction

Add extra functions for use with pymupdf module

## Installation

1. Install dev environment

```
make install
```

2. Create wheel of the package

```
poetry build
```

3. Install the package

```
pip install dist/fitz_utils-0.0.13-py3-none-any.whl
```

OR

```
poetry add dist/fitz_utils-0.0.13-py3-none-any.whl
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "fitz-utils",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "The Walnut AI",
    "author_email": null,
    "download_url": null,
    "platform": null,
    "description": "## Introduction\n\nAdd extra functions for use with pymupdf module\n\n## Installation\n\n1. Install dev environment\n\n```\nmake install\n```\n\n2. Create wheel of the package\n\n```\npoetry build\n```\n\n3. Install the package\n\n```\npip install dist/fitz_utils-0.0.13-py3-none-any.whl\n```\n\nOR\n\n```\npoetry add dist/fitz_utils-0.0.13-py3-none-any.whl\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Extra functions for use with pymupdf module",
    "version": "1.0.4",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "49f1b1fc29a15d47fa1ba0f42dfcad5872e9e86ce5551f76fa0a2795f9975a7e",
                "md5": "e2739e94431679de3e14465c57e7e06f",
                "sha256": "087593d2c7dd25410019aabd75e44d7b435822b592bbe22498884739f473a9ea"
            },
            "downloads": -1,
            "filename": "fitz_utils-1.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e2739e94431679de3e14465c57e7e06f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 18463,
            "upload_time": "2024-09-16T06:25:37",
            "upload_time_iso_8601": "2024-09-16T06:25:37.259599Z",
            "url": "https://files.pythonhosted.org/packages/49/f1/b1fc29a15d47fa1ba0f42dfcad5872e9e86ce5551f76fa0a2795f9975a7e/fitz_utils-1.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-16 06:25:37",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "fitz-utils"
}
        
Elapsed time: 0.30871s