You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

632 B

Prismedia AutoUpload

This the implementation for the file handling of prismedia's autoupload feature.

It consist of one file: autoupload.py. There is also a test file as autoupload_test.py which can be helpfull has to how to use this object.

I am not a python expert and everything may change when integrating this project in Prismedia: function/variable name/case, interface, ...

Dependencies

pip3 install toml

Tests

Since there is no tests done for Prismedia, I choose unittest to do tests for this lib since it is present in the python standard library.

Launch tests with

python3 -m unittest