notepdf


Namenotepdf JSON
Version 1.1.0 PyPI version JSON
download
home_pageNone
SummarySimple tool to create Notepages from a pdf slidedeck.
upload_time2025-09-02 12:01:16
maintainerNone
docs_urlNone
authorKristian Willassen
requires_python>=3.13
licenseMIT
keywords notes pdf slide remarkable tablet
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # NotePDF

Script to make lined notepages from a PDF slidedeck. For use with notetaking devices such as the Remarkable tablet. 

This project is not connected to Remarkable AS. 

## Installation

The project can be installed directly from PyPI. Variations on 
```sh
pip install notepdf
```
can be used.

## Usage

The script is used
```sh
notepdf <input_file.pdf>
```


## Development

Uses `uv` to syncronise packages and run commands:
```sh
uv sync
uv add <package>
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "notepdf",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.13",
    "maintainer_email": null,
    "keywords": "notes, pdf, slide, Remarkable, tablet",
    "author": "Kristian Willassen",
    "author_email": "kristian@kwill.no",
    "download_url": "https://files.pythonhosted.org/packages/62/5d/99edd802e5551585968dae254d9ebd3227fa2a3dd61926d6710f7a470c6a/notepdf-1.1.0.tar.gz",
    "platform": null,
    "description": "# NotePDF\n\nScript to make lined notepages from a PDF slidedeck. For use with notetaking devices such as the Remarkable tablet. \n\nThis project is not connected to Remarkable AS. \n\n## Installation\n\nThe project can be installed directly from PyPI. Variations on \n```sh\npip install notepdf\n```\ncan be used.\n\n## Usage\n\nThe script is used\n```sh\nnotepdf <input_file.pdf>\n```\n\n\n## Development\n\nUses `uv` to syncronise packages and run commands:\n```sh\nuv sync\nuv add <package>\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Simple tool to create Notepages from a pdf slidedeck.",
    "version": "1.1.0",
    "project_urls": null,
    "split_keywords": [
        "notes",
        " pdf",
        " slide",
        " remarkable",
        " tablet"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9ffe395ccf1af201bcb871b490b0d49ca6f46c0bcec1dc8171f6cc67a1a429e4",
                "md5": "591618f205d6b5aefdfede3bf7f222a8",
                "sha256": "52a6b39582464cf91fbe65b986bde227b8d2975b08e6dcb14646185cd77d7023"
            },
            "downloads": -1,
            "filename": "notepdf-1.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "591618f205d6b5aefdfede3bf7f222a8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.13",
            "size": 3342,
            "upload_time": "2025-09-02T12:01:15",
            "upload_time_iso_8601": "2025-09-02T12:01:15.384476Z",
            "url": "https://files.pythonhosted.org/packages/9f/fe/395ccf1af201bcb871b490b0d49ca6f46c0bcec1dc8171f6cc67a1a429e4/notepdf-1.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "625d99edd802e5551585968dae254d9ebd3227fa2a3dd61926d6710f7a470c6a",
                "md5": "b23a410bd22e31228b399f0d190bce79",
                "sha256": "ea770e065e6e9e79eb54ad2281493d8e47f2c6f46ed1b9b505209f658091c0bd"
            },
            "downloads": -1,
            "filename": "notepdf-1.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "b23a410bd22e31228b399f0d190bce79",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.13",
            "size": 2514,
            "upload_time": "2025-09-02T12:01:16",
            "upload_time_iso_8601": "2025-09-02T12:01:16.266071Z",
            "url": "https://files.pythonhosted.org/packages/62/5d/99edd802e5551585968dae254d9ebd3227fa2a3dd61926d6710f7a470c6a/notepdf-1.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-02 12:01:16",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "notepdf"
}
        
Elapsed time: 0.55438s