Name | monobit JSON |
Version |
0.48.0
JSON |
| download |
home_page | None |
Summary | Tools for working with monochrome bitmap fonts. |
upload_time | 2024-10-13 19:42:58 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.9 |
license | MIT License Copyright (c) 2019--2023 Rob Hagemans Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
keywords |
8-bit
bitfont
bitmap-font
font
pixel-font
retro
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
-@@------------------------------------------@@------@@--------------@@-
-@@------------------------------------------@@------@@--@@----------@@-
-@@------------------------------------------@@----------@@----------@@-
-@@------@@@@@@@@@----@@@@---@@@@@----@@@@---@@@@@---@@-@@@@---------@@-
-@@------@@--@@--@@--@@--@@--@@--@@--@@--@@--@@--@@--@@--@@----------@@-
-@@------@@--@@--@@--@@--@@--@@--@@--@@--@@--@@--@@--@@--@@----------@@-
-@@------@@--@@--@@--@@--@@--@@--@@--@@--@@--@@--@@--@@--@@----------@@-
-@@------@@--@@--@@--@@--@@--@@--@@--@@--@@--@@--@@--@@--@@----------@@-
-@@------@@--@@--@@--@@--@@--@@--@@--@@--@@--@@--@@--@@--@@--@@------@@-
-@@------@@--@@--@@---@@@@---@@--@@---@@@@---@@@@@---@@---@@-@@------@@-
-@@------------------------------------------------------------------@@-
-@@------------------------------------------------------------------@@-
-@@------------------------------------------------------------------@@-
Tools for working with monochrome bitmap fonts
==============================================
The `monobit` tools let you modify bitmap fonts and convert between several formats.
`monobit`'s native format is `yaff`, a human-friendly, text-based visual format similar to the ones used by
Roman Czyborra's `hexdraw`, Simon Tatham's `mkwinfont` and John Elliott's `psftools`. Details are
given in [the `yaff` font file format specification](YAFF.md).
Monobit requires Python 3.9 or above. Install through `pip install monobit`. Some formats or features require additional packages; see _Dependencies_ below for a list. These
will be installed automatically if you use `pip`.
`monobit` can be used as a Python package or as a command-line tool.
Usage examples
--------------
##### Convert utility
Here are some examples of how to use the conversion utility.
`monobit-convert --help`
Display usage summary and command-line options
`monobit-convert --help load --format=raw`
Display usage summary and additional format-specific command-line options for conversion from raw binary.
`monobit-convert fixedsys.fon`
Recognise the source file format from "magic bytes" or suffix (here, a Windows font) and write fonts
to standard output in `yaff` format.
`monobit-convert roman.bdf to --format=unifont`
Read font from BDF file and write to standard output as Unifont HEX.
`monobit-convert fixed.psf to fixed.png`
Read font in PSF format and write to disk as image in PNG format.
`monobit-convert --format=c to --format=bdf`
Read font from standard input as C-source coded binary and write to standard output as BDF.
The converter transparently reads and writes `gz`, `bz2`, or `xz`-compressed font files and can read
and write `zip` and `tar` archives. Some font formats contain multiple fonts whereas others can
contain only one; the converter will write multiple files to a directory or archive if needed.
It is also possible to apply various transformations on the font before saving it. Check
`monobit-convert --help` for usage.
##### Banner utility
The banner utility renders text to standard output in a given font. This is similar to the ancient
`banner` commands included in System-V and BSD Unixes.
For example, the banner at the top of this `README` was made with
me@bandit:~$ monobit-banner '| monobit. |' --font=VGASYS.FON
`monobit-banner` has a number of rendering options - you can choose fonts, change the "ink" and "paper"
characters, set a margin, scale text, and rotate by quarter turns.
Check `monobit-banner --help` for usage.
Proportional-spacing formats
----------------------------
| Format | Short Name | Typical Extension | Read | Write | Type | Features |
|-----------------------|------------|-----------------------------|-------|-------|--------|----------|
| Xerox Alto CONVERT | `alto` | `.al` |✓| | binary | - |
| Amiga Font Contents | `amiga-fc` | `.font` |✓|✓| binary | M; see `amiga` |
| Amiga font | `amiga` | |✓|✓| binary | O C G |
| X11/Adobe BDF | `bdf` | `.bdf` |✓|✓| coded | U SB MB V O G |
| BeOS Bitmap Font | `beos` | |✓|✓| binary | U O G |
| Xerox Alto BITBLT | `bitblt` | `.strike` `.ks` |✓| | binary | O |
| AngelCode BMFont [P] | `bmfont` | `.fnt` `.xml` `.json` + images|✓|✓| image | M U SB MB O K G C |
| FONTRIX (PC), PCPaint, GRASP, ChiWriter | `chiwriter` | `.set` `.[specx]ft` |✓| | binary | - |
| Consoleet / vfontas | `consoleet`| `.txt` |✓|✓| visual | - |
| Daisy-Dot | `daisy` | `.nlq` `.nl2` `.nl3` `.nl4` |✓| | binary | - |
| DosStart! | `dosstart` | `.dsf` |✓|✓| coded | - |
| EDWIN bitmap font | `edwin` | `.fnt` |✓|✓| coded | - |
| Figlet font | `figlet` | `.flf` |✓|✓| visual | (3) |
| FZX font | `fzx` | `.fzx` |✓|✓| binary | O |
| OS/2 GPI resource | `gpi` | `.fnt` |✓| | binary | SB O (MB K) |
| Atari GDOS / GEM | `gdos` | `.fnt` `.gft` `.vga` |✓|✓| binary | O |
| GEOS font file (CVT) | `geos` | `.cvt` |✓|✓| binary | M; see `vlir` |
| Adafruit GFX font | `gfxfont` | `.h` |✓|✓| coded | O |
| hexdraw | `hexdraw` | `.draw` |✓|✓| visual | U |
| HP PCL soft font | `hppcl` | `.sft` `.sfp` `.sfl` |✓|✓| esc | SB MB O |
| Apple IIgs font | `iigs` | `.fon` |✓|✓| binary | see `nfnt` |
| Bitmap image [P] | `image` | `.png` `.gif` `.bmp` |✓|✓| image | - |
| Set of Bitmap images [P] | `imageset` | `.png` `.gif` `.bmp` |✓|✓| image | - |
| LISA font library | `lisa` | `.bin` |✓| | binary | M; see `nfnt` |
| MacOS font | `mac` | `.dfont` `.suit` |✓|✓| binary | M K; see `nfnt` |
| MouseGraphics Toolkit | `mgtk` | |✓| | binary | - |
| mkwinfont text format | `mkwinfont`| `.fd` |✓|✓| visual | SB |
| Windows or OS/2 font | `mzfon` | `.fon` `.exe` `.dll` |✓| (1) | binary | M; see `win`, `gpi` |
| Bare NFNT resource | `nfnt` | `.f` |✓|✓| binary | SB O G (C) |
| Palm OS font (v1/NFNT)| `palm` | `.pdb` |✓| | binary | M; see `nfnt` |
| Palm OS PRC (v1/NFNT) | `palm-prc` | `.prc` |✓| | binary | M; see `nfnt` |
| X11 Portable Compiled Format | `pcf` | `.pcf` |✓|✓| binary | U SB MB O |
| PC/GEOS v2.0+ | `pcgeos` | `.fnt` |✓|✓| binary | O (MB K) |
| PILfont [P] | `pilfont` | `.pil` + `.pbm` |✓|✓| image | O |
| TeX PKFONT | `pkfont` | `.pk` |✓| | binary | O |
| Adobe Prebuilt Format | `prebuilt` | `.bepf` `.lepf` |✓| | binary | G (V) |
| Xerox Alto PrePress | `prepress` | `.ac` |✓| | binary | O |
| The Print Shop | `printshop`| `.pnf` |✓| | binary | - |
| RISCOS x90y45 format | `riscos-xy`| |✓| | binary | O G |
| RISCOS new format | `riscos` | |✓| | binary | O G |
| Signum! 2 | `signum` | `.e24` `.p9` `.p24` `.l30` |✓| | binary | - |
| SFont | `sfont` | |✓|✓| image | G C |
| SFNT embedded bitmap | `sfnt` | `.otb` `.ttf` `.otf` [F] [**] |✓| (2) | binary | M US SB MB O K V G (C) |
| SFNT collection | `ttcf` | `.otc` `.ttc` [F] [**] |✓| (2) | binary | M US SB MB O K V G (C) |
| vfont | `vfont` | |✓|✓| binary | O |
| Bare GEOS font record | `vlir` | |✓|✓| binary | O |
| Windows FNT resource | `win` | `.fnt` |✓|✓| binary | SB |
| monobit yaff | `yaff` | `.yaff` |✓|✓| visual | M US SB MB O K V G C |
[P] requires **PIL**
[F] requires **fontTools**
(1) 16-bit Windows NE container with FNT resource only
(2) Bitmap only (OTB)
(3) Limited read functionality: no support for ASCII-art, which is a core feature of Figlet
M multiple-font container
U Unicode
US Unicode, multi-codepoint sequences
SB Single-byte character sets
MB Multi-byte character sets
O Overlapping glyphs
K Kerning
V Vertical metrics
G Greyscale fonts
C Colour fonts (not supported by `monobit`)
If the abbreviation is bracketed, the format supports this but it is not implemented.
Character-cell formats
----------------------
| Format | Short Name | Typical Extension | Read | Write | Type | Cell | Features |
|-----------------------|------------|-----------------------------|-------|-------|--------|------|----------|
| 64C | `64c` | `.64c` |✓|✓| binary | 8x8 | - |
| +3DOS | `plus3dos` | |✓|✓| binary | 8x8 | - |
| BBC soft font | `bbc` | |✓|✓| esc | 8x8 | - |
| Codepage Information | `cpi` | `.cpi` |✓|✓| binary | 8xN | M SB |
| Dashen | `dashen` | `.pft` |✓| | binary | any | - |
| DEC DRCS soft font | `dec` | |✓|✓| esc | >4xN | - |
| Dr. Halo / Dr. Genius | `drhalo` | `.fon` |✓| | binary | any | - |
| FONTX2 | `fontx` | `.fnt` |✓|✓| binary | any | MB |
| FONTEDIT | `fontedit` | `.com` |✓| | binary | 8xN | - |
| Fontraption | `frapt` | `.com` |✓| | binary | 8xN | - |
| Fontraption TSR | `frapt-tsr`| `.com` |✓| | binary | 8xN | - |
| PCPaint, GRASP old format | `grasp`| `.set` `.fnt` |✓|✓| binary | any | - |
| Hanzi Bitmap Font | `hbf` | `.hbf` + raw binary |✓|✓| binary | any | SB MB |
| GNU Unifont | `unifont` | `.hex` |✓|✓| coded | 8x16 (strict) 8xN<=32 (ext) | MC U (strict) MC US (ext) |
| Bare codepage | `kbd` | `.cp` |✓|✓| binary | 8xN | SB |
| LETAFONT loader | `letafont` | `.com` |✓| | binary | 8x8 | - |
| REXXCOM Font Mania | `mania` | `.com` |✓| | binary | 8xN | - |
| NetBSD wsfont C header| `netbsd` | `.h` |✓|✓| coded | any | M SB |
| Optiks PCR Font | `pcr` | `.pcr` |✓|✓| binary | 8xN | - |
| PC Screen Font | `psf` | `.psf` `.psfu` |✓|✓| binary | any (v2) 8xN (v1) | US |
| psf2ams PSFCOM | `psfcom` | `.com` |✓| | binary | 8x8, 8x16 | - |
| psf2txt | `psf2txt` | `.txt` |✓|✓| visual | any | US |
| Raw binary | `raw` | `.fnt` `.rom` [*] |✓|✓| binary | - | - |
| UDG loader | `udg` | `.com` |✓| | binary | 8x8 | - |
| FreeBSD console font | `vtfont` | `.fnt` |✓|✓| binary | any | MC U |
| Hercules Write On! | `writeon` | `.wof` |✓|✓| binary | 8x14 multiples | - |
| NetBSD wsfont binary | `wsfont` | `.wsf` |✓|✓| binary | any | SB |
| Wyse-60 soft font | `wyse` | |✓|✓| esc | 8x16 | - |
| XBIN font section | `xbin` | `.xb` |✓|✓| binary | 8X<=32 | - |
| ZapFont (old format) | `zapfont` | `,1bd` |✓|✓| binary | any | - |
| ZapRedraw UCS | `zapredraw`| `,1bd` |✓|✓| binary | any | U |
MC multi-cell glyphs
Charts
------
These formats output a table of glyphs. PDF, text and block charts are write-only,
image charts can be read through the `image` reader.
| Format | Short Name | Read | Write |
|-------------------|------------|-------|-------|
| Text | `chart` | |✓|
| Block elements | `blocks` | |✓|
| ANSI colours | `shades` | |✓|
| Image [P] | `image` |✓|✓|
| PDF [R] | `pdf` | |✓|
[P] requires **PIL**
[R] requires **reportlab**
Greyscale and colour fonts
--------------------------
Greyscale and colour support is experimental. An extension of the YAFF format allows storing
glyphs with up to 8 bits per pixel (256 colours or grey levels).
Stroke (vector) formats
-----------------------
Stroke font support is experimental. Stroke fonts are scalable fonts defined as
line segments. They are fundamentally different from modern fonts in that they
define single strokes whereas modern fonts define outlines to be filled with ink.
Additionally, the fonts currently supported consist of straight line segments only.
| Format | Short Name | Typical Extension | Read | Write |
|----------------------------|------------|-------------------|-------|-------|
| monobit yaff | `yaff` | `.yaff` |✓|✓|
| SVG Fonts | `svg` | `.svg` |✓|✓|
| Windows resource | `win` | `.fnt` |✓|✓|
| Windows font | `fon` | `.fon` |✓|✓ (NE) |
| Borland Graphics Interface | `borland` | `.chr` |✓|✓|
| Hershey fonts (Jim Hurt) | `hurt` | `.jhf` |✓| |
| DOSStart | `dosstart` | `.dsf` |✓| |
| GIMMS | `gimms` | `.bin` |✓| |
Wrapper formats
-----------------
`monobit` will recurse and extract font files from a number of common container,
archive, compression and encoding formats:
| Format | Name | Typical Extension | Read | Write |
|-----------------------|----------|-------------------------|-------|-------|
| PKZip/WinZip | `zip` | `.zip` |✓|✓|
| GNU tar | `tar` | `.tar` `.tgz` |✓|✓|
| RAR [A] | `rar` | `.rar` |✓| |
| 7-Zip [A] | `7zip` | `.7z` |✓|✓|
| MS Cabinet [A] | `cabinet`| `.cab` |✓| |
| LHarc/LHA/LZH [A] | `lharc` | `.lha` `.lzh` |✓| |
| ACE [C] | `ace` | `.ace` |✓| |
| ISO 9660 [A] | `iso9660`| `.iso` |✓|✓|
| WARC [A] | `warc` | `.warc` |✓|✓|
| CPIO [A] | `cpio` | `.cpio` |✓|✓|
| PAX [A] | `pax` | `.pax` |✓|✓|
| XAR [A] | `xar` | `.xar` |✓|✓|
| AR [A] | `ar` | `.ar` |✓|✓|
| GZip | `gzip` | `.gz` |✓|✓|
| BZip2 | `bzip2` | `.bz2` |✓|✓|
| XZ/LZMA | `lzma` | `.xz` `.lzma` |✓|✓|
| Compress [Z] | `compress`| `.Z` |✓|✓|
| AppleSingle | `apple1` | `.as` |✓| |
| AppleDouble | `apple2` | `.adf` `.rsrc` |✓| |
| MacBinary | `macbin` | `.bin` |✓| |
| BinHex 4.0 | `binhex` | `.hqx` |✓| |
| BinSCII | `binscii`| `.bsc` `.bsq` |✓| |
| Intel Hex | `intel` | `.ihex` `.ihx` |✓|✓|
| Base64 | `base64` | |✓|✓|
| Quoted-printable | `quopri` | |✓|✓|
| UUEncode | `uuencode`| |✓|✓|
| yEncode [Y] | `yenc` | |✓|✓|
| MIME multipart email | `email` | `.eml` `.msg` |✓|✓|
| C or C++ coded binary | `c` | `.c` `.cpp` `.cc` `.h` |✓|✓|
| JSON coded binary | `json` | `.json` |✓|✓|
| Python coded binary | `python` | `.py` |✓|✓|
| Pascal coded binary | `pascal` | `.pas` |✓|✓|
| BASIC coded binary | `basic` | `.bas` |✓|✓|
[A] requires **libarchive**
[C] requires **acefile**
[Y] requires **python3-yenc**
[Z] requires **ncompress**
_Note that many of these currently require reading the full archive into memory, which may
not be practicable with e.g ISO9660 or WARC files which can hold whole filesystems._
[*] Identifying raw binary files
--------------------------------
This is the most common format used on old platforms, often with the unhelpful suffix `.fnt`. As there is no metadata, it's up to you to specify the character-cell size. The most common, and default, size is 8x8 (CGA and many 8-bit platforms), followed by 8x16 (VGA) and 8x14 (EGA).
- 8x8 raw files are also known as `.f08`, `.ch8`, `.88`, `.chr`, `.udg`, and many others.
- 8x14 raw files are also known as `.f14` or `.814`.
- 8x16 raw files are also known as `.f16`, Warp 9 `.fnt` or Degas Elite `.fnt`
- Genecar `.car` files are 16x16 raw files.
- Harlekin III `.fnt` files are raw binaries with a 4096x8 pixel bitmap strike hosting 512 8x8 glyphs side by side. Extract with `-strike-width=512`.
It is also useful to check the file size. Raw files commonly hold 96 (ASCII excluding controls), 128 (ASCII), 256, or multiples thereof. Common file sizes therefore are:
| | 8x8 | 8x14 | 8x16 |
|-------|-------|-------|-------|
| **96**| 768 | 1344 | 1536 |
|**128**| 1024 | 1792 | 2048 |
|**256**| 2048 | 3584 | 4096 |
|**512**| 4096 | 7168 | 8192 |
If your unidentified font file has one of these sizes, chances are it is a raw binary file.
[**] TrueType / OpenType embedded bitmaps
-----------------------------------------
`monobit` can extract bitmaps embedded in TrueType and OpenType font files. It
should be kept in mind that these are primarily intended as scalable formats,
and only exceptionally embed bitmaps to improve rendering on low-resolution displays.
_The vast majority of `.ttf`, `.otf`, `.dfont` etc. files do not contain bitmaps at all_.
This is true even for fonts with a pixelised look.
To convert these you first need to _rasterise_ them, which `monobit` does not do.
Some of the other font tools linked below do have rasterising features.
`monobit` can experimentally output OpenType Bitmap (`.otb`) files, a bitmap-only
file format supported by Linux desktops.
Dependencies
------------
Some formats require
- **PIL** (`Pillow`)
- **reportlab**
- **fontTools**
- **libarchive**
- **python3-yenc**
- **ncompress**
- **acefile**
The renderer additionally employs
- **uniseg**
- **python-bidi**
- **arabic-reshaper**
Almost all can be installed through Pip:
pip install Pillow reportlab fonttools uniseg python-bidi arabic-reshaper libarchive-c ncompress acefile
The package `python3-yenc` is available at https://github.com/oe-mirrors/python3-yenc and through some Linux distributions.
Without these packages, some functionality may not be available.
Copyright and licences
----------------------
`monobit` and the `yaff` specification are copyright 2019--2024 Rob Hagemans and
released under the [MIT licence](https://opensource.org/licenses/MIT).
`monobit` contains code from:
- [`mkwinfont`](https://www.chiark.greenend.org.uk/~sgtatham/fonts/) copyright 2001 Simon Tatham. All rights reserved.
- [`dewinfont`](https://www.chiark.greenend.org.uk/~sgtatham/fonts/) copyright 2001,2017 Simon Tatham. All rights reserved.
- [OS/2 GPI Font Tools](https://github.com/altsan/os2-gpi-font-tools) (C) 2012 Alexander Taylor
- [FONDU](https://sourceforge.net/projects/fondu/) copyright (C) 2000,2001,2002,2003 by George Williams
Please refer to the notices in the `windows` and `os2` subpackages and `mac/fond.py` module for licences and more information.
The font files in `tests/fonts` are subject to their own
licences, some of which are more restrictive. These are files used for testing
and development and are not included in the packaged distribution. See `tests/fonts/README.md` and notices included with individual files.
Acknowledgements
----------------
`monobit` would not exist without those documenting,
reverse-engineering, implementing and preserving font formats and files:
- [The Internet Archive](https://archive.org)
- [Archive Team](http://fileformats.archiveteam.org/wiki/Fonts)
- [Jason Scott's textfiles.com](http://textfiles.com)
- [John Elliott's homepage](http://www.seasip.info)
- [Simon Tatham's fonts page](https://www.chiark.greenend.org.uk/~sgtatham/fonts/)
- [Aivosto's character set documentation](https://www.aivosto.com/articles/charsets.html)
- [Rebecca Bettencourt's character set documentation](https://www.kreativekorp.com/charset/)
- [Xiphoseer's Signum Document Toolbox](https://sdo.dseiler.eu/)
- [George Williams et al.'s FontForge documentation](https://fontforge.org/docs/index.html)
- [FreeType Glyph Conventions](https://freetype.org/freetype2/docs/glyphs/index.html)
- ... and many others
Other software
--------------
Other bitmap font tools you could use in conjunction with (or instead of) `monobit` include:
- [FontForge](http://fontforge.github.io/en-US/)
- Rebecca Bettencourt's [Bits'n'Picas](https://github.com/kreativekorp/bitsnpicas)
- John Elliott's [PSFTools](http://www.seasip.info/Unix/PSF/)
- Mark Leisher's [`gbdfed`](http://sofia.nmsu.edu/~mleisher/Software/gbdfed/)
- [RECOIL](https://recoil.sourceforge.net/)
- John Zaitseff's [console font utilities](https://www.zap.org.au/projects/console-fonts-utils/)
- George Williams's [Fondu](https://fondu.sourceforge.net)
- VileR's [Fontraption](https://github.com/viler-int10h/Fontraption/)
Raw data
{
"_id": null,
"home_page": null,
"name": "monobit",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "8-bit, bitfont, bitmap-font, font, pixel-font, retro",
"author": null,
"author_email": "Rob Hagemans <rob.hagemans@hotmail.com>",
"download_url": "https://files.pythonhosted.org/packages/05/c2/50b0f72137600d971cf3fb2a41d33dca1d714d047dc094094715b2082e83/monobit-0.48.0.tar.gz",
"platform": null,
"description": "\n -@@------------------------------------------@@------@@--------------@@-\n -@@------------------------------------------@@------@@--@@----------@@-\n -@@------------------------------------------@@----------@@----------@@-\n -@@------@@@@@@@@@----@@@@---@@@@@----@@@@---@@@@@---@@-@@@@---------@@-\n -@@------@@--@@--@@--@@--@@--@@--@@--@@--@@--@@--@@--@@--@@----------@@-\n -@@------@@--@@--@@--@@--@@--@@--@@--@@--@@--@@--@@--@@--@@----------@@-\n -@@------@@--@@--@@--@@--@@--@@--@@--@@--@@--@@--@@--@@--@@----------@@-\n -@@------@@--@@--@@--@@--@@--@@--@@--@@--@@--@@--@@--@@--@@----------@@-\n -@@------@@--@@--@@--@@--@@--@@--@@--@@--@@--@@--@@--@@--@@--@@------@@-\n -@@------@@--@@--@@---@@@@---@@--@@---@@@@---@@@@@---@@---@@-@@------@@-\n -@@------------------------------------------------------------------@@-\n -@@------------------------------------------------------------------@@-\n -@@------------------------------------------------------------------@@-\n\n\nTools for working with monochrome bitmap fonts\n==============================================\n\nThe `monobit` tools let you modify bitmap fonts and convert between several formats.\n\n`monobit`'s native format is `yaff`, a human-friendly, text-based visual format similar to the ones used by\nRoman Czyborra's `hexdraw`, Simon Tatham's `mkwinfont` and John Elliott's `psftools`. Details are\ngiven in [the `yaff` font file format specification](YAFF.md).\n\nMonobit requires Python 3.9 or above. Install through `pip install monobit`. Some formats or features require additional packages; see _Dependencies_ below for a list. These\nwill be installed automatically if you use `pip`.\n\n`monobit` can be used as a Python package or as a command-line tool.\n\n\n\nUsage examples\n--------------\n\n##### Convert utility\n\nHere are some examples of how to use the conversion utility.\n\n`monobit-convert --help`\n\nDisplay usage summary and command-line options\n\n`monobit-convert --help load --format=raw`\n\nDisplay usage summary and additional format-specific command-line options for conversion from raw binary.\n\n`monobit-convert fixedsys.fon`\n\nRecognise the source file format from \"magic bytes\" or suffix (here, a Windows font) and write fonts\nto standard output in `yaff` format.\n\n`monobit-convert roman.bdf to --format=unifont`\n\nRead font from BDF file and write to standard output as Unifont HEX.\n\n`monobit-convert fixed.psf to fixed.png`\n\nRead font in PSF format and write to disk as image in PNG format.\n\n`monobit-convert --format=c to --format=bdf`\n\nRead font from standard input as C-source coded binary and write to standard output as BDF.\n\nThe converter transparently reads and writes `gz`, `bz2`, or `xz`-compressed font files and can read\nand write `zip` and `tar` archives. Some font formats contain multiple fonts whereas others can\ncontain only one; the converter will write multiple files to a directory or archive if needed.\n\nIt is also possible to apply various transformations on the font before saving it. Check\n`monobit-convert --help` for usage.\n\n\n##### Banner utility\n\nThe banner utility renders text to standard output in a given font. This is similar to the ancient\n`banner` commands included in System-V and BSD Unixes.\n\nFor example, the banner at the top of this `README` was made with\n\n me@bandit:~$ monobit-banner '| monobit. |' --font=VGASYS.FON\n\n`monobit-banner` has a number of rendering options - you can choose fonts, change the \"ink\" and \"paper\"\ncharacters, set a margin, scale text, and rotate by quarter turns.\nCheck `monobit-banner --help` for usage.\n\n\nProportional-spacing formats\n----------------------------\n\n| Format | Short Name | Typical Extension | Read | Write | Type | Features |\n|-----------------------|------------|-----------------------------|-------|-------|--------|----------|\n| Xerox Alto CONVERT | `alto` | `.al` |✓| | binary | - |\n| Amiga Font Contents | `amiga-fc` | `.font` |✓|✓| binary | M; see `amiga` |\n| Amiga font | `amiga` | |✓|✓| binary | O C G |\n| X11/Adobe BDF | `bdf` | `.bdf` |✓|✓| coded | U SB MB V O G |\n| BeOS Bitmap Font | `beos` | |✓|✓| binary | U O G |\n| Xerox Alto BITBLT | `bitblt` | `.strike` `.ks` |✓| | binary | O |\n| AngelCode BMFont [P] | `bmfont` | `.fnt` `.xml` `.json` + images|✓|✓| image | M U SB MB O K G C |\n| FONTRIX (PC), PCPaint, GRASP, ChiWriter | `chiwriter` | `.set` `.[specx]ft` |✓| | binary | - |\n| Consoleet / vfontas | `consoleet`| `.txt` |✓|✓| visual | - |\n| Daisy-Dot | `daisy` | `.nlq` `.nl2` `.nl3` `.nl4` |✓| | binary | - |\n| DosStart! | `dosstart` | `.dsf` |✓|✓| coded | - |\n| EDWIN bitmap font | `edwin` | `.fnt` |✓|✓| coded | - |\n| Figlet font | `figlet` | `.flf` |✓|✓| visual | (3) |\n| FZX font | `fzx` | `.fzx` |✓|✓| binary | O |\n| OS/2 GPI resource | `gpi` | `.fnt` |✓| | binary | SB O (MB K) |\n| Atari GDOS / GEM | `gdos` | `.fnt` `.gft` `.vga` |✓|✓| binary | O |\n| GEOS font file (CVT) | `geos` | `.cvt` |✓|✓| binary | M; see `vlir` |\n| Adafruit GFX font | `gfxfont` | `.h` |✓|✓| coded | O |\n| hexdraw | `hexdraw` | `.draw` |✓|✓| visual | U |\n| HP PCL soft font | `hppcl` | `.sft` `.sfp` `.sfl` |✓|✓| esc | SB MB O |\n| Apple IIgs font | `iigs` | `.fon` |✓|✓| binary | see `nfnt` |\n| Bitmap image [P] | `image` | `.png` `.gif` `.bmp` |✓|✓| image | - |\n| Set of Bitmap images [P] | `imageset` | `.png` `.gif` `.bmp` |✓|✓| image | - |\n| LISA font library | `lisa` | `.bin` |✓| | binary | M; see `nfnt` |\n| MacOS font | `mac` | `.dfont` `.suit` |✓|✓| binary | M K; see `nfnt` |\n| MouseGraphics Toolkit | `mgtk` | |✓| | binary | - |\n| mkwinfont text format | `mkwinfont`| `.fd` |✓|✓| visual | SB |\n| Windows or OS/2 font | `mzfon` | `.fon` `.exe` `.dll` |✓| (1) | binary | M; see `win`, `gpi` |\n| Bare NFNT resource | `nfnt` | `.f` |✓|✓| binary | SB O G (C) |\n| Palm OS font (v1/NFNT)| `palm` | `.pdb` |✓| | binary | M; see `nfnt` |\n| Palm OS PRC (v1/NFNT) | `palm-prc` | `.prc` |✓| | binary | M; see `nfnt` |\n| X11 Portable Compiled Format | `pcf` | `.pcf` |✓|✓| binary | U SB MB O |\n| PC/GEOS v2.0+ | `pcgeos` | `.fnt` |✓|✓| binary | O (MB K) |\n| PILfont [P] | `pilfont` | `.pil` + `.pbm` |✓|✓| image | O |\n| TeX PKFONT | `pkfont` | `.pk` |✓| | binary | O |\n| Adobe Prebuilt Format | `prebuilt` | `.bepf` `.lepf` |✓| | binary | G (V) |\n| Xerox Alto PrePress | `prepress` | `.ac` |✓| | binary | O |\n| The Print Shop | `printshop`| `.pnf` |✓| | binary | - |\n| RISCOS x90y45 format | `riscos-xy`| |✓| | binary | O G |\n| RISCOS new format | `riscos` | |✓| | binary | O G |\n| Signum! 2 | `signum` | `.e24` `.p9` `.p24` `.l30` |✓| | binary | - |\n| SFont | `sfont` | |✓|✓| image | G C |\n| SFNT embedded bitmap | `sfnt` | `.otb` `.ttf` `.otf` [F] [**] |✓| (2) | binary | M US SB MB O K V G (C) |\n| SFNT collection | `ttcf` | `.otc` `.ttc` [F] [**] |✓| (2) | binary | M US SB MB O K V G (C) |\n| vfont | `vfont` | |✓|✓| binary | O |\n| Bare GEOS font record | `vlir` | |✓|✓| binary | O |\n| Windows FNT resource | `win` | `.fnt` |✓|✓| binary | SB |\n| monobit yaff | `yaff` | `.yaff` |✓|✓| visual | M US SB MB O K V G C |\n\n[P] requires **PIL** \n[F] requires **fontTools** \n\n(1) 16-bit Windows NE container with FNT resource only \n(2) Bitmap only (OTB) \n(3) Limited read functionality: no support for ASCII-art, which is a core feature of Figlet\n\nM multiple-font container \nU Unicode \nUS Unicode, multi-codepoint sequences \nSB Single-byte character sets \nMB Multi-byte character sets \nO Overlapping glyphs\nK Kerning \nV Vertical metrics \nG Greyscale fonts \nC Colour fonts (not supported by `monobit`) \n\nIf the abbreviation is bracketed, the format supports this but it is not implemented.\n\n\nCharacter-cell formats\n----------------------\n\n| Format | Short Name | Typical Extension | Read | Write | Type | Cell | Features |\n|-----------------------|------------|-----------------------------|-------|-------|--------|------|----------|\n| 64C | `64c` | `.64c` |✓|✓| binary | 8x8 | - |\n| +3DOS | `plus3dos` | |✓|✓| binary | 8x8 | - |\n| BBC soft font | `bbc` | |✓|✓| esc | 8x8 | - |\n| Codepage Information | `cpi` | `.cpi` |✓|✓| binary | 8xN | M SB |\n| Dashen | `dashen` | `.pft` |✓| | binary | any | - |\n| DEC DRCS soft font | `dec` | |✓|✓| esc | >4xN | - |\n| Dr. Halo / Dr. Genius | `drhalo` | `.fon` |✓| | binary | any | - |\n| FONTX2 | `fontx` | `.fnt` |✓|✓| binary | any | MB |\n| FONTEDIT | `fontedit` | `.com` |✓| | binary | 8xN | - |\n| Fontraption | `frapt` | `.com` |✓| | binary | 8xN | - |\n| Fontraption TSR | `frapt-tsr`| `.com` |✓| | binary | 8xN | - |\n| PCPaint, GRASP old format | `grasp`| `.set` `.fnt` |✓|✓| binary | any | - |\n| Hanzi Bitmap Font | `hbf` | `.hbf` + raw binary |✓|✓| binary | any | SB MB |\n| GNU Unifont | `unifont` | `.hex` |✓|✓| coded | 8x16 (strict) 8xN<=32 (ext) | MC U (strict) MC US (ext) |\n| Bare codepage | `kbd` | `.cp` |✓|✓| binary | 8xN | SB |\n| LETAFONT loader | `letafont` | `.com` |✓| | binary | 8x8 | - |\n| REXXCOM Font Mania | `mania` | `.com` |✓| | binary | 8xN | - |\n| NetBSD wsfont C header| `netbsd` | `.h` |✓|✓| coded | any | M SB |\n| Optiks PCR Font | `pcr` | `.pcr` |✓|✓| binary | 8xN | - |\n| PC Screen Font | `psf` | `.psf` `.psfu` |✓|✓| binary | any (v2) 8xN (v1) | US |\n| psf2ams PSFCOM | `psfcom` | `.com` |✓| | binary | 8x8, 8x16 | - |\n| psf2txt | `psf2txt` | `.txt` |✓|✓| visual | any | US |\n| Raw binary | `raw` | `.fnt` `.rom` [*] |✓|✓| binary | - | - |\n| UDG loader | `udg` | `.com` |✓| | binary | 8x8 | - |\n| FreeBSD console font | `vtfont` | `.fnt` |✓|✓| binary | any | MC U |\n| Hercules Write On! | `writeon` | `.wof` |✓|✓| binary | 8x14 multiples | - |\n| NetBSD wsfont binary | `wsfont` | `.wsf` |✓|✓| binary | any | SB |\n| Wyse-60 soft font | `wyse` | |✓|✓| esc | 8x16 | - |\n| XBIN font section | `xbin` | `.xb` |✓|✓| binary | 8X<=32 | - |\n| ZapFont (old format) | `zapfont` | `,1bd` |✓|✓| binary | any | - |\n| ZapRedraw UCS | `zapredraw`| `,1bd` |✓|✓| binary | any | U |\n\n\nMC multi-cell glyphs\n\n\nCharts\n------\n\nThese formats output a table of glyphs. PDF, text and block charts are write-only,\nimage charts can be read through the `image` reader.\n\n\n| Format | Short Name | Read | Write |\n|-------------------|------------|-------|-------|\n| Text | `chart` | |✓|\n| Block elements | `blocks` | |✓|\n| ANSI colours | `shades` | |✓|\n| Image [P] | `image` |✓|✓|\n| PDF [R] | `pdf` | |✓|\n\n[P] requires **PIL** \n[R] requires **reportlab** \n\n\nGreyscale and colour fonts\n--------------------------\n\nGreyscale and colour support is experimental. An extension of the YAFF format allows storing\nglyphs with up to 8 bits per pixel (256 colours or grey levels).\n\n\nStroke (vector) formats\n-----------------------\n\nStroke font support is experimental. Stroke fonts are scalable fonts defined as\nline segments. They are fundamentally different from modern fonts in that they\ndefine single strokes whereas modern fonts define outlines to be filled with ink.\nAdditionally, the fonts currently supported consist of straight line segments only.\n\n\n| Format | Short Name | Typical Extension | Read | Write |\n|----------------------------|------------|-------------------|-------|-------|\n| monobit yaff | `yaff` | `.yaff` |✓|✓|\n| SVG Fonts | `svg` | `.svg` |✓|✓|\n| Windows resource | `win` | `.fnt` |✓|✓|\n| Windows font | `fon` | `.fon` |✓|✓ (NE) |\n| Borland Graphics Interface | `borland` | `.chr` |✓|✓|\n| Hershey fonts (Jim Hurt) | `hurt` | `.jhf` |✓| |\n| DOSStart | `dosstart` | `.dsf` |✓| |\n| GIMMS | `gimms` | `.bin` |✓| |\n\n\nWrapper formats\n-----------------\n\n`monobit` will recurse and extract font files from a number of common container,\narchive, compression and encoding formats:\n\n| Format | Name | Typical Extension | Read | Write |\n|-----------------------|----------|-------------------------|-------|-------|\n| PKZip/WinZip | `zip` | `.zip` |✓|✓|\n| GNU tar | `tar` | `.tar` `.tgz` |✓|✓|\n| RAR [A] | `rar` | `.rar` |✓| |\n| 7-Zip [A] | `7zip` | `.7z` |✓|✓|\n| MS Cabinet [A] | `cabinet`| `.cab` |✓| |\n| LHarc/LHA/LZH [A] | `lharc` | `.lha` `.lzh` |✓| |\n| ACE [C] | `ace` | `.ace` |✓| |\n| ISO 9660 [A] | `iso9660`| `.iso` |✓|✓|\n| WARC [A] | `warc` | `.warc` |✓|✓|\n| CPIO [A] | `cpio` | `.cpio` |✓|✓|\n| PAX [A] | `pax` | `.pax` |✓|✓|\n| XAR [A] | `xar` | `.xar` |✓|✓|\n| AR [A] | `ar` | `.ar` |✓|✓|\n| GZip | `gzip` | `.gz` |✓|✓|\n| BZip2 | `bzip2` | `.bz2` |✓|✓|\n| XZ/LZMA | `lzma` | `.xz` `.lzma` |✓|✓|\n| Compress [Z] | `compress`| `.Z` |✓|✓|\n| AppleSingle | `apple1` | `.as` |✓| |\n| AppleDouble | `apple2` | `.adf` `.rsrc` |✓| |\n| MacBinary | `macbin` | `.bin` |✓| |\n| BinHex 4.0 | `binhex` | `.hqx` |✓| |\n| BinSCII | `binscii`| `.bsc` `.bsq` |✓| |\n| Intel Hex | `intel` | `.ihex` `.ihx` |✓|✓|\n| Base64 | `base64` | |✓|✓|\n| Quoted-printable | `quopri` | |✓|✓|\n| UUEncode | `uuencode`| |✓|✓|\n| yEncode [Y] | `yenc` | |✓|✓|\n| MIME multipart email | `email` | `.eml` `.msg` |✓|✓|\n| C or C++ coded binary | `c` | `.c` `.cpp` `.cc` `.h` |✓|✓|\n| JSON coded binary | `json` | `.json` |✓|✓|\n| Python coded binary | `python` | `.py` |✓|✓|\n| Pascal coded binary | `pascal` | `.pas` |✓|✓|\n| BASIC coded binary | `basic` | `.bas` |✓|✓|\n\n[A] requires **libarchive** \n[C] requires **acefile** \n[Y] requires **python3-yenc** \n[Z] requires **ncompress** \n\n_Note that many of these currently require reading the full archive into memory, which may\nnot be practicable with e.g ISO9660 or WARC files which can hold whole filesystems._\n\n\n[*] Identifying raw binary files\n--------------------------------\n\nThis is the most common format used on old platforms, often with the unhelpful suffix `.fnt`. As there is no metadata, it's up to you to specify the character-cell size. The most common, and default, size is 8x8 (CGA and many 8-bit platforms), followed by 8x16 (VGA) and 8x14 (EGA).\n\n- 8x8 raw files are also known as `.f08`, `.ch8`, `.88`, `.chr`, `.udg`, and many others.\n- 8x14 raw files are also known as `.f14` or `.814`.\n- 8x16 raw files are also known as `.f16`, Warp 9 `.fnt` or Degas Elite `.fnt`\n- Genecar `.car` files are 16x16 raw files.\n- Harlekin III `.fnt` files are raw binaries with a 4096x8 pixel bitmap strike hosting 512 8x8 glyphs side by side. Extract with `-strike-width=512`.\n\nIt is also useful to check the file size. Raw files commonly hold 96 (ASCII excluding controls), 128 (ASCII), 256, or multiples thereof. Common file sizes therefore are:\n\n| | 8x8 | 8x14 | 8x16 |\n|-------|-------|-------|-------|\n| **96**| 768 | 1344 | 1536 |\n|**128**| 1024 | 1792 | 2048 |\n|**256**| 2048 | 3584 | 4096 |\n|**512**| 4096 | 7168 | 8192 |\n\n\nIf your unidentified font file has one of these sizes, chances are it is a raw binary file.\n\n\n[**] TrueType / OpenType embedded bitmaps\n-----------------------------------------\n\n`monobit` can extract bitmaps embedded in TrueType and OpenType font files. It\nshould be kept in mind that these are primarily intended as scalable formats,\nand only exceptionally embed bitmaps to improve rendering on low-resolution displays.\n\n_The vast majority of `.ttf`, `.otf`, `.dfont` etc. files do not contain bitmaps at all_.\nThis is true even for fonts with a pixelised look.\nTo convert these you first need to _rasterise_ them, which `monobit` does not do.\nSome of the other font tools linked below do have rasterising features.\n\n`monobit` can experimentally output OpenType Bitmap (`.otb`) files, a bitmap-only\nfile format supported by Linux desktops.\n\n\nDependencies\n------------\n\nSome formats require\n- **PIL** (`Pillow`)\n- **reportlab**\n- **fontTools**\n- **libarchive**\n- **python3-yenc**\n- **ncompress**\n- **acefile**\n\nThe renderer additionally employs\n- **uniseg**\n- **python-bidi**\n- **arabic-reshaper**\n\nAlmost all can be installed through Pip:\n\n pip install Pillow reportlab fonttools uniseg python-bidi arabic-reshaper libarchive-c ncompress acefile\n\nThe package `python3-yenc` is available at https://github.com/oe-mirrors/python3-yenc and through some Linux distributions.\nWithout these packages, some functionality may not be available.\n\n\nCopyright and licences\n----------------------\n\n`monobit` and the `yaff` specification are copyright 2019--2024 Rob Hagemans and\nreleased under the [MIT licence](https://opensource.org/licenses/MIT).\n\n`monobit` contains code from: \n- [`mkwinfont`](https://www.chiark.greenend.org.uk/~sgtatham/fonts/) copyright 2001 Simon Tatham. All rights reserved. \n- [`dewinfont`](https://www.chiark.greenend.org.uk/~sgtatham/fonts/) copyright 2001,2017 Simon Tatham. All rights reserved. \n- [OS/2 GPI Font Tools](https://github.com/altsan/os2-gpi-font-tools) (C) 2012 Alexander Taylor \n- [FONDU](https://sourceforge.net/projects/fondu/) copyright (C) 2000,2001,2002,2003 by George Williams\n\nPlease refer to the notices in the `windows` and `os2` subpackages and `mac/fond.py` module for licences and more information.\n\nThe font files in `tests/fonts` are subject to their own\nlicences, some of which are more restrictive. These are files used for testing\nand development and are not included in the packaged distribution. See `tests/fonts/README.md` and notices included with individual files.\n\n\nAcknowledgements\n----------------\n\n`monobit` would not exist without those documenting,\nreverse-engineering, implementing and preserving font formats and files:\n- [The Internet Archive](https://archive.org)\n- [Archive Team](http://fileformats.archiveteam.org/wiki/Fonts)\n- [Jason Scott's textfiles.com](http://textfiles.com)\n- [John Elliott's homepage](http://www.seasip.info)\n- [Simon Tatham's fonts page](https://www.chiark.greenend.org.uk/~sgtatham/fonts/)\n- [Aivosto's character set documentation](https://www.aivosto.com/articles/charsets.html)\n- [Rebecca Bettencourt's character set documentation](https://www.kreativekorp.com/charset/)\n- [Xiphoseer's Signum Document Toolbox](https://sdo.dseiler.eu/)\n- [George Williams et al.'s FontForge documentation](https://fontforge.org/docs/index.html)\n- [FreeType Glyph Conventions](https://freetype.org/freetype2/docs/glyphs/index.html)\n- ... and many others\n\n\nOther software\n--------------\n\nOther bitmap font tools you could use in conjunction with (or instead of) `monobit` include:\n- [FontForge](http://fontforge.github.io/en-US/)\n- Rebecca Bettencourt's [Bits'n'Picas](https://github.com/kreativekorp/bitsnpicas)\n- John Elliott's [PSFTools](http://www.seasip.info/Unix/PSF/)\n- Mark Leisher's [`gbdfed`](http://sofia.nmsu.edu/~mleisher/Software/gbdfed/)\n- [RECOIL](https://recoil.sourceforge.net/)\n- John Zaitseff's [console font utilities](https://www.zap.org.au/projects/console-fonts-utils/)\n- George Williams's [Fondu](https://fondu.sourceforge.net)\n- VileR's [Fontraption](https://github.com/viler-int10h/Fontraption/)\n",
"bugtrack_url": null,
"license": "MIT License Copyright (c) 2019--2023 Rob Hagemans Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
"summary": "Tools for working with monochrome bitmap fonts.",
"version": "0.48.0",
"project_urls": {
"Homepage": "https://github.com/robhagemans/monobit"
},
"split_keywords": [
"8-bit",
" bitfont",
" bitmap-font",
" font",
" pixel-font",
" retro"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "b2f3d8f7b26c7b221fa9e5e15ab4324d3b1c5bd670278306d78710a22fe8e11e",
"md5": "69417b409fc5652427dcc226a6374c48",
"sha256": "da6ddf4a869094f3e0bb6b1c583a47a1cb9c54c62516a6f424d5707e29c39e44"
},
"downloads": -1,
"filename": "monobit-0.48.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "69417b409fc5652427dcc226a6374c48",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 3736061,
"upload_time": "2024-10-13T19:42:55",
"upload_time_iso_8601": "2024-10-13T19:42:55.071837Z",
"url": "https://files.pythonhosted.org/packages/b2/f3/d8f7b26c7b221fa9e5e15ab4324d3b1c5bd670278306d78710a22fe8e11e/monobit-0.48.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "05c250b0f72137600d971cf3fb2a41d33dca1d714d047dc094094715b2082e83",
"md5": "e7e1c6660c4ee42c6b6f04f12e022302",
"sha256": "24cbc08b5e51b1bfe04c91d91bb43289edaa64eaf0f2c2d10f67627aa98368ae"
},
"downloads": -1,
"filename": "monobit-0.48.0.tar.gz",
"has_sig": false,
"md5_digest": "e7e1c6660c4ee42c6b6f04f12e022302",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 3078800,
"upload_time": "2024-10-13T19:42:58",
"upload_time_iso_8601": "2024-10-13T19:42:58.687259Z",
"url": "https://files.pythonhosted.org/packages/05/c2/50b0f72137600d971cf3fb2a41d33dca1d714d047dc094094715b2082e83/monobit-0.48.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-13 19:42:58",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "robhagemans",
"github_project": "monobit",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "monobit"
}