Metadata-Version: 2.1
Name: digicom
Version: 0.0.0
Summary: UNKNOWN
Home-page: https://github.com/gut-gud-1/
Author: Dane Morgan
Author-email: danemorgan91@gmail.com
License: UNKNOWN
Description: # digicom
        
        ## What it is
        
        This project is a collection of equations, calculations, and static variables
        used in digital signals and communications.
        
        ## How to use
        
        Most of the function in this module as oneline anonymous functions, the input
        and output for each function are self explanitory.
        
        ## Install
        
        ##### Local
        ```bash
        $ pip install -r requiremnts.txt
        $ pip install digicom/.
        ```
        
        ##### pip via PyPi
        ```bash
        $ pip install digicom
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
