# MTGProxyPrinter
Print Magic: The Gathering cards for play-testing purposes.
(If you are reading this on [GitHub](https://github.com/luziferius/MTGProxyPrinter),
then you are looking at a Git mirror of the [fossil](https://fossil-scm.org)-based source repository
located at [https://chiselapp.com/user/luziferius/repository/MTGProxyPrinter](https://chiselapp.com/user/luziferius/repository/MTGProxyPrinter))
Support development: [](https://ko-fi.com/R6R61HDVYE)
## Feature overview
The application supports importing deck lists from locally stored files or various deck list building websites,
automatically fetches high-quality card images from [Scryfall](https://scryfall.com), and arranges the fetched images
in a paged document suitable for printing or PDF export.
- The standard document editing features:
- Create, save and load documents
- Multi-level undo & redo, even across the "New document" and "Load document"
- Multiple export options:
- Export as PDFs, including optional, automatic splitting into configurable chunks to accommodate file size limits
present in various printers.
- Export as a PNG image sequence, when PDF export is unsuitable. Background color is configurable,
including support for transparent backgrounds
- Export as individual card images
- Direct printing using your operating system’s printing support. Can use any available and suitable printer
- Obtains high-quality images from Scryfall (where available)
- Images are cached locally for faster loading times when printing the same cards again
- Support for printing custom cards (currently regular size only). Drag & drop images onto the main window
or use the import wizard in the File menu.
- Import deck lists in various formats, like Magic Arena deck lists and XMage
deck files (see below for a list of supported formats)
- Automatic download of deck lists from various deck list database websites (see below for a list)
- One-click removal of basic lands (optionally also including Wastes and Snow-covered basic lands)
- Optional, automatic deck list translation. Translate all cards in the deck list to your preferred language.
(Depending on image availability.)
- Manually override chosen card printings, if you dislike the printing choices made in the deck list
- When importing a deck list that contains excluded printings (see below), MTGProxyPrinter tries to replace them
with suitable surrogates, where possible
- Supports double-faced cards and split cards
- Both front and back are searchable by all names printed on the card
- Automatic handling of opposing card faces: MTGProxyPrinter automatically adds the same number
of copies of the other face. (This feature can be disabled)
- Optional generation of check cards for double-faced cards. Those combine both sides on a single side.
- Hide cards using various card and printing filters. Hidden cards are treated as though they do not exist.
- Bans in various formats supported by Scryfall
- Border color (white-bordered, gold-bordered)
- Full-art, or extended-art cards
- Funny cards (Silver-bordered and other black-bordered promotional cards, like the “Heroes of the Realm” cards.
Also cards from Un-sets with acorn-shaped security stamp.)
- Image availability (for non-English cards)
- Being oversized
- Digital printings (includes both Magic Online promotional card versions, MTG Arena digital-only cards,
and other digital printings)
- Supports cards in all languages supported by Scryfall
- Supports the official tokens (As offered by Scryfall, which is currently English only.
If Scryfall starts to offer localized tokens, these will be become available, too.)
- Adjustable document appearance
- Adjustable paper size, page margins, spacing between card images
- Optional printing of cut helper lines to aid machine-cutting printed sheets
- Optionally render sharp image corners, instead of the default round ones
- Optionally draw a bleed (a thick outline of configurable width) around the images. The bleed color is sampled
from the images to ensure compatibility with arbitrary border colors
- Optionally print a document title and page numbers on all pages, to ease identifying loose sheets of printed cards
- Full support for oversized cards, like Archenemy Scheme cards or Planechase Planes.
- Regular-size cards and oversized cards are kept on separate pages to ensure consistent image spacing
and proper rendering of cut helper lines.
- Ability to add “related cards” of cards in the document. These are cards referenced by name or tokens created.
### Supported deck list formats
- Simple list with one card name per line, treated as a list of singletons.
- Magic Arena
- Magic Online (MTGO)
- [XMage](http://xmage.today) deck files
- [Tappedout.net](https://tappedout.net) deck lists (choose CSV export)
- [Scryfall.com](https://scryfall.com) deck lists (choose CSV export)
- Magic Workstation Deck Data (`.mwDeck` files)
- Any other deck list format containing one card per line, by supplying a matching regular
expression to parse the file (this is an advanced feature).
### Supported deck list database sites
MTGProxyPrinter can directly fetch public deck lists from these websites:
- [Archidekt](https://archidekt.com/)
- [Deckstats](https://deckstats.net/)
- [MTG Arena Zone](https://mtgazone.com)
- [MTGDecks](https://mtgdecks.net/)
- [MTGGoldfish](https://www.mtggoldfish.com/)
- [MTGTop8](http://mtgtop8.com)
- [Moxfield](https://www.moxfield.com/)
- [Scryfall](https://scryfall.com)
- [TCGPlayer Infinite](https://infinite.tcgplayer.com/magic-the-gathering)
- [TappedOut](https://tappedout.net/)
- [mtg.wtf](https://mtg.wtf/)
- [MTGDecks](https://mtgdecks.net)
If you want to print your own lists, ensure that deck lists are accessible without any login, i.e. set to be "public".
MTGProxyPrinter does not support logging into an account on those sites, thus cannot fetch any decks behind a login-wall.
When setting a deck list to public, it may take a few minutes for the site to update the availability,
so give it a few minutes. Alternatively, if the website offers to download or export the deck list,
export it in one of the supported formats and manually load or paste it into the deck import wizard.
Except for Scryfall, these websites do not offer a stable, public Web API. Support is offered on a
“best effort” base and may break at any time, if a website decides to re-design their code.
## Requirements
- Python >= 3.8
These external libraries are used in the code. They can be installed from PyPI.
- `platformdirs`
- `ijson`
- `pint`
- `PyQt5`
- `delegateto`
- `PyHamcrest`
- `cx_Freeze` (Stand-alone bundles only. Used by the installer for Windows®-based platforms.)
- Either `truststore` (Py >= 3.10) or `certifi` (Py < 3.10)
- `typing_extensions` (Py < 3.11)
### System libraries
- `SQLite3` >= 3.35.0
### Test Requirements
These libraries are required to run the unit tests.
- `tox` (Also used to build redistributable archives/installers)
- `pytest`
- `pytest-qt`
- `pytest-cov` (Optional, for code coverage reports).
### Development/Packaging environment creation
These two packages must be installed on the host system. They are used to create a virtual environment,
in which all other dependencies will be installed.
- The `venv` Python module to create environments
- `pip` to install dependencies
## Building packages
The top level of the checked-out repository or unpacked source code archive contains scripts to build the packages.
These create a virtual environment, if not already present, and then use `tox`, to build the packages in dedicated virtual environments.
Building the packages first
- calls the Qt UI file compiler to generate GUI classes from the included `.ui`-files,
- builds importable locale files using the Qt locale compiler
- compiles locales and the icon theme into an importable module using the Qt resource compiler
The exact steps can be seen by inspecting `tox.ini`
It then bundles that up with the source code into an installable Python Wheel, and, if run on Windows,
the installable MSI package. Built artifacts are placed in the `dist` directory.
## Installing from a source checkout
Because the package contains compiled data that must be built before installation,
the source checkout is not directly installable via `pip install .`.
You first must build an installable package (see above), and then install the generated Python Wheel using `pip` or better yet using `pipx`.
The compiled data is cross-platform, so a built wheel will install on any operating system and compatible Python version.
## Usage
On Linux/macOS, execute `mtg-proxy-printer` to start the GUI. The Windows MSI package places a starter in the Start menu.
At first start and at somewhat regular intervals, MTGProxyPrinter requires downloading the MTG card data
from the Scryfall API. This dataset containing the information about the available 400k+ printings
is roughly 250-300 MiB large.
When starting, an empty document is created. You can add any number of pages, if you need more than one page to print.
The left-most panel in the main window shows an overview over all pages with a summary of what is on each page.
Click on a page to show it’s content in detail and select it for editing.
The top-right area is used to find cards by name or set and add them to the current page.
Below is a preview rendering of the current page, and a table with details about the cards in the opened page.
You can select images and remove them, if you accidentally added the wrong cards.
Double-clicking table cells allows re-selecting printings, or editing data of custom cards.
If you don’t want to use the built-in card search, MTGProxyPrinter can import deck lists from disk and from a set of
card database websites. The import wizard is available from the File menu in the main window. After loading the list,
the cards are presented in a table, where you can re-select printings, remove cards,
and one-click remove all basic lands, before finishing the import.
You can save and load documents to continue working on your documents later and create PDF documents for printing.
### Important note about printing with PDF documents
Before printing, make sure to disable any kind of scaling, like “fit to page”, “scale to fit” or
similar settings in your printer’s settings and your PDF viewer’s printer settings.
The created documents contain images precisely sized to be exactly the size of Magic cards.
If your printer scales them down (intended to not “lose” the border around the page),
the images will be too small, so do a single-page test run the first time you use this program.
These scaling options are enabled by default and are intended to prevent cropping with borderless photo prints,
but do more harm than good for any document that is not a full-page, borderless photo.
#### Ink saving tip
Before you print for the first time with a given printer or PDF viewer, enable the “Print cut markers” in the
MTGProxyPrinter settings and then print or export a single empty page. If a real Magic card fits precisely into
one cell of the printed grid, your system is set up correctly for high quality, non-scaled print-outs.
## License
Copyright (C) 2020-2022 Thomas Hess <thomas.hess@udo.edu>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
See the LICENSE file for details.
## Icon License
Copyright (C) 2014 Uri Herrera <uri_herrera@nitrux.in> and others
The icons shipped in the directory mtg_proxy_printer/resources/icons/ are used as a fallback if no
system theme is present, and are sourced from Breeze icon theme created by the KDE project.
These fall under the LGPL either version 3 of the License, or
(at your option) any later version.
See the [ThirdPartyLicenses.md](./doc/ThirdPartyLicenses.md) file for details.
Raw data
{
"_id": null,
"home_page": null,
"name": "MTGProxyPrinter",
"maintainer": null,
"docs_url": null,
"requires_python": "!=3.11.1,<4,>=3.8",
"maintainer_email": null,
"keywords": "MTG, Magic The Gathering, Printing, Proxies",
"author": null,
"author_email": "Thomas Hess <thomas.hess@udo.edu>",
"download_url": "https://files.pythonhosted.org/packages/54/1a/6c9e88430723b61061f00c3f00de0aa3ac54a8557127861bf41a7029a12e/mtgproxyprinter-0.33.2.tar.gz",
"platform": null,
"description": "# MTGProxyPrinter\n\nPrint Magic: The Gathering cards for play-testing purposes.\n\n(If you are reading this on [GitHub](https://github.com/luziferius/MTGProxyPrinter), \nthen you are looking at a Git mirror of the [fossil](https://fossil-scm.org)-based source repository\nlocated at [https://chiselapp.com/user/luziferius/repository/MTGProxyPrinter](https://chiselapp.com/user/luziferius/repository/MTGProxyPrinter))\n\nSupport development: [](https://ko-fi.com/R6R61HDVYE)\n\n## Feature overview\n\nThe application supports importing deck lists from locally stored files or various deck list building websites, \nautomatically fetches high-quality card images from [Scryfall](https://scryfall.com), and arranges the fetched images\nin a paged document suitable for printing or PDF export.\n\n- The standard document editing features:\n - Create, save and load documents\n - Multi-level undo & redo, even across the \"New document\" and \"Load document\"\n- Multiple export options:\n - Export as PDFs, including optional, automatic splitting into configurable chunks to accommodate file size limits \n present in various printers.\n - Export as a PNG image sequence, when PDF export is unsuitable. Background color is configurable,\n including support for transparent backgrounds\n - Export as individual card images\n- Direct printing using your operating system\u2019s printing support. Can use any available and suitable printer\n- Obtains high-quality images from Scryfall (where available)\n - Images are cached locally for faster loading times when printing the same cards again\n- Support for printing custom cards (currently regular size only). Drag & drop images onto the main window \n or use the import wizard in the File menu.\n- Import deck lists in various formats, like Magic Arena deck lists and XMage \n deck files (see below for a list of supported formats)\n - Automatic download of deck lists from various deck list database websites (see below for a list)\n - One-click removal of basic lands (optionally also including Wastes and Snow-covered basic lands)\n - Optional, automatic deck list translation. Translate all cards in the deck list to your preferred language.\n (Depending on image availability.)\n - Manually override chosen card printings, if you dislike the printing choices made in the deck list\n - When importing a deck list that contains excluded printings (see below), MTGProxyPrinter tries to replace them \n with suitable surrogates, where possible\n- Supports double-faced cards and split cards\n - Both front and back are searchable by all names printed on the card\n - Automatic handling of opposing card faces: MTGProxyPrinter automatically adds the same number\n of copies of the other face. (This feature can be disabled)\n - Optional generation of check cards for double-faced cards. Those combine both sides on a single side.\n- Hide cards using various card and printing filters. Hidden cards are treated as though they do not exist.\n - Bans in various formats supported by Scryfall\n - Border color (white-bordered, gold-bordered)\n - Full-art, or extended-art cards\n - Funny cards (Silver-bordered and other black-bordered promotional cards, like the \u201cHeroes of the Realm\u201d cards.\n Also cards from Un-sets with acorn-shaped security stamp.)\n - Image availability (for non-English cards)\n - Being oversized\n - Digital printings (includes both Magic Online promotional card versions, MTG Arena digital-only cards,\n and other digital printings)\n- Supports cards in all languages supported by Scryfall\n- Supports the official tokens (As offered by Scryfall, which is currently English only.\n If Scryfall starts to offer localized tokens, these will be become available, too.)\n- Adjustable document appearance\n - Adjustable paper size, page margins, spacing between card images\n - Optional printing of cut helper lines to aid machine-cutting printed sheets\n - Optionally render sharp image corners, instead of the default round ones\n - Optionally draw a bleed (a thick outline of configurable width) around the images. The bleed color is sampled\n from the images to ensure compatibility with arbitrary border colors\n - Optionally print a document title and page numbers on all pages, to ease identifying loose sheets of printed cards\n- Full support for oversized cards, like Archenemy Scheme cards or Planechase Planes. \n - Regular-size cards and oversized cards are kept on separate pages to ensure consistent image spacing\n and proper rendering of cut helper lines.\n- Ability to add \u201crelated cards\u201d of cards in the document. These are cards referenced by name or tokens created.\n\n### Supported deck list formats\n\n- Simple list with one card name per line, treated as a list of singletons.\n- Magic Arena\n- Magic Online (MTGO)\n- [XMage](http://xmage.today) deck files\n- [Tappedout.net](https://tappedout.net) deck lists (choose CSV export)\n- [Scryfall.com](https://scryfall.com) deck lists (choose CSV export)\n- Magic Workstation Deck Data (`.mwDeck` files)\n- Any other deck list format containing one card per line, by supplying a matching regular\n expression to parse the file (this is an advanced feature).\n\n\n### Supported deck list database sites\n\nMTGProxyPrinter can directly fetch public deck lists from these websites:\n\n- [Archidekt](https://archidekt.com/)\n- [Deckstats](https://deckstats.net/)\n- [MTG Arena Zone](https://mtgazone.com)\n- [MTGDecks](https://mtgdecks.net/)\n- [MTGGoldfish](https://www.mtggoldfish.com/)\n- [MTGTop8](http://mtgtop8.com)\n- [Moxfield](https://www.moxfield.com/)\n- [Scryfall](https://scryfall.com)\n- [TCGPlayer Infinite](https://infinite.tcgplayer.com/magic-the-gathering)\n- [TappedOut](https://tappedout.net/)\n- [mtg.wtf](https://mtg.wtf/)\n- [MTGDecks](https://mtgdecks.net)\n\nIf you want to print your own lists, ensure that deck lists are accessible without any login, i.e. set to be \"public\".\nMTGProxyPrinter does not support logging into an account on those sites, thus cannot fetch any decks behind a login-wall.\nWhen setting a deck list to public, it may take a few minutes for the site to update the availability, \nso give it a few minutes. Alternatively, if the website offers to download or export the deck list, \nexport it in one of the supported formats and manually load or paste it into the deck import wizard.\n\nExcept for Scryfall, these websites do not offer a stable, public Web API. Support is offered on a\n\u201cbest effort\u201d base and may break at any time, if a website decides to re-design their code.\n\n\n## Requirements\n\n- Python >= 3.8\n\nThese external libraries are used in the code. They can be installed from PyPI.\n\n- `platformdirs`\n- `ijson`\n- `pint`\n- `PyQt5`\n- `delegateto`\n- `PyHamcrest`\n- `cx_Freeze` (Stand-alone bundles only. Used by the installer for Windows\u00ae-based platforms.)\n- Either `truststore` (Py >= 3.10) or `certifi` (Py < 3.10)\n- `typing_extensions` (Py < 3.11)\n\n### System libraries\n\n- `SQLite3` >= 3.35.0\n\n### Test Requirements\n\nThese libraries are required to run the unit tests.\n\n- `tox` (Also used to build redistributable archives/installers)\n- `pytest`\n- `pytest-qt`\n- `pytest-cov` (Optional, for code coverage reports).\n\n### Development/Packaging environment creation\n\nThese two packages must be installed on the host system. They are used to create a virtual environment, \nin which all other dependencies will be installed.\n\n- The `venv` Python module to create environments\n- `pip` to install dependencies\n\n## Building packages\n\nThe top level of the checked-out repository or unpacked source code archive contains scripts to build the packages.\nThese create a virtual environment, if not already present, and then use `tox`, to build the packages in dedicated virtual environments.\n\nBuilding the packages first \n- calls the Qt UI file compiler to generate GUI classes from the included `.ui`-files,\n- builds importable locale files using the Qt locale compiler\n- compiles locales and the icon theme into an importable module using the Qt resource compiler\n\nThe exact steps can be seen by inspecting `tox.ini`\n\nIt then bundles that up with the source code into an installable Python Wheel, and, if run on Windows,\nthe installable MSI package. Built artifacts are placed in the `dist` directory.\n\n## Installing from a source checkout\n\nBecause the package contains compiled data that must be built before installation,\nthe source checkout is not directly installable via `pip install .`. \n\nYou first must build an installable package (see above), and then install the generated Python Wheel using `pip` or better yet using `pipx`.\nThe compiled data is cross-platform, so a built wheel will install on any operating system and compatible Python version.\n\n## Usage\n\nOn Linux/macOS, execute `mtg-proxy-printer` to start the GUI. The Windows MSI package places a starter in the Start menu.\n\nAt first start and at somewhat regular intervals, MTGProxyPrinter requires downloading the MTG card data\nfrom the Scryfall API. This dataset containing the information about the available 400k+ printings\nis roughly 250-300 MiB large.\n\nWhen starting, an empty document is created. You can add any number of pages, if you need more than one page to print.\nThe left-most panel in the main window shows an overview over all pages with a summary of what is on each page.\nClick on a page to show it\u2019s content in detail and select it for editing.\nThe top-right area is used to find cards by name or set and add them to the current page.\nBelow is a preview rendering of the current page, and a table with details about the cards in the opened page.\nYou can select images and remove them, if you accidentally added the wrong cards. \nDouble-clicking table cells allows re-selecting printings, or editing data of custom cards.\n\nIf you don\u2019t want to use the built-in card search, MTGProxyPrinter can import deck lists from disk and from a set of\ncard database websites. The import wizard is available from the File menu in the main window. After loading the list,\nthe cards are presented in a table, where you can re-select printings, remove cards,\nand one-click remove all basic lands, before finishing the import.\n\nYou can save and load documents to continue working on your documents later and create PDF documents for printing.\n\n\n### Important note about printing with PDF documents\n\nBefore printing, make sure to disable any kind of scaling, like \u201cfit to page\u201d, \u201cscale to fit\u201d or \nsimilar settings in your printer\u2019s settings and your PDF viewer\u2019s printer settings. \nThe created documents contain images precisely sized to be exactly the size of Magic cards.\nIf your printer scales them down (intended to not \u201close\u201d the border around the page),\nthe images will be too small, so do a single-page test run the first time you use this program.\n\nThese scaling options are enabled by default and are intended to prevent cropping with borderless photo prints,\nbut do more harm than good for any document that is not a full-page, borderless photo.\n\n#### Ink saving tip\n\nBefore you print for the first time with a given printer or PDF viewer, enable the \u201cPrint cut markers\u201d in the \nMTGProxyPrinter settings and then print or export a single empty page. If a real Magic card fits precisely into\none cell of the printed grid, your system is set up correctly for high quality, non-scaled print-outs.\n\n## License\n\n\nCopyright (C) 2020-2022 Thomas Hess <thomas.hess@udo.edu>\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program. If not, see <http://www.gnu.org/licenses/>.\n\nSee the LICENSE file for details.\n\n\n## Icon License\n\nCopyright (C) 2014 Uri Herrera <uri_herrera@nitrux.in> and others\n\nThe icons shipped in the directory mtg_proxy_printer/resources/icons/ are used as a fallback if no\nsystem theme is present, and are sourced from Breeze icon theme created by the KDE project.\nThese fall under the LGPL either version 3 of the License, or\n(at your option) any later version.\n\nSee the [ThirdPartyLicenses.md](./doc/ThirdPartyLicenses.md) file for details.\n",
"bugtrack_url": null,
"license": "GNU GPLv3+, see LICENSE.md or https://www.gnu.org/licenses/gpl-3.0.html for details",
"summary": "MTGProxyPrinter allows efficient printing of Magic: The Gathering cards for playtesting purposes.",
"version": "0.33.2",
"project_urls": {
"Changelog": "https://chiselapp.com/user/luziferius/repository/MTGProxyPrinter/doc/trunk/doc/changelog.md",
"Github": "https://github.com/luziferius/MTGProxyPrinter/",
"Homepage": "https://chiselapp.com/user/luziferius/repository/MTGProxyPrinter/index",
"Issues": "https://chiselapp.com/user/luziferius/repository/MTGProxyPrinter/ticket",
"Repository": "https://chiselapp.com/user/luziferius/repository/MTGProxyPrinter/timeline",
"Translations": "https://crowdin.com/project/mtgproxyprinter"
},
"split_keywords": [
"mtg",
" magic the gathering",
" printing",
" proxies"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "3b3ada3eca31e9479e7819971243183d0027540b28dc92141f2c20197b8aeab3",
"md5": "a7babbcc1639ab326f84d7584e1f16d0",
"sha256": "b2bb4bd513c36199950d929f3d5b4ade4acad1a943bf73f2e1ffbf753466f2e5"
},
"downloads": -1,
"filename": "mtgproxyprinter-0.33.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "a7babbcc1639ab326f84d7584e1f16d0",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "!=3.11.1,<4,>=3.8",
"size": 649406,
"upload_time": "2025-08-05T14:44:57",
"upload_time_iso_8601": "2025-08-05T14:44:57.212939Z",
"url": "https://files.pythonhosted.org/packages/3b/3a/da3eca31e9479e7819971243183d0027540b28dc92141f2c20197b8aeab3/mtgproxyprinter-0.33.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "541a6c9e88430723b61061f00c3f00de0aa3ac54a8557127861bf41a7029a12e",
"md5": "14ccfde60438b6f509ba3c69bfa7b0ab",
"sha256": "0334efa0a2da67223d2330ad8e001cb76fd00cf616f47af79be181cb6c0b73bf"
},
"downloads": -1,
"filename": "mtgproxyprinter-0.33.2.tar.gz",
"has_sig": false,
"md5_digest": "14ccfde60438b6f509ba3c69bfa7b0ab",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "!=3.11.1,<4,>=3.8",
"size": 530901,
"upload_time": "2025-08-05T14:45:02",
"upload_time_iso_8601": "2025-08-05T14:45:02.535223Z",
"url": "https://files.pythonhosted.org/packages/54/1a/6c9e88430723b61061f00c3f00de0aa3ac54a8557127861bf41a7029a12e/mtgproxyprinter-0.33.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-05 14:45:02",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "luziferius",
"github_project": "MTGProxyPrinter",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"tox": true,
"lcname": "mtgproxyprinter"
}