Metadata-Version: 1.1
Name: att
Version: 0.1.0
Summary: Extract informations from att website.
Home-page: https://github.com/alaingilbert/att
Author: Alain Gilbert
Author-email: alain.gilbert.15@gmail.com
License: MIT
Description: # Install
        
        ### Using pip
        
        ```
        pip install att
        ```
        
        ### From sources
        
        ```
        python setup.py install
        ```
        
        # Usage
        ```
        Usage:
          att.py
          att.py --phone PHONE --code CODE
          att.py --from FROM
          att.py --from FROM --to TO
          att.py --phone PHONE --code CODE --from FROM --to TO
          att.py (-h | --help)
          att.py --version
        
        Options:
          -h --help         Show this screen.
          -v --version      Show version.
          -p --phone        Phone number.
          -c --code         AT&T 4 digits code.
          -f --from         Date from (MM/DD/YYYY).
          -t --to           Date to (MM/DD/YYYY).
        ```
        
Keywords: att
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Utilities
