Metadata-Version: 1.0
Name: pycrackwatch
Version: 1.0.0
Summary: A Python wrapper for the CrackWatch API
Home-page: UNKNOWN
Author: cominixo
Author-email: lucasdutraluza@gmail.com
License: UNKNOWN
Description: # pycrackwatch
        
        A simple wrapper for the crackwatch API (https://crackwatch.com/api)
        
        
        ## Installing
        
        To install pycrackwatch just run
        
        ```
        pip install pycrackwatch
        ```
        
        ## Testing
        
        The tests are located inside the tests folder, to run them with pytest use
        
        ```
        py.test tests
        ```
        
Platform: UNKNOWN
