pagestream


Namepagestream JSON
Version 0.2.5 PyPI version JSON
download
home_pageNone
SummaryHandle PDF pagestreams with PikePDF and split them by outline
upload_time2023-06-21 11:49:49
maintainerNone
docs_urlNone
authorNone
requires_pythonNone
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# PageStream

Some scanners and PDF merge software results in a single merged PDF that has the
original document title in the outline. The dutch government uses software like
this to respond to FOIA requests.

This module was created to split these FOIA requests by outline. As an
investigative journalism platform, we encounter different kinds of pagestreams
in the wild. The intent for this module is to be a place where we collect
different functionality regarding these streams.

Example usage:
```
pagestream --help
```



            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pagestream",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Johan Schuijt <johan@ftm.nl>",
    "download_url": "https://files.pythonhosted.org/packages/93/a6/e341024ed27e41d58f46f9cedd83c25651f9e582e45ab18a9424fa27025b/pagestream-0.2.5.tar.gz",
    "platform": null,
    "description": "\n# PageStream\n\nSome scanners and PDF merge software results in a single merged PDF that has the\noriginal document title in the outline. The dutch government uses software like\nthis to respond to FOIA requests.\n\nThis module was created to split these FOIA requests by outline. As an\ninvestigative journalism platform, we encounter different kinds of pagestreams\nin the wild. The intent for this module is to be a place where we collect\ndifferent functionality regarding these streams.\n\nExample usage:\n```\npagestream --help\n```\n\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Handle PDF pagestreams with PikePDF and split them by outline",
    "version": "0.2.5",
    "project_urls": {
        "Home": "https://github.com/followthemoney/pagestream"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "273ca90b476a1a012ba5e58c5bca63ff4429a91d8f4a9a0552ecf17b218e4b1e",
                "md5": "f95c8687c1b7a5dc616be5063a75088f",
                "sha256": "49704efcff48bee6cef12cb9f8b45979270c27ed1633779118db73183afdd9a4"
            },
            "downloads": -1,
            "filename": "pagestream-0.2.5-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f95c8687c1b7a5dc616be5063a75088f",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 4256,
            "upload_time": "2023-06-21T11:49:47",
            "upload_time_iso_8601": "2023-06-21T11:49:47.994644Z",
            "url": "https://files.pythonhosted.org/packages/27/3c/a90b476a1a012ba5e58c5bca63ff4429a91d8f4a9a0552ecf17b218e4b1e/pagestream-0.2.5-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "93a6e341024ed27e41d58f46f9cedd83c25651f9e582e45ab18a9424fa27025b",
                "md5": "d2724ff7c3c2c71331210d38d2c2675f",
                "sha256": "1059f1209ed8b168f67c2237d01add38c3b035313df7a4af7f8381b011b84d40"
            },
            "downloads": -1,
            "filename": "pagestream-0.2.5.tar.gz",
            "has_sig": false,
            "md5_digest": "d2724ff7c3c2c71331210d38d2c2675f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3374,
            "upload_time": "2023-06-21T11:49:49",
            "upload_time_iso_8601": "2023-06-21T11:49:49.911205Z",
            "url": "https://files.pythonhosted.org/packages/93/a6/e341024ed27e41d58f46f9cedd83c25651f9e582e45ab18a9424fa27025b/pagestream-0.2.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-21 11:49:49",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "followthemoney",
    "github_project": "pagestream",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pagestream"
}
        
Elapsed time: 0.07929s