Skip to content

DynamicGravitySystems/atgmlogger-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ATGMLogger-Plugins

ATGMLogger-Plugins is a plugin package for the atgmlogger serial logging application, containing non-essential feature plugins to extend functionality.

Build

Execute:

# Build a wheel package (requires wheel: [pip install wheel])
python setup.py bdist_wheel

# or for a source distribution (tar.gz)
python setup.py sdist

Installation

Using pip and venv:

cd <atgmlogger install path/venv>
source venv/scripts/activate
pip install <path-to-atgmlogger-plugins.whl>

atgmlogger will automatically attempt to load plugins if they are available, and if a configuration directive with the plugin's name is present in the atgmlogger.json configuration file. See the example_configs directory for example configuration parameters relating to the available plugins.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages