Skip to main content

Micro-utility for staying organized running experiments

Project description

runthis tests deploy-pypi

Trivial utility to help you arrange experiments like this:

Don't want to do that? Thanks for stopping by anyway.

Never edit script contents

Instead, infer from the file names:

    if __name__=='__main__':
        import os
        kwargs = parse_kwargs(__file__.split(os.path.sep)[-1])
        my_experiment(**kwargs)

See example

New experiment? Make a copy of the file and edit the name only.

Int, float arguments

Just call the experiment file

   my_function?n=int:5&d=cat&init=[float:0.2,float:0.2,float:0.2].py

There's a short blog post here but I think you've got the gist.

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

runthis-0.0.3.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

runthis-0.0.3-py3-none-any.whl (3.6 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