package plato

  1. Overview
  2. Docs
Python Library Adapted To OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

1.1.2.tar.gz
md5=bbd6a77ebd7c4273ab63277648a05792
sha512=fc31900a273dbdd5dd5ee63a5553a4d937cc6d984245e649b452b1a42e43ebe27340314d1f3c0fdf0c0cc246da28a624b2bcd82152a90debffcf10025aa520f1

README.md.html

README.md

Python Library Adapted To Ocaml

!! It is known to be untested and quite buggy on some parts. !!

Ok, not -all- Python library, but some very small parts. This is a work in progress, where modules are added when I need them and feel it is worth to add it.

Currently:

  • collection (partially)

  • configparser

  • datetime

  • grp

  • itertools

  • os

  • pathlib

  • pwd

  • stat

  • string

  • time

Plato contains also some methods of built-in types (list and str), like slicing, strip, startswith...