/pumpkinpy

A library of convenient Python stdlib functions, ported to various languages.

Primary LanguagePythonGNU Lesser General Public License v3.0LGPL-3.0

pumpkinpy

About

pumpkinpy is a project to create ports of Python's standard library functions to other languages.

The reasoning for this is that Python's standard library contains a lot of very nifty functions, particularly for string processing. This project does not mean or attempt to port the entirety of Python's functionality; it only attempts to implement the most useful functions, and attempts to do so as faithfully as possible within the constraints of the language of implementation.

Presently, support is as follows:

Supported Languages and Functions
`endswith` `startswith` `partition` `rpartition` `rstrip`
php
js

Contact

For support and questions, contact ppeterson@ufl.edu.