Skip to content

stdlib mapper #3

@litlighilit

Description

@litlighilit

only unimplemented ones:

  • statistics: stats
  • base64: base64
  • bisect: algorithm1
  • array: wrap seq (currently wraps PyList)
  • heapq: heapqueue
  • collections
    • deque: deques
    • OrderedDict: tables.OrderedTable (dict)
    • Counter: tables.CountTable
  • fractions: rationals
  • socket: net
  • http.client: httpclient
  • time: times
  • datetime: times
  • subprocessing: osproc
  • re: re2
  • textwrap: wordwrap
  • distros: distro
  • csv: parsecsv
  • json: parsejson
  • ctypes: dynlib

Footnotes

  1. a hand-written translated lib: berquist/bisect

  2. non-unicode! consider make a wrapper around re2 in regex

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions