Skip to main content

An extensible application framework with REPL for creating processes with side effects.

Project description

Simple Process REPL

A YAML datastore, a config file, a namespace manager, and an interpreter walk into a bar...

Short-cuts:

Installation

pip install Simple_Process_REPL

You will also need to install dialog. tkinter is coming probably.

on Arch Linux

sudo pacman -S dialog

or on Apple

brew install dialog

To start the REPL;

SPR -r

read, think, type, repeat.

What is it?

Many things.

In a way, SPR feels like python did in 1995. It was the glue that was easy to use to put things together with. Python hasn't lost it's abilities, but it's not that simple glue anymore, and it's not what I consider a high level language at this point. Python feels much closer to C, to me, than it used to. Probably because I've been ruined by programming in clojure and haskell.

SPR is a fun to use tool to create applications which do processes. It's simple enough to be transparent and easy, and smart enough to be a pleasure. Anything serious and there is always python right there.

SPR can be used to interactively create and run a process as if it is an application. Possibly with nothing but a configuration file.

SPR is actually a very simple interpreter with an interactive REPL.

SPR code is really simple. SPR only knows YAML, words, strings and numbers. If you give it a list, it will try to look up what you gave it and execute it. So you can make lists and give them names, and make lists of lists, all of which turns into a process which will try to do it's thing, and if any step fails, the whole process fails. All with nice error handling, logging, dialogs, configuration, integrated help, self introspection, a REPL, along with various methods of execution.

To sum up.

This is a really simple interpreter, with a really short list of commands, think of it as a stupid/smart layer on top of python.

It's got some really handy extensions for making processes, and extensions are easy to make from a bit of python code. It will even create an extension project template for you. That's one of it's many commands.

All with nice configuration and yaml datastore management, logging, and error handling. It runs like an application once it has a process, and it can repeat it interactively, reporting failures. And it has a REPL. So you can play with it interactively, building things.

Just a big yaml datastore Tree and python functions. Failures are expected. It's easy to get and put things into the yaml datastore which is represented as a big tree of Yaml.

The parts.

  • The Interpreter/Repl
  • Namespaces
  • yaml datastore data structure, configuration, state, etc...
  • SPR/Python extensions that are built in.
  • Any python module you care to import.

Status

At this point, I think it has enough that it should be used and evaluated for the coding patterns needed to create solutions. It's actually quite powerful, and I'm looking forward to what happens next with it.

existing processes:

  • particle test flash - Particle board programmer, flasher, tester, environment.
  • print-codes - print bar and QR codes.
  • internal readme viewer code

refactoring the existing particle board extension to 2.0 would be good.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Simple_Process_REPL-2.0.2.tar.gz (40.9 kB view hashes)

Uploaded Source

Built Distribution

Simple_Process_REPL-2.0.2-py3-none-any.whl (56.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page