LICENSE
MANIFEST.in
README.rst
pypi-readme.rst
pyproject.toml
examples/basic_picklist_example/example_script.py
examples/doe_example/doe_example.py
plateo/__init__.py
plateo/tools.py
plateo/version.py
plateo.egg-info/PKG-INFO
plateo.egg-info/SOURCES.txt
plateo.egg-info/dependency_links.txt
plateo.egg-info/requires.txt
plateo.egg-info/top_level.txt
plateo/applications/AssemblyPicklistGenerator.py
plateo/applications/AssemblyPlan.py
plateo/applications/doe.py
plateo/applications/picklist_to_assembly_mix_report.py
plateo/applications/reports/__init__.py
plateo/applications/reports/report_writer.py
plateo/containers/Plate.py
plateo/containers/Well.py
plateo/containers/WellContent.py
plateo/containers/__init__.py
plateo/containers/builtin_containers.py
plateo/containers/helper_functions.py
plateo/exporters/__init__.py
plateo/exporters/picklist_to_animation.py
plateo/exporters/picklist_to_labcyte_echo_picklist_file.py
plateo/exporters/picklist_to_tecan_evo_picklist_file.py
plateo/exporters/plate_to_bokeh_plots.py
plateo/exporters/plate_to_genesift_sequencing_order_spreadsheet.py
plateo/exporters/plate_to_matplotlib_plots.py
plateo/exporters/plate_to_tables.py
plateo/parsers/__init__.py
plateo/parsers/picklist_from_labcyte_echo_logfile.py
plateo/parsers/picklist_from_labcyte_echo_picklist_file.py
plateo/parsers/picklist_from_tables.py
plateo/parsers/picklist_from_tecan_evo_picklist_file.py
plateo/parsers/plate_from_aati_fragment_analyzer.py
plateo/parsers/plate_from_nanoquant_reads.py
plateo/parsers/plate_from_roche_lightcycler_qPCR.py
plateo/parsers/plate_from_tables.py
plateo/parsers/plate_volumes_from_labcyte_echo_files.py
plateo/parsers/plates_from_geneart_shipment_layout_sheet.py
plateo/transfers/PickList.py
plateo/transfers/Transfer.py
tests/test_containers_and_picklists.py
tests/test_doe.py
tests/test_helper_functions.py
tests/test_picklist.py
tests/test_picklist_exporters.py
tests/test_picklist_parsers.py
tests/test_plate.py
tests/test_plate_exporters.py
tests/test_plate_parsers.py
tests/test_tools.py
tests/test_transfer.py
tests/test_well.py
tests/test_wellcontent.py
tests/test_assembly_plan/test_AssemblyPlan.py
tests/test_assembly_report/test_assembly_report.py