fgpv-vpgf / PAGER

Publication to ArcGIS Environments & RAMP
MIT License
1 stars 1 forks source link

Remove .NET component for FileSystemWatcher (reproduce functionality in Python) and use a single unified configuration file #5

Open dan-bowerman opened 8 years ago

dan-bowerman commented 8 years ago

We have a dependency on .NET (and therefore, Windows) for the component that manages watching the file system for new payload files. Move this functionality into Python, and any configuration that is passed into the C# .NET component should also be moved to the Python scripts as well.

alyec commented 8 years ago

A couple of libraries that may be of use: http://pypi.python.org/pypi/watcher https://pypi.python.org/pypi/watchdog