Skip to main content

Framework for easy and clean experiments with python.

Project description

When writing small python scripts for quick experiments, it’s often too much effort to add a good command line argument parser, a configuration system or a logger.

Pyexperiment fixes this by providing a very simple way to setup a short experiment, adding many features of a full-blown framework.

Check the example file to see how you can use pyexperiment for your own experiments.

Dependencies

The pyexperiment package has a few external dependencies:

  • configobj >= 5.0.5

  • numpy >= 1.8.1

  • h5py >= 2.3.1

If you install the dependencies with pip, you may need to install libhdf5 first, e.g., by running sudo apt-get install libhdf5-dev.

License

The pyexperiment package is licensed under an MIT licence (see the LICENSE file).

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

pyexperiment-0.1.3.tar.gz (13.3 kB view hashes)

Uploaded Source

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