Skip to main content

Works with Anna's Archive's ISBN code files

Project description

allisbns

PyPI - Version Tests

allisbns is a Python package to work with the packed ISBN codes from Anna's Archive. It helps you to examine, manipulate, and plot such data that represent the largest fully open list of all known ISBNs.

(This project is not affiliated with Anna's Archive.)

Source Documentation Changelog

Introduction

Anna's Archive, besides books and datasets, provides a large amount of metadata from different sources (including WorldCat, Google Books, the Chinese collections, and many others). Such an extensive collection presumably represents the largest openly available metadata about all known ISBNs ever published (see the figure below).

The derived metadata, periodically published by Anna and the team, includes the packed ISBN codes, a very compact representation of all ISBNs with distinction of original data sources: it can tell you what ISBNs are available in a dataset.

After the visualization contest, the beautiful interactive viewer exists to explore all ISBNs. However, sometimes you need more imperative control over the available data: check many ISBNs at once, analyze selected regions, compare different dumps, plot custom images, etc.

Binned image of all ISBNs

Binned image (hi-res version) of all known ISBNs (data source: Anna's Archive). The defined ISBN registration groups are underlaid in black. See here how it is plotted.

Installation

The package is available on PyPI:

pip install allisbns

To include optional plotting support, install it as:

pip install allisbns[plotting]

Quickstart

Download data

The package works with datasets provided as bencoded files named as aa_isbn13_codes_*.benc.zst. Such files are located in the codes_benc directory within the aa_derived_mirror_metadata torrents. One file contains ISBN codes for all datasets (collections). See here for more info about codes.

Work with datasets

Create a dataset from the downloaded file with ISBN codes:

    >>> from allisbns.dataset import CodeDataset
    >>> md5 = CodeDataset.from_file(
    ...     source="aa_isbn13_codes_20251118T170842Z.benc.zst",
    ...     collection="md5",
    ... )
    >>> md5
    CodeDataset(array([    6,     1,     9, ...,     1, 91739,     1],
      shape=(14737375,), dtype=int32), bounds=(978000000000, 979999468900))

The md5 collection represents files available in Anna's Archive. All available collections are:

'airitibooks', 'bloomsbury', 'cadal_ssno', 'cerlalc', 'chinese_architecture',
'duxiu_ssid', 'edsebk', 'gbooks', 'goodreads', 'hathi', 'huawen_library', 'ia',
'isbndb', 'isbngrp', 'kulturpass', 'libby', 'md5', 'nexusstc',
'nexusstc_download', 'oclc', 'ol', 'ptpress', 'rgb', 'sciencereading', 'shukui',
'sklib', 'trantor', 'wanfang', 'zjjd'

Query one ISBN:

    >>> md5.query_isbn(978_2_36590_117)
    QueryResult(is_streak=True, segment_index=8652142, position_in_segment=0)

Check many ISBNs:

    >>> md5.check_isbns(range(978_2_36590_000, 978_2_36590_999 + 1))
    array([ True, False, False, ..., False, False, False], shape=(1000,))

Get all filled ISBNs:

    >>> md5.get_filled_isbns()
    array([978000000000, 978000000001, 978000000002, ..., 979999377030,
       979999377160, 979999468900], shape=(16916212,))

Crop the dataset to some ISBN region:

    >>> from allisbns.isbn import get_prefix_bounds
    >>> start_isbn, end_isbn = get_prefix_bounds("978")
    >>> md5.reframe(start_isbn, end_isbn)
    CodeDataset(array([6, 1, 9, ..., 1, 2, 2],
       shape=(14503001,), dtype=int32), bounds=(978000000000, 978999999999))

Further reading

After installing, check out the documentation. See Overview for the first guidance. The API reference describes modules, classes, and functions. There are practical examples that will demonstrate the main usage. Cookbook also contains useful examples. You want to contribute code? Contributing tells how to participate.

License

Creative Commons Zero v1.0 Universal.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

allisbns-0.1.3.tar.gz (32.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

allisbns-0.1.3-py3-none-any.whl (33.8 kB view details)

Uploaded Python 3

File details

Details for the file allisbns-0.1.3.tar.gz.

File metadata

  • Download URL: allisbns-0.1.3.tar.gz
  • Upload date:
  • Size: 32.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.5

File hashes

Hashes for allisbns-0.1.3.tar.gz
Algorithm Hash digest
SHA256 f3fc4d65b9b76fe43625105836d1adc9419b16c8c9e3603c92c7531f42086160
MD5 4d4d733c73ba23411454c90f9c4e1871
BLAKE2b-256 bba0a66293f7b19510b146bfe34ad55e5cbcd256bf37182a4f806ae3940cb833

See more details on using hashes here.

File details

Details for the file allisbns-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: allisbns-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 33.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.5

File hashes

Hashes for allisbns-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 43964a6e3035bafed2c21ea256fe743ab91c217b8688da4eff8a2730ddbf8747
MD5 a081234e8620edf9339c9e3ff509976e
BLAKE2b-256 b9a791e39434c59c4c6380eed294b5a829201950930f1d7126b1193d9e836160

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page