Metadata-Version: 2.1
Name: candumpgen
Version: 0.0.1
Summary: Generate realistic CAN-traffic.
Home-page: https://github.com/TH-eMundo/candumpgen
Author: Tim Henkes
Author-email: tim.henkes@e-mundo.de
License: Apache 2.0
Description: # Generate realistic CAN-traffic #
        
        ...
        
        ## Installation ##
        
        Install the latest release using pip (``pip install candumpgen``) or manually from source by running ``pip install .`` (preferred) or ``python setup.py install`` in the cloned repository. Doing so installs both the library for programmatic usage and an executable called `candumpgen`. Use `candumpgen --help` for usage information.
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Typing :: Typed
Classifier: Topic :: Software Development :: Testing :: Traffic Generation
Classifier: Development Status :: 3 - Alpha
Requires-Python: >=3.6
Description-Content-Type: text/markdown
