An open API service indexing awesome lists of open source software.

https://github.com/epocdotfr/codecrafters-shell-python

Source code of my solution to the CodeCrafters' "Build your own Shell" challenge
https://github.com/epocdotfr/codecrafters-shell-python

challenge codecrafters-shell python

Last synced: 11 months ago
JSON representation

Source code of my solution to the CodeCrafters' "Build your own Shell" challenge

Awesome Lists containing this project

README

          

[![progress-banner](https://backend.codecrafters.io/progress/shell/2aaae510-c25f-40ef-9e7c-6e01ba138103)](https://app.codecrafters.io/users/EpocDotFr)

Source code of my solution to the CodeCrafters' "[Build your own Shell](https://codecrafters.io/challenges/shell)"
challenge.

I've put myself a personal challenge: do not use any third-party packages (only use built-in Python features). Of course,
I did not use Python's `Cmd` or `shlex` neither.