Skip to content
This repository was archived by the owner on Apr 20, 2022. It is now read-only.
This repository was archived by the owner on Apr 20, 2022. It is now read-only.

Describe how to use ouroboros library on different python implementation #21

@windelbouwman

Description

@windelbouwman

Several projects would potentially benefit from this effort:

  • micropython
  • pypy
  • rustpython
  • ironpython
  • brython
  • jython
  • grumpy
  • cpython

To be of benefit to those projects, it should be clear how the files are organized.

Some suggestions:

  • Describe in the documentation page how to use the standard library on top of a custom python implementation.
  • Split the source directory into several source directories. For example entirely-python with the python only modules. Another folder half-python with modules consisting of a python part and a low level-underscore-prefixed part. Maybe it is an idea to structure the standard library such that language implementors can copy paste the pieces they want, and implement other parts themselves.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels
    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