FoxitPDFSDKPython3


NameFoxitPDFSDKPython3 JSON
Version 10.1.0 PyPI version JSON
download
home_pagehttps://developers.foxit.com
SummaryFoxit PDF SDK For Python3
upload_time2024-12-16 04:37:35
maintainerNone
docs_urlNone
authorFoxit Software Inc.
requires_python<4,>=3.6
licenseOther/Proprietary License (Commercial)
keywords pdf sdk pdf library pdf render pdf view pdf print pdf edit pdf convert
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Foxit PDF SDK v10.1.0  Release Date: 16 Dec. 2024
==================================================================

New Features and Enhancements
----------------------------------
**PDF3D**
- Support for retrieve and preset 3D views.
- Support for default view reset.
  New APIs:
  - `GetPresetViewList()`
  - `ApplyPresetView()`
  - `ResetDefaultView()`

**Compliance**
- Introduced preflight functionality supporting PDF/E and PDF/X standards.
  New Classes:
  - `Preflight`
  - `PDFXCompliance`
  - `PDFECompliance`

**Page Analyzer**
- Detect scanned pages.
  New API:
  - `PDFPage::IsScanned()`

**OCR**
- Enhanced OCR configuration options, including image-based text extraction mode, skew correction, image denoising, and CPU core usage mode.
  New Class:
  - `foxit::addon::ocr::OCRConfig`
  Updated API:
  - `Initialize(...is_shared_cpu_cores_mode)`

**Annotation**
- Support for executing JavaScript-based sub-actions in link annotations.
- Added separate transparency settings for border and fill colors.
- Added the ability to retrieve annotations by unique IDs.
  Updated API:
  - `ExecuteJavaScriptAction(JavaScriptAction)`

  New APIs:
  - `SetBorderOpacity()`, `GetBorderOpacity()`
  - `SetFillOpacity()`, `GetFillOpacity()`
  - `GetAnnotsByIdArray()`

**Images**
- Retrieve image orientation.
- Image object creation from Type3 text object.
- Clone 1bpp bitmap from the page image object.
  New API:
  - `GetOrientation()`
  - `ImageObject::CreateFromType3TextObject()`
  - `ImageObject::CloneBitmap (page,graphics_objects)`

**Fonts**
- Improved font mapping with an overloaded callback for font family names
  New API:
  - `FontMapperCallback::MapFont()`

**Rendering**
- Render PDF to PDF print devices on Linux.
- Support for rendering PDF pages to 1bpp bitmap.
  New API:
  - `Renderer(print_param,dest_pdf_path)`

**Search**
- TextSearch supports regular expressions.
  Updated API:
  - `TextSearch::SetPattern(key_words,is_regex_search)`

**Text**
- Calculate the required PDF Rect size for strings in RichTextStyle before adding text.
- RichTextStyle allows negative values for char_space and word_space in .
  New API:
  - `PDFPage::CalculateNewRectForText()`

  Updated API:
  - `Page::AddText RichTextStyle`

**Watermark**
- Added tiled watermark behavior flags, including printing/display settings.
  Updated API:
  - `TiledWatermarkSettings(flags)`

**PrintManager**
- Enhanced margin handling for print jobs.
  New APIs:
  - `SetJobPrintUnitType()`, `GetJobPrintUnitType()`
  - `SetJobLeftMargin()`, `GetJobLeftMargin()`
  - `SetJobRightMargin()`, `GetJobRightMargin()`
  - `SetJobTopMargin()`, `GetJobTopMargin()`
  - `SetJobBottomMargin`, `GetJobBottomMargin()`

**DWG2PDF**
- Track conversion progress and control output logs.
- Support for color conversion policies.
  New Class:
  - `DWG2PDFProgressCallback`
  Updated API:
  - `DWG2PDFSettingData::is_output_progress`
  - `DWG2PDFSettingData::progress_callback`
  - `DWG2PDFSettingData::color_policy`

**LibreOffice2pdf**
- Support for multi-threaded conversion via binary engine on Linux.
  Updated APIs:
  - `Convert::From[Word][Excel][PowerPoint](...fx_binary_engine_path, LibreOffice_User_Profile)`

**Foxit PDF2Office**
- Support for library initialization using a binary program for improved conversion flexibility.
- Introduced more conversion options such as insert page breaks, remove trailing spaces, and output images.
- Support for restricted PDF files conversion.
  Updated APIs:
  - `PDF2Office::Initialize(library_path,fx_binary_program_path)`
  - `PDF2WordSettingData(...enable_generate_page_rendered_break)`
  - `PDF2OfficeSettingData (...enable_trailing_space,include_images,)`

  New Class and API:
  - `ConvertCheckCallback`
  - `SetConvertCheckCallback(convert_check_callback)`

**Foxit Office2PDF**
- Officially integrated Foxit Office2PDF as an add-on.
- Support for outline conversion in Word2PDF.
- Introduced wordbook conversion options in Excel2PDF.
  
  New Class:
  - `Word2PDFConfig`
  - `Excel2PDFConfig`

**API Performance Improvements**
- Significantly improved the Optimizer's performance for documents with a large number of paths. Processing time for the same document has been reduced from 7 minutes to 1 second.
- Greatly enhanced the efficiency of importing files with AcroForms using StartImportPagesFromFilePath. For a 1000-page AcroForm file, the processing time has been reduced from nearly 14 hours to about 20 seconds.
	
Deprecated Features
---------------------------------------------------------------
- Deprecated `ImageObject::CloneBitmap (Graphics_Objects)` API.		

BugFixes
---------------------------------------------------------------
**Table-related**
- Fixed an issue where merging cells with `AddTableToPage()` caused errors.
- Resolved a problem where the fill color did not cover the entire cell when inserting tables using `insertTablePagesToDocument`.

**Page Operations and Importing**
- Fixed an issue where splitting pages with `StartImportPages()` resulted in scrambled content.
- Resolved a data import failure caused by incorrect XML file format detection when using `ImportFromXML()`.
- Fixed a bug where form data remained after removing AcroForm pages with `RemovePage()`.
- Addressed an issue where inserting new PDF pages failed due to inconsistent handling of `CropBox`.

**Text Processing**
- Fixed an issue where extracting text with Chinese characters using `GetPageText()` resulted in errors.
- Resolved text extraction order issues with `GetPageText()` by optimizing the text extraction algorithm.
- Fixed display errors when adding Arabic text using `AddText()`.
- Corrected the RTL display order issue when setting Arabic text with `SetText()`.

**Form Handling**
- Fixed an issue where `PDFPage::Flatten()` failed to flatten static XFA form field data.
- Resolved an issue where dynamic XFA form fields did not retain their state correctly when flattened to PDF.
- Fixed a problem where dynamic XFA documents could not be loaded after triggering certain callback events.
- Addressed an issue where insufficient integer precision led to incorrect form field calculations.

**Search Functionality**
- Fixed an issue where incorrect search results were returned due to the wrong calculation of search keyword order.
- Resolved an exception issue when calling `ReplaceNext()`.

**Rendering and Display**
- Fixed an issue where dashed lines were displayed incorrectly in prepress previews by properly handling fill and stroke colors.
- Resolved prepress preview anomalies caused by separating annotation and page rendering.
- Optimized rendering to fix display issues with background images in paths with soft mask pattern fills.
- Fixed an issue where images inserted via `AddImage()` were mirrored due to missing rotation handling.
- Corrected the problem where graphics object became invisible after calling `SetMatrix()` due to ignored clipping paths.

**Crash Fixes**
- Fixed a crash when opening PDF files containing 3D elements.
- Resolved a crash caused by batch conversion of PDF to PostScript using the `Renderer` class.
- Fixed a crash on Linux when creating new `PDFDoc` objects due to concurrent access.

**Annotations and Watermarks**
- Fixed an issue where annotations in PDF files with missing destination (Dest) information could not retrieve annotation actions correctly.
- Fixed a problem where watermarks were not written to extracted pages after calling `StartExtractPages()`.

**Printing-related**
- [Demo] Fixed an issue in the `pdfprint` demo where printing PDFs with soft masks in the background caused memory issues.
- [PrintManager] Corrected the "Unknown" status display when using the demo print function by adjusting `GetJobStatus()`.
- [PrintManager] Fixed an issue where print tasks were waiting or unable to complete due to the printer failing to call the `GetJob()` function.

**Optimizer and Performance**
- Fixed data loss during optimization due to incorrect font stream handling.
- Resolved garbled text issues during DWG to PDF conversion by supplementing missing font resources, to esnure font integrity.
- Adjusted CMYK image handling to fix color inconsistencies caused by forced conversion to RGB in TIFF images.
- Resolved content loss during TIFF to PDF conversion by improving TIFF data writing.
- Fixed data loss and exceptions in the verification results by improving the `LTVVerifier::Verify()` logic.
- Fixed table recognition error by enhancing the layout recognition engine.


            

Raw data

            {
    "_id": null,
    "home_page": "https://developers.foxit.com",
    "name": "FoxitPDFSDKPython3",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4,>=3.6",
    "maintainer_email": null,
    "keywords": "PDF SDK, PDF Library, PDF render, PDF view, PDF print, PDF Edit, PDF convert",
    "author": "Foxit Software Inc.",
    "author_email": "support@foxitsoftware.com",
    "download_url": null,
    "platform": null,
    "description": "Foxit PDF SDK v10.1.0  Release Date: 16 Dec. 2024\n==================================================================\n\nNew Features and Enhancements\n----------------------------------\n**PDF3D**\n- Support for retrieve and preset 3D views.\n- Support for default view reset.\n  New APIs:\n  - `GetPresetViewList()`\n  - `ApplyPresetView()`\n  - `ResetDefaultView()`\n\n**Compliance**\n- Introduced preflight functionality supporting PDF/E and PDF/X standards.\n  New Classes:\n  - `Preflight`\n  - `PDFXCompliance`\n  - `PDFECompliance`\n\n**Page Analyzer**\n- Detect scanned pages.\n  New API:\n  - `PDFPage::IsScanned()`\n\n**OCR**\n- Enhanced OCR configuration options, including image-based text extraction mode, skew correction, image denoising, and CPU core usage mode.\n  New Class:\n  - `foxit::addon::ocr::OCRConfig`\n  Updated API:\n  - `Initialize(...is_shared_cpu_cores_mode)`\n\n**Annotation**\n- Support for executing JavaScript-based sub-actions in link annotations.\n- Added separate transparency settings for border and fill colors.\n- Added the ability to retrieve annotations by unique IDs.\n  Updated API:\n  - `ExecuteJavaScriptAction(JavaScriptAction)`\n\n  New APIs:\n  - `SetBorderOpacity()`, `GetBorderOpacity()`\n  - `SetFillOpacity()`, `GetFillOpacity()`\n  - `GetAnnotsByIdArray()`\n\n**Images**\n- Retrieve image orientation.\n- Image object creation from Type3 text object.\n- Clone 1bpp bitmap from the page image object.\n  New API:\n  - `GetOrientation()`\n  - `ImageObject::CreateFromType3TextObject()`\n  - `ImageObject::CloneBitmap (page,graphics_objects)`\n\n**Fonts**\n- Improved font mapping with an overloaded callback for font family names\n  New API:\n  - `FontMapperCallback::MapFont()`\n\n**Rendering**\n- Render PDF to PDF print devices on Linux.\n- Support for rendering PDF pages to 1bpp bitmap.\n  New API:\n  - `Renderer(print_param,dest_pdf_path)`\n\n**Search**\n- TextSearch supports regular expressions.\n  Updated API:\n  - `TextSearch::SetPattern(key_words,is_regex_search)`\n\n**Text**\n- Calculate the required PDF Rect size for strings in RichTextStyle before adding text.\n- RichTextStyle allows negative values for char_space and word_space in .\n  New API:\n  - `PDFPage::CalculateNewRectForText()`\n\n  Updated API:\n  - `Page::AddText RichTextStyle`\n\n**Watermark**\n- Added tiled watermark behavior flags, including printing/display settings.\n  Updated API:\n  - `TiledWatermarkSettings(flags)`\n\n**PrintManager**\n- Enhanced margin handling for print jobs.\n  New APIs:\n  - `SetJobPrintUnitType()`, `GetJobPrintUnitType()`\n  - `SetJobLeftMargin()`, `GetJobLeftMargin()`\n  - `SetJobRightMargin()`, `GetJobRightMargin()`\n  - `SetJobTopMargin()`, `GetJobTopMargin()`\n  - `SetJobBottomMargin`, `GetJobBottomMargin()`\n\n**DWG2PDF**\n- Track conversion progress and control output logs.\n- Support for color conversion policies.\n  New Class:\n  - `DWG2PDFProgressCallback`\n  Updated API:\n  - `DWG2PDFSettingData::is_output_progress`\n  - `DWG2PDFSettingData::progress_callback`\n  - `DWG2PDFSettingData::color_policy`\n\n**LibreOffice2pdf**\n- Support for multi-threaded conversion via binary engine on Linux.\n  Updated APIs:\n  - `Convert::From[Word][Excel][PowerPoint](...fx_binary_engine_path, LibreOffice_User_Profile)`\n\n**Foxit PDF2Office**\n- Support for library initialization using a binary program for improved conversion flexibility.\n- Introduced more conversion options such as insert page breaks, remove trailing spaces, and output images.\n- Support for restricted PDF files conversion.\n  Updated APIs:\n  - `PDF2Office::Initialize(library_path,fx_binary_program_path)`\n  - `PDF2WordSettingData(...enable_generate_page_rendered_break)`\n  - `PDF2OfficeSettingData (...enable_trailing_space,include_images,)`\n\n  New Class and API:\n  - `ConvertCheckCallback`\n  - `SetConvertCheckCallback(convert_check_callback)`\n\n**Foxit Office2PDF**\n- Officially integrated Foxit Office2PDF as an add-on.\n- Support for outline conversion in Word2PDF.\n- Introduced wordbook conversion options in Excel2PDF.\n  \n  New Class:\n  - `Word2PDFConfig`\n  - `Excel2PDFConfig`\n\n**API Performance Improvements**\n- Significantly improved the Optimizer's performance for documents with a large number of paths. Processing time for the same document has been reduced from 7 minutes to 1 second.\n- Greatly enhanced the efficiency of importing files with AcroForms using StartImportPagesFromFilePath. For a 1000-page AcroForm file, the processing time has been reduced from nearly 14 hours to about 20 seconds.\n\t\nDeprecated Features\n---------------------------------------------------------------\n- Deprecated `ImageObject::CloneBitmap (Graphics_Objects)` API.\t\t\n\nBugFixes\n---------------------------------------------------------------\n**Table-related**\n- Fixed an issue where merging cells with `AddTableToPage()` caused errors.\n- Resolved a problem where the fill color did not cover the entire cell when inserting tables using `insertTablePagesToDocument`.\n\n**Page Operations and Importing**\n- Fixed an issue where splitting pages with `StartImportPages()` resulted in scrambled content.\n- Resolved a data import failure caused by incorrect XML file format detection when using `ImportFromXML()`.\n- Fixed a bug where form data remained after removing AcroForm pages with `RemovePage()`.\n- Addressed an issue where inserting new PDF pages failed due to inconsistent handling of `CropBox`.\n\n**Text Processing**\n- Fixed an issue where extracting text with Chinese characters using `GetPageText()` resulted in errors.\n- Resolved text extraction order issues with `GetPageText()` by optimizing the text extraction algorithm.\n- Fixed display errors when adding Arabic text using `AddText()`.\n- Corrected the RTL display order issue when setting Arabic text with `SetText()`.\n\n**Form Handling**\n- Fixed an issue where `PDFPage::Flatten()` failed to flatten static XFA form field data.\n- Resolved an issue where dynamic XFA form fields did not retain their state correctly when flattened to PDF.\n- Fixed a problem where dynamic XFA documents could not be loaded after triggering certain callback events.\n- Addressed an issue where insufficient integer precision led to incorrect form field calculations.\n\n**Search Functionality**\n- Fixed an issue where incorrect search results were returned due to the wrong calculation of search keyword order.\n- Resolved an exception issue when calling `ReplaceNext()`.\n\n**Rendering and Display**\n- Fixed an issue where dashed lines were displayed incorrectly in prepress previews by properly handling fill and stroke colors.\n- Resolved prepress preview anomalies caused by separating annotation and page rendering.\n- Optimized rendering to fix display issues with background images in paths with soft mask pattern fills.\n- Fixed an issue where images inserted via `AddImage()` were mirrored due to missing rotation handling.\n- Corrected the problem where graphics object became invisible after calling `SetMatrix()` due to ignored clipping paths.\n\n**Crash Fixes**\n- Fixed a crash when opening PDF files containing 3D elements.\n- Resolved a crash caused by batch conversion of PDF to PostScript using the `Renderer` class.\n- Fixed a crash on Linux when creating new `PDFDoc` objects due to concurrent access.\n\n**Annotations and Watermarks**\n- Fixed an issue where annotations in PDF files with missing destination (Dest) information could not retrieve annotation actions correctly.\n- Fixed a problem where watermarks were not written to extracted pages after calling `StartExtractPages()`.\n\n**Printing-related**\n- [Demo] Fixed an issue in the `pdfprint` demo where printing PDFs with soft masks in the background caused memory issues.\n- [PrintManager] Corrected the \"Unknown\" status display when using the demo print function by adjusting `GetJobStatus()`.\n- [PrintManager] Fixed an issue where print tasks were waiting or unable to complete due to the printer failing to call the `GetJob()` function.\n\n**Optimizer and Performance**\n- Fixed data loss during optimization due to incorrect font stream handling.\n- Resolved garbled text issues during DWG to PDF conversion by supplementing missing font resources, to esnure font integrity.\n- Adjusted CMYK image handling to fix color inconsistencies caused by forced conversion to RGB in TIFF images.\n- Resolved content loss during TIFF to PDF conversion by improving TIFF data writing.\n- Fixed data loss and exceptions in the verification results by improving the `LTVVerifier::Verify()` logic.\n- Fixed table recognition error by enhancing the layout recognition engine.\n\n",
    "bugtrack_url": null,
    "license": "Other/Proprietary License (Commercial)",
    "summary": "Foxit PDF SDK For Python3",
    "version": "10.1.0",
    "project_urls": {
        "Homepage": "https://developers.foxit.com"
    },
    "split_keywords": [
        "pdf sdk",
        " pdf library",
        " pdf render",
        " pdf view",
        " pdf print",
        " pdf edit",
        " pdf convert"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ae1e8af36ef791051860184b16b6d7ec0d5290833d6ade3d160b1e80518e80e3",
                "md5": "ffa5c331d6d4d63a206a9d8251e97c74",
                "sha256": "1e9bc67ccc7cf94cc20f730fe45bdc29d23c5d41c3446413b902a339b1562369"
            },
            "downloads": -1,
            "filename": "FoxitPDFSDKPython3-10.1.0-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ffa5c331d6d4d63a206a9d8251e97c74",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<4,>=3.6",
            "size": 33045118,
            "upload_time": "2024-12-16T04:37:35",
            "upload_time_iso_8601": "2024-12-16T04:37:35.558048Z",
            "url": "https://files.pythonhosted.org/packages/ae/1e/8af36ef791051860184b16b6d7ec0d5290833d6ade3d160b1e80518e80e3/FoxitPDFSDKPython3-10.1.0-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6d3d27cd70b0bb0024569a978bc8bded78f7f095df997704670474c615cea6b2",
                "md5": "98239ab378e568f99d2b32647576a7e7",
                "sha256": "5df6f46dc06006299b8649ec1520b2e2da66f6be1825c9b6d829334c8e1a4463"
            },
            "downloads": -1,
            "filename": "FoxitPDFSDKPython3-10.1.0-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "98239ab378e568f99d2b32647576a7e7",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<4,>=3.6",
            "size": 29937261,
            "upload_time": "2024-12-16T04:36:02",
            "upload_time_iso_8601": "2024-12-16T04:36:02.151324Z",
            "url": "https://files.pythonhosted.org/packages/6d/3d/27cd70b0bb0024569a978bc8bded78f7f095df997704670474c615cea6b2/FoxitPDFSDKPython3-10.1.0-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "775225799ba099d4d458b9d3a47fa22ceb080d98f6a723b7b431eeaaafbdad98",
                "md5": "8d88b7b036b0c89e2d55704c52cc66e9",
                "sha256": "fd6ed48af8885ef61e3879ddfac860735b75659c95b26b872fdb52915083a713"
            },
            "downloads": -1,
            "filename": "FoxitPDFSDKPython3-10.1.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "8d88b7b036b0c89e2d55704c52cc66e9",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<4,>=3.6",
            "size": 44659666,
            "upload_time": "2024-12-16T04:42:18",
            "upload_time_iso_8601": "2024-12-16T04:42:18.805302Z",
            "url": "https://files.pythonhosted.org/packages/77/52/25799ba099d4d458b9d3a47fa22ceb080d98f6a723b7b431eeaaafbdad98/FoxitPDFSDKPython3-10.1.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "093563113c485ccca7aa8ed377ce8bc2e8e8746bc2b36477b3d4595af2154266",
                "md5": "d021ff525fb357835ca5ea5b798c05d4",
                "sha256": "743a4f712f4bf431758ae9e6ab63d8b5b6c53cce73003663e5ca64f59080ac3a"
            },
            "downloads": -1,
            "filename": "FoxitPDFSDKPython3-10.1.0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d021ff525fb357835ca5ea5b798c05d4",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<4,>=3.6",
            "size": 46170022,
            "upload_time": "2024-12-16T04:43:37",
            "upload_time_iso_8601": "2024-12-16T04:43:37.358738Z",
            "url": "https://files.pythonhosted.org/packages/09/35/63113c485ccca7aa8ed377ce8bc2e8e8746bc2b36477b3d4595af2154266/FoxitPDFSDKPython3-10.1.0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0077d25d18b5e020ffc3cd68443d5a68e46325e24f12c2b60aabac11f7458847",
                "md5": "6c2c219e9b66f45e630697d6a2ba38c8",
                "sha256": "16b71b20de4602c1164069e5461f901349ce12b39e6905fd5f2838792949fe62"
            },
            "downloads": -1,
            "filename": "FoxitPDFSDKPython3-10.1.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "6c2c219e9b66f45e630697d6a2ba38c8",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<4,>=3.6",
            "size": 44940078,
            "upload_time": "2024-12-16T04:44:48",
            "upload_time_iso_8601": "2024-12-16T04:44:48.615624Z",
            "url": "https://files.pythonhosted.org/packages/00/77/d25d18b5e020ffc3cd68443d5a68e46325e24f12c2b60aabac11f7458847/FoxitPDFSDKPython3-10.1.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3584c07b72a81409775037c9e08df5d75ca026d307a74d7e25dbb3f8f1c6431d",
                "md5": "962ce94ffdf54765060bdd9e5aa5a911",
                "sha256": "33cb101086fb0df3c60ecc158d807581b8ecb21a6d47f62c59beb1f3d70bcce1"
            },
            "downloads": -1,
            "filename": "FoxitPDFSDKPython3-10.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "962ce94ffdf54765060bdd9e5aa5a911",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<4,>=3.6",
            "size": 46697867,
            "upload_time": "2024-12-16T04:46:09",
            "upload_time_iso_8601": "2024-12-16T04:46:09.714896Z",
            "url": "https://files.pythonhosted.org/packages/35/84/c07b72a81409775037c9e08df5d75ca026d307a74d7e25dbb3f8f1c6431d/FoxitPDFSDKPython3-10.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "beca6702abaae919b5daf27b9ca0ced9fb9f7fae2c143d65a76c622afcfe01b7",
                "md5": "b73cc7a896bb9ce06220de0daf655449",
                "sha256": "191333064b61ae5425bf46d0c2ee4e59b1abb5c4baad41d0d192afef0a429f66"
            },
            "downloads": -1,
            "filename": "FoxitPDFSDKPython3-10.1.0-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "b73cc7a896bb9ce06220de0daf655449",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<4,>=3.6",
            "size": 22426076,
            "upload_time": "2024-12-16T04:47:14",
            "upload_time_iso_8601": "2024-12-16T04:47:14.169257Z",
            "url": "https://files.pythonhosted.org/packages/be/ca/6702abaae919b5daf27b9ca0ced9fb9f7fae2c143d65a76c622afcfe01b7/FoxitPDFSDKPython3-10.1.0-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5b5eefdf76c266e49cd29ba46ed704bc36b8c8e7712fc8d75cf20abc104167d0",
                "md5": "9317bd974761b937740c5d6c4816df89",
                "sha256": "806689e4f7d46bed1190793b6a0b6f4473e00a916d61383f16a60144a62c2a89"
            },
            "downloads": -1,
            "filename": "FoxitPDFSDKPython3-10.1.0-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "9317bd974761b937740c5d6c4816df89",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<4,>=3.6",
            "size": 27467978,
            "upload_time": "2024-12-16T04:47:19",
            "upload_time_iso_8601": "2024-12-16T04:47:19.646584Z",
            "url": "https://files.pythonhosted.org/packages/5b/5e/efdf76c266e49cd29ba46ed704bc36b8c8e7712fc8d75cf20abc104167d0/FoxitPDFSDKPython3-10.1.0-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "08aa7986fa37ff658bd316750b97a9c65efdbc4f10f99d07f48478330aa759aa",
                "md5": "da0cdc3ca35f6981a3034af17d899fab",
                "sha256": "8b54b87be76090e370331148f0495fff383d8f09be0ac1e6a91db97ea1eb7d6a"
            },
            "downloads": -1,
            "filename": "FoxitPDFSDKPython3-10.1.0-cp36-cp36m-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "da0cdc3ca35f6981a3034af17d899fab",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": "<4,>=3.6",
            "size": 33041338,
            "upload_time": "2024-12-16T04:37:48",
            "upload_time_iso_8601": "2024-12-16T04:37:48.863877Z",
            "url": "https://files.pythonhosted.org/packages/08/aa/7986fa37ff658bd316750b97a9c65efdbc4f10f99d07f48478330aa759aa/FoxitPDFSDKPython3-10.1.0-cp36-cp36m-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f8786365fc4992eebe0532b2ede3e1e475ed5372c69d5395f77fefe9e083703d",
                "md5": "303b0d71820b32c713d3633afb9f5afa",
                "sha256": "e4edbd6aaa4cf0b03bfe0810ccded9ecab8865c55d66c6ac28fcfe8e44abbb22"
            },
            "downloads": -1,
            "filename": "FoxitPDFSDKPython3-10.1.0-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "303b0d71820b32c713d3633afb9f5afa",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": "<4,>=3.6",
            "size": 44540875,
            "upload_time": "2024-12-16T04:42:36",
            "upload_time_iso_8601": "2024-12-16T04:42:36.510237Z",
            "url": "https://files.pythonhosted.org/packages/f8/78/6365fc4992eebe0532b2ede3e1e475ed5372c69d5395f77fefe9e083703d/FoxitPDFSDKPython3-10.1.0-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "95850a52cf332f6370009f135913f9bd51815793acd001e0ae06a916990291a7",
                "md5": "59f7f162ca3940ce3d48880d7852c87f",
                "sha256": "0b2f534d35d4ee0d6fb4f00bc67076fc167fadee3afb6b2d57874ef652e0fc74"
            },
            "downloads": -1,
            "filename": "FoxitPDFSDKPython3-10.1.0-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl",
            "has_sig": false,
            "md5_digest": "59f7f162ca3940ce3d48880d7852c87f",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": "<4,>=3.6",
            "size": 45893190,
            "upload_time": "2024-12-16T04:43:53",
            "upload_time_iso_8601": "2024-12-16T04:43:53.946396Z",
            "url": "https://files.pythonhosted.org/packages/95/85/0a52cf332f6370009f135913f9bd51815793acd001e0ae06a916990291a7/FoxitPDFSDKPython3-10.1.0-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "442c19fa1f9145e2f4ddca6801a22f0a008fd3689d2ed0903267c8d3396225ea",
                "md5": "76b96a203bcb6be91241a415530dbe0a",
                "sha256": "7d5a41865effccb32be81f752688a98df626392769b97c1407f6fd7b931e223c"
            },
            "downloads": -1,
            "filename": "FoxitPDFSDKPython3-10.1.0-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "76b96a203bcb6be91241a415530dbe0a",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": "<4,>=3.6",
            "size": 44753575,
            "upload_time": "2024-12-16T04:45:03",
            "upload_time_iso_8601": "2024-12-16T04:45:03.933434Z",
            "url": "https://files.pythonhosted.org/packages/44/2c/19fa1f9145e2f4ddca6801a22f0a008fd3689d2ed0903267c8d3396225ea/FoxitPDFSDKPython3-10.1.0-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bc274c50582692f35be3e25f569f8354171c267a99f87ac05b8dc530cb9bd1d1",
                "md5": "2b3ea54b35ce544d0ed8b4a7bc7c191e",
                "sha256": "9baa782cd84a75f44497474247a5b9bb0eb13a5bd041773eeeb7cbe309dd6a0c"
            },
            "downloads": -1,
            "filename": "FoxitPDFSDKPython3-10.1.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2b3ea54b35ce544d0ed8b4a7bc7c191e",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": "<4,>=3.6",
            "size": 46556665,
            "upload_time": "2024-12-16T04:46:24",
            "upload_time_iso_8601": "2024-12-16T04:46:24.459633Z",
            "url": "https://files.pythonhosted.org/packages/bc/27/4c50582692f35be3e25f569f8354171c267a99f87ac05b8dc530cb9bd1d1/FoxitPDFSDKPython3-10.1.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bf202c82218287c491adbec5fe14bb45296a7cbd06bfc49c5644e44cdebbfcdb",
                "md5": "76de8e3172f6572dce6ba1fc4d035b4b",
                "sha256": "354636338e56bda8333799736363df978b0f458078b44524baa0f42ee5ef8e86"
            },
            "downloads": -1,
            "filename": "FoxitPDFSDKPython3-10.1.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "76de8e3172f6572dce6ba1fc4d035b4b",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": "<4,>=3.6",
            "size": 43922951,
            "upload_time": "2024-12-16T04:38:39",
            "upload_time_iso_8601": "2024-12-16T04:38:39.166281Z",
            "url": "https://files.pythonhosted.org/packages/bf/20/2c82218287c491adbec5fe14bb45296a7cbd06bfc49c5644e44cdebbfcdb/FoxitPDFSDKPython3-10.1.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b6d637864040d1c93cd75c03224f6ce8a17d9be6ba7ebe18ae6a84c1fb3b142a",
                "md5": "6e29d4cda2e7972a2af86508b0f395c0",
                "sha256": "ccb5275ff84b809ba67b86c6914ac32eeb9be5c3fb7f81219da8ec7d44340395"
            },
            "downloads": -1,
            "filename": "FoxitPDFSDKPython3-10.1.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6e29d4cda2e7972a2af86508b0f395c0",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": "<4,>=3.6",
            "size": 45003321,
            "upload_time": "2024-12-16T04:41:11",
            "upload_time_iso_8601": "2024-12-16T04:41:11.199060Z",
            "url": "https://files.pythonhosted.org/packages/b6/d6/37864040d1c93cd75c03224f6ce8a17d9be6ba7ebe18ae6a84c1fb3b142a/FoxitPDFSDKPython3-10.1.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bf8f934809b805a095fe10abf8c5a4c4bb3bcb2ae11b8582e2b7578878245c7b",
                "md5": "b9edb065fbb1220701b8ec50dd92081c",
                "sha256": "82f324b1fec076630d572dadceb863750ee4335f9a7455f3ac98729ab11c2684"
            },
            "downloads": -1,
            "filename": "FoxitPDFSDKPython3-10.1.0-cp36-cp36m-win32.whl",
            "has_sig": false,
            "md5_digest": "b9edb065fbb1220701b8ec50dd92081c",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": "<4,>=3.6",
            "size": 22424953,
            "upload_time": "2024-12-16T04:47:35",
            "upload_time_iso_8601": "2024-12-16T04:47:35.660436Z",
            "url": "https://files.pythonhosted.org/packages/bf/8f/934809b805a095fe10abf8c5a4c4bb3bcb2ae11b8582e2b7578878245c7b/FoxitPDFSDKPython3-10.1.0-cp36-cp36m-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fe82e45db26f3f748608a0e8eee746e2a1548e1a68e9e82ab9ee184168fc421c",
                "md5": "29230f8b9db987448fbd8d012457bef1",
                "sha256": "4ee32342f29a5c6b2bfa933c5e7773c2ea7dd54b8d11e7768aa1ede327c1fbec"
            },
            "downloads": -1,
            "filename": "FoxitPDFSDKPython3-10.1.0-cp36-cp36m-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "29230f8b9db987448fbd8d012457bef1",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": "<4,>=3.6",
            "size": 27465672,
            "upload_time": "2024-12-16T04:47:41",
            "upload_time_iso_8601": "2024-12-16T04:47:41.312228Z",
            "url": "https://files.pythonhosted.org/packages/fe/82/e45db26f3f748608a0e8eee746e2a1548e1a68e9e82ab9ee184168fc421c/FoxitPDFSDKPython3-10.1.0-cp36-cp36m-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "87a53a4649f82cace2b3ebde5cdea4015d46656b380f74fac25016242e8fd870",
                "md5": "992fbf525f8f987315037e75931b991f",
                "sha256": "a55deccdef583bed47e7ac3f5470d8d014782a457fdeb8ab7dfdad05ebac648b"
            },
            "downloads": -1,
            "filename": "FoxitPDFSDKPython3-10.1.0-cp37-cp37m-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "992fbf525f8f987315037e75931b991f",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": "<4,>=3.6",
            "size": 33041299,
            "upload_time": "2024-12-16T04:37:55",
            "upload_time_iso_8601": "2024-12-16T04:37:55.429270Z",
            "url": "https://files.pythonhosted.org/packages/87/a5/3a4649f82cace2b3ebde5cdea4015d46656b380f74fac25016242e8fd870/FoxitPDFSDKPython3-10.1.0-cp37-cp37m-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d9e93242ca434b61e0be482a3a31baa9d247f711da3ac47a02f61d9c76a6f1ff",
                "md5": "292289899b0ae4948c6fc8030df3e354",
                "sha256": "3b0d5c8a9ad670fafc8772bf93a5c6f108c2f09922ae5ff43d2a85d58fcdb529"
            },
            "downloads": -1,
            "filename": "FoxitPDFSDKPython3-10.1.0-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "292289899b0ae4948c6fc8030df3e354",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": "<4,>=3.6",
            "size": 44541794,
            "upload_time": "2024-12-16T04:42:45",
            "upload_time_iso_8601": "2024-12-16T04:42:45.650825Z",
            "url": "https://files.pythonhosted.org/packages/d9/e9/3242ca434b61e0be482a3a31baa9d247f711da3ac47a02f61d9c76a6f1ff/FoxitPDFSDKPython3-10.1.0-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1a4af84f5ac1dadd521da7468bd01c7f02bb3771f6890ae6c3d0453794c56d9c",
                "md5": "3de69996e29208a37b06027a7b19c51d",
                "sha256": "862036d634581347e3a0158a0c23579b3e59024b3a87d3abaefff7f0304596de"
            },
            "downloads": -1,
            "filename": "FoxitPDFSDKPython3-10.1.0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3de69996e29208a37b06027a7b19c51d",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": "<4,>=3.6",
            "size": 45894471,
            "upload_time": "2024-12-16T04:44:01",
            "upload_time_iso_8601": "2024-12-16T04:44:01.445879Z",
            "url": "https://files.pythonhosted.org/packages/1a/4a/f84f5ac1dadd521da7468bd01c7f02bb3771f6890ae6c3d0453794c56d9c/FoxitPDFSDKPython3-10.1.0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f264bcdb55052e65e3195bbd5b980dd147bf2ef867c654a17a480a53a58f33ea",
                "md5": "4519633ee94b449e734898c68b9948d6",
                "sha256": "fdff940f49fb2b2f4e88b77e7dfaf1bb422776550e935ca6e0c51ad5e4f7e9db"
            },
            "downloads": -1,
            "filename": "FoxitPDFSDKPython3-10.1.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "4519633ee94b449e734898c68b9948d6",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": "<4,>=3.6",
            "size": 44753810,
            "upload_time": "2024-12-16T04:45:12",
            "upload_time_iso_8601": "2024-12-16T04:45:12.028564Z",
            "url": "https://files.pythonhosted.org/packages/f2/64/bcdb55052e65e3195bbd5b980dd147bf2ef867c654a17a480a53a58f33ea/FoxitPDFSDKPython3-10.1.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9f576ba1aeac500cdefed2601c45fdd407f19bf74d5ca971cbe42b22e86138a7",
                "md5": "dcd5e2d50b3e1751d75cee5137d56fe0",
                "sha256": "f5f98fa9ca0eb6bfca81d229db71b66d0fc1eb0680c4b76b01ab71eabc68a686"
            },
            "downloads": -1,
            "filename": "FoxitPDFSDKPython3-10.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "dcd5e2d50b3e1751d75cee5137d56fe0",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": "<4,>=3.6",
            "size": 46556701,
            "upload_time": "2024-12-16T04:46:32",
            "upload_time_iso_8601": "2024-12-16T04:46:32.314044Z",
            "url": "https://files.pythonhosted.org/packages/9f/57/6ba1aeac500cdefed2601c45fdd407f19bf74d5ca971cbe42b22e86138a7/FoxitPDFSDKPython3-10.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2390bdd4b59a5c1960e7d1502be594e9a7619d448bc3c9b27fd86b1fc7114a0e",
                "md5": "176f5e47ef8084db9e921c8b0798b831",
                "sha256": "7f28184d586586644bf9534d060b6003554a86039c2b893fd4f7476ad67022e2"
            },
            "downloads": -1,
            "filename": "FoxitPDFSDKPython3-10.1.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "176f5e47ef8084db9e921c8b0798b831",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": "<4,>=3.6",
            "size": 43925553,
            "upload_time": "2024-12-16T04:38:47",
            "upload_time_iso_8601": "2024-12-16T04:38:47.058359Z",
            "url": "https://files.pythonhosted.org/packages/23/90/bdd4b59a5c1960e7d1502be594e9a7619d448bc3c9b27fd86b1fc7114a0e/FoxitPDFSDKPython3-10.1.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b130b9b0afedff359d9e56899ce32cf2250ca23afc0722bcce618f2b13e04e4f",
                "md5": "e65d1b02e3e8415059b3a4b874f45395",
                "sha256": "147ef5d74f92d833c5dc264db9c87b6ccb30afb01f042587b77302f594836928"
            },
            "downloads": -1,
            "filename": "FoxitPDFSDKPython3-10.1.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e65d1b02e3e8415059b3a4b874f45395",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": "<4,>=3.6",
            "size": 45003180,
            "upload_time": "2024-12-16T04:41:19",
            "upload_time_iso_8601": "2024-12-16T04:41:19.407071Z",
            "url": "https://files.pythonhosted.org/packages/b1/30/b9b0afedff359d9e56899ce32cf2250ca23afc0722bcce618f2b13e04e4f/FoxitPDFSDKPython3-10.1.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d25f68c61deb56b82c80a5e7f79172efc59edcb735548ed946b9825106d9d54b",
                "md5": "b81668522f7a2197bf6e7b857b899ab2",
                "sha256": "8aa3b7dc1ba3ff61eaa808171f93bfe79aa6d6ff88e4204dbfc5abf73461971e"
            },
            "downloads": -1,
            "filename": "FoxitPDFSDKPython3-10.1.0-cp37-cp37m-win32.whl",
            "has_sig": false,
            "md5_digest": "b81668522f7a2197bf6e7b857b899ab2",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": "<4,>=3.6",
            "size": 22427204,
            "upload_time": "2024-12-16T04:47:47",
            "upload_time_iso_8601": "2024-12-16T04:47:47.068411Z",
            "url": "https://files.pythonhosted.org/packages/d2/5f/68c61deb56b82c80a5e7f79172efc59edcb735548ed946b9825106d9d54b/FoxitPDFSDKPython3-10.1.0-cp37-cp37m-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "11bcc81e8d218bc4be231339b709a67d91e663f6b72505c7da510f21a776b86f",
                "md5": "a7532ea36e58ae98f3b120859bbe40f4",
                "sha256": "527e6f7579dcf7606e65c485621103e12b0e9d2a87bcea6178f179daf9c3686a"
            },
            "downloads": -1,
            "filename": "FoxitPDFSDKPython3-10.1.0-cp37-cp37m-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "a7532ea36e58ae98f3b120859bbe40f4",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": "<4,>=3.6",
            "size": 27466023,
            "upload_time": "2024-12-16T04:47:53",
            "upload_time_iso_8601": "2024-12-16T04:47:53.500722Z",
            "url": "https://files.pythonhosted.org/packages/11/bc/c81e8d218bc4be231339b709a67d91e663f6b72505c7da510f21a776b86f/FoxitPDFSDKPython3-10.1.0-cp37-cp37m-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3028e1fe049b1987f3b3671282648625faf44f0d017b8dd45e4fc7f79f6df43e",
                "md5": "605dbb7ab16176f72bf9d800180182f1",
                "sha256": "93d00cdddcef8477aa28b85f23f81c11c9393f9cada0776543cd5266c6db8b47"
            },
            "downloads": -1,
            "filename": "FoxitPDFSDKPython3-10.1.0-cp38-cp38-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "605dbb7ab16176f72bf9d800180182f1",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "<4,>=3.6",
            "size": 33047112,
            "upload_time": "2024-12-16T04:38:02",
            "upload_time_iso_8601": "2024-12-16T04:38:02.672513Z",
            "url": "https://files.pythonhosted.org/packages/30/28/e1fe049b1987f3b3671282648625faf44f0d017b8dd45e4fc7f79f6df43e/FoxitPDFSDKPython3-10.1.0-cp38-cp38-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7e39f8d8e3b252ff6049efd309e55bdb588fb209e54f57b4179ce5c149ffc59d",
                "md5": "2abf1102a3ef02c0ad1ef31d6674f01d",
                "sha256": "8152bdbeeb766881f7569bd844bace18993d3618c60538403be6f2d6d2074b71"
            },
            "downloads": -1,
            "filename": "FoxitPDFSDKPython3-10.1.0-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "2abf1102a3ef02c0ad1ef31d6674f01d",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "<4,>=3.6",
            "size": 29937487,
            "upload_time": "2024-12-16T04:36:14",
            "upload_time_iso_8601": "2024-12-16T04:36:14.857707Z",
            "url": "https://files.pythonhosted.org/packages/7e/39/f8d8e3b252ff6049efd309e55bdb588fb209e54f57b4179ce5c149ffc59d/FoxitPDFSDKPython3-10.1.0-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fb9df7edeadd0a620ef207b4a28afa21e691a65ea6db5703815adba201e30908",
                "md5": "343b08e71313c50d7ecf288ba6a03991",
                "sha256": "26938153e8ca29237f8be82bdb812eb55d590e238901dfd77de3522f491bb2c7"
            },
            "downloads": -1,
            "filename": "FoxitPDFSDKPython3-10.1.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "343b08e71313c50d7ecf288ba6a03991",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "<4,>=3.6",
            "size": 44499676,
            "upload_time": "2024-12-16T04:42:55",
            "upload_time_iso_8601": "2024-12-16T04:42:55.425855Z",
            "url": "https://files.pythonhosted.org/packages/fb/9d/f7edeadd0a620ef207b4a28afa21e691a65ea6db5703815adba201e30908/FoxitPDFSDKPython3-10.1.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f104a53716aa8a9f412d5bfbf8a9eaa23c84beb3df573a9e41155a78caaff66d",
                "md5": "3fb850be0a29e3b7a8f3fcaaeefd968f",
                "sha256": "e90016304f4fae704beae794f4f51449bc1e44ef4d164091c59f86f008f41265"
            },
            "downloads": -1,
            "filename": "FoxitPDFSDKPython3-10.1.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3fb850be0a29e3b7a8f3fcaaeefd968f",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "<4,>=3.6",
            "size": 46049518,
            "upload_time": "2024-12-16T04:44:08",
            "upload_time_iso_8601": "2024-12-16T04:44:08.452193Z",
            "url": "https://files.pythonhosted.org/packages/f1/04/a53716aa8a9f412d5bfbf8a9eaa23c84beb3df573a9e41155a78caaff66d/FoxitPDFSDKPython3-10.1.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1c13d2dbbfbd3f5c01b14e4e45cfe25b476922feac2d969d071bcff6bba35bbe",
                "md5": "6fe65ba931f2ec2db67f73ad95e6afd9",
                "sha256": "d6ab9ed5792ff93f600b59c659acf0988239a5e204783b04abd1f5460d64e401"
            },
            "downloads": -1,
            "filename": "FoxitPDFSDKPython3-10.1.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "6fe65ba931f2ec2db67f73ad95e6afd9",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "<4,>=3.6",
            "size": 44960074,
            "upload_time": "2024-12-16T04:45:20",
            "upload_time_iso_8601": "2024-12-16T04:45:20.629478Z",
            "url": "https://files.pythonhosted.org/packages/1c/13/d2dbbfbd3f5c01b14e4e45cfe25b476922feac2d969d071bcff6bba35bbe/FoxitPDFSDKPython3-10.1.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f92107a6903dbe57f0aabb520909ea314fab1137215aaa727907975fb159fdf7",
                "md5": "1c7ba05a802cb1854c75aaeea5cb2985",
                "sha256": "7eff38e3ec30c7aad5a5fc9ec2a0f31c77923e8cdc2808b4f5d2d79fb3c3c6cc"
            },
            "downloads": -1,
            "filename": "FoxitPDFSDKPython3-10.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1c7ba05a802cb1854c75aaeea5cb2985",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "<4,>=3.6",
            "size": 46760000,
            "upload_time": "2024-12-16T04:46:40",
            "upload_time_iso_8601": "2024-12-16T04:46:40.862732Z",
            "url": "https://files.pythonhosted.org/packages/f9/21/07a6903dbe57f0aabb520909ea314fab1137215aaa727907975fb159fdf7/FoxitPDFSDKPython3-10.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b4381d21d35acf81b9203365df421493429ffee881b768e1deeea5c2feca118f",
                "md5": "72c9a2c6adcc59e5712879b63fce85fd",
                "sha256": "65de608b648b7c2f7f3eba48d6ea36902ca4f43b0140dc5c2a729887e89ccc7c"
            },
            "downloads": -1,
            "filename": "FoxitPDFSDKPython3-10.1.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "72c9a2c6adcc59e5712879b63fce85fd",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "<4,>=3.6",
            "size": 43960582,
            "upload_time": "2024-12-16T04:38:55",
            "upload_time_iso_8601": "2024-12-16T04:38:55.497516Z",
            "url": "https://files.pythonhosted.org/packages/b4/38/1d21d35acf81b9203365df421493429ffee881b768e1deeea5c2feca118f/FoxitPDFSDKPython3-10.1.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0256e32e337959c7484839b0bd37c0971776f2bd35efc38890d6330ab0790a1a",
                "md5": "07b7732c82179d9e13224f430db7d939",
                "sha256": "d399c1a2303010cd9531a9629b6d1149a617046ee4d030d1ca33077802a63291"
            },
            "downloads": -1,
            "filename": "FoxitPDFSDKPython3-10.1.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "07b7732c82179d9e13224f430db7d939",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "<4,>=3.6",
            "size": 45049539,
            "upload_time": "2024-12-16T04:41:27",
            "upload_time_iso_8601": "2024-12-16T04:41:27.862304Z",
            "url": "https://files.pythonhosted.org/packages/02/56/e32e337959c7484839b0bd37c0971776f2bd35efc38890d6330ab0790a1a/FoxitPDFSDKPython3-10.1.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "043aefba54e8ea450915c22bf118209896b625192434d9fab019649c0ff278c9",
                "md5": "c3caac109e0c2ee4539779eb569e9edc",
                "sha256": "9b367e5e64dd3355ba558f914c8c53a207701160634d0a0b78adfd7c11b8edee"
            },
            "downloads": -1,
            "filename": "FoxitPDFSDKPython3-10.1.0-cp38-cp38-win32.whl",
            "has_sig": false,
            "md5_digest": "c3caac109e0c2ee4539779eb569e9edc",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "<4,>=3.6",
            "size": 22427057,
            "upload_time": "2024-12-16T04:47:59",
            "upload_time_iso_8601": "2024-12-16T04:47:59.133147Z",
            "url": "https://files.pythonhosted.org/packages/04/3a/efba54e8ea450915c22bf118209896b625192434d9fab019649c0ff278c9/FoxitPDFSDKPython3-10.1.0-cp38-cp38-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c5ee32c12b0566ca2267453ce53320be27e8145edde0aa9f0afe9add2bdae723",
                "md5": "eb77d7455a30923e2324150edacc7365",
                "sha256": "355906d9ef685f1910ad220d0ef22c0b37388038ef50b176d08b749edff8ab85"
            },
            "downloads": -1,
            "filename": "FoxitPDFSDKPython3-10.1.0-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "eb77d7455a30923e2324150edacc7365",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "<4,>=3.6",
            "size": 27467168,
            "upload_time": "2024-12-16T04:48:04",
            "upload_time_iso_8601": "2024-12-16T04:48:04.485957Z",
            "url": "https://files.pythonhosted.org/packages/c5/ee/32c12b0566ca2267453ce53320be27e8145edde0aa9f0afe9add2bdae723/FoxitPDFSDKPython3-10.1.0-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9514b3831318ebc4bc509097573afb86639bbd1364a6b292ed515f6eeff57825",
                "md5": "d74433d84b5619cbf2675bf4e6209557",
                "sha256": "8f6ae0eaabff7fad22986f5020bdfcb25973c1a6a63198f3e267a74f37981d30"
            },
            "downloads": -1,
            "filename": "FoxitPDFSDKPython3-10.1.0-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d74433d84b5619cbf2675bf4e6209557",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<4,>=3.6",
            "size": 33045039,
            "upload_time": "2024-12-16T04:38:08",
            "upload_time_iso_8601": "2024-12-16T04:38:08.060047Z",
            "url": "https://files.pythonhosted.org/packages/95/14/b3831318ebc4bc509097573afb86639bbd1364a6b292ed515f6eeff57825/FoxitPDFSDKPython3-10.1.0-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9e5752ddd7af71f19aa74f0c5de71cbd7c7fd0e5b8c698af66ae0b7793706a74",
                "md5": "a3ad1eac099fb0fbd3c61469e2f25498",
                "sha256": "56f433aa961fdf4ba67eaa46a6740f1bb94bfe34a13cc4091ad27e51738d6ccc"
            },
            "downloads": -1,
            "filename": "FoxitPDFSDKPython3-10.1.0-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "a3ad1eac099fb0fbd3c61469e2f25498",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<4,>=3.6",
            "size": 29937258,
            "upload_time": "2024-12-16T04:36:19",
            "upload_time_iso_8601": "2024-12-16T04:36:19.636219Z",
            "url": "https://files.pythonhosted.org/packages/9e/57/52ddd7af71f19aa74f0c5de71cbd7c7fd0e5b8c698af66ae0b7793706a74/FoxitPDFSDKPython3-10.1.0-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "487b89ffe612effafc96a586f2b6a931004ff176284c3fae777b065e4167d246",
                "md5": "08b9c3455fd676c5b58e4c7bf13f37db",
                "sha256": "d75c8e338f97d64dab5fb97d11532cd09ede2e69fdab65b418833ce3b31c0c07"
            },
            "downloads": -1,
            "filename": "FoxitPDFSDKPython3-10.1.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "08b9c3455fd676c5b58e4c7bf13f37db",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<4,>=3.6",
            "size": 44658886,
            "upload_time": "2024-12-16T04:43:05",
            "upload_time_iso_8601": "2024-12-16T04:43:05.107014Z",
            "url": "https://files.pythonhosted.org/packages/48/7b/89ffe612effafc96a586f2b6a931004ff176284c3fae777b065e4167d246/FoxitPDFSDKPython3-10.1.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e34318f39286cf91a967b1d138c2eb8e60d2164c0d61aa7052669d0bc7f11ac9",
                "md5": "71cb85be8602acb5e79769f67ce951d0",
                "sha256": "6a86576591b6f466ca2c77ee43e1e100159cde3caf65475085e882d4127ea9f5"
            },
            "downloads": -1,
            "filename": "FoxitPDFSDKPython3-10.1.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl",
            "has_sig": false,
            "md5_digest": "71cb85be8602acb5e79769f67ce951d0",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<4,>=3.6",
            "size": 46170398,
            "upload_time": "2024-12-16T04:44:15",
            "upload_time_iso_8601": "2024-12-16T04:44:15.125575Z",
            "url": "https://files.pythonhosted.org/packages/e3/43/18f39286cf91a967b1d138c2eb8e60d2164c0d61aa7052669d0bc7f11ac9/FoxitPDFSDKPython3-10.1.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7a7cdbedda2a9d087622a56ee15518c93b659e394ce438232275ffeb126ded7a",
                "md5": "e36468ecc5ea20f43e24b3006ed41b7a",
                "sha256": "f156f67d2e4c4723a2617fd240c63a164e8d3ef5109af8ece76e776aa744cabc"
            },
            "downloads": -1,
            "filename": "FoxitPDFSDKPython3-10.1.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "e36468ecc5ea20f43e24b3006ed41b7a",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<4,>=3.6",
            "size": 44939650,
            "upload_time": "2024-12-16T04:45:27",
            "upload_time_iso_8601": "2024-12-16T04:45:27.801651Z",
            "url": "https://files.pythonhosted.org/packages/7a/7c/dbedda2a9d087622a56ee15518c93b659e394ce438232275ffeb126ded7a/FoxitPDFSDKPython3-10.1.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e0c06cc371de316d80cf5f6099cdaac846297adc9fbe6190809323cde736aa38",
                "md5": "85da09e1eec6bfbf185dac2241fcf783",
                "sha256": "8c34c631927c4c0554709614a1f9cb8e9370cbec86f8ed9f174695e63a5885f5"
            },
            "downloads": -1,
            "filename": "FoxitPDFSDKPython3-10.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "85da09e1eec6bfbf185dac2241fcf783",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<4,>=3.6",
            "size": 46698436,
            "upload_time": "2024-12-16T04:46:50",
            "upload_time_iso_8601": "2024-12-16T04:46:50.537057Z",
            "url": "https://files.pythonhosted.org/packages/e0/c0/6cc371de316d80cf5f6099cdaac846297adc9fbe6190809323cde736aa38/FoxitPDFSDKPython3-10.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "007a126d0f1d8128c051bbca22b2504f7ae1115ff3c09716d600f66408e0de52",
                "md5": "56c51d871186b3e5936e457ff3bdd06c",
                "sha256": "c9e1bf4810bd609875d5814d53a96bf05e95c13ec7ad71aea2de5c73fab9a41c"
            },
            "downloads": -1,
            "filename": "FoxitPDFSDKPython3-10.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "56c51d871186b3e5936e457ff3bdd06c",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<4,>=3.6",
            "size": 43974931,
            "upload_time": "2024-12-16T04:40:21",
            "upload_time_iso_8601": "2024-12-16T04:40:21.713512Z",
            "url": "https://files.pythonhosted.org/packages/00/7a/126d0f1d8128c051bbca22b2504f7ae1115ff3c09716d600f66408e0de52/FoxitPDFSDKPython3-10.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f620fc53c2dc0c9e30f210a803b13dd20ac3493d8cb83387e00678ea2a5b742e",
                "md5": "f3c8028c3e7f45771f69ebc7a65caa1e",
                "sha256": "4b1fa09ef199b3c31731287c6feba71d6069e463f952a20191617d27e1171bbd"
            },
            "downloads": -1,
            "filename": "FoxitPDFSDKPython3-10.1.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f3c8028c3e7f45771f69ebc7a65caa1e",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<4,>=3.6",
            "size": 45109093,
            "upload_time": "2024-12-16T04:41:36",
            "upload_time_iso_8601": "2024-12-16T04:41:36.238112Z",
            "url": "https://files.pythonhosted.org/packages/f6/20/fc53c2dc0c9e30f210a803b13dd20ac3493d8cb83387e00678ea2a5b742e/FoxitPDFSDKPython3-10.1.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ba5837e8245ed82aec1489eb3f2b7096c8d3ff0a84dbd835eb1a62b7c240c56c",
                "md5": "9dcde0d3b05280c6590d43a791691df4",
                "sha256": "633f3c7f25306be1703d9f35dcfeceae266fb943d63a9f19a966cc903391151e"
            },
            "downloads": -1,
            "filename": "FoxitPDFSDKPython3-10.1.0-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "9dcde0d3b05280c6590d43a791691df4",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<4,>=3.6",
            "size": 22425034,
            "upload_time": "2024-12-16T04:48:08",
            "upload_time_iso_8601": "2024-12-16T04:48:08.827803Z",
            "url": "https://files.pythonhosted.org/packages/ba/58/37e8245ed82aec1489eb3f2b7096c8d3ff0a84dbd835eb1a62b7c240c56c/FoxitPDFSDKPython3-10.1.0-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3eaf28af790451461faa1c8fe096a560f790177db7b9475c45e0668d2a30a547",
                "md5": "c2cdb4ae44b2433667624d9010077326",
                "sha256": "20802f2a79af6d0db4752fd1da1758df6b60e9416974827f8f1b239a849d3c4a"
            },
            "downloads": -1,
            "filename": "FoxitPDFSDKPython3-10.1.0-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "c2cdb4ae44b2433667624d9010077326",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<4,>=3.6",
            "size": 27466718,
            "upload_time": "2024-12-16T04:48:14",
            "upload_time_iso_8601": "2024-12-16T04:48:14.604786Z",
            "url": "https://files.pythonhosted.org/packages/3e/af/28af790451461faa1c8fe096a560f790177db7b9475c45e0668d2a30a547/FoxitPDFSDKPython3-10.1.0-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-16 04:37:35",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "foxitpdfsdkpython3"
}
        
Elapsed time: 0.42769s