Metadata-Version: 2.1
Name: tsr
Version: 0.0.3
Summary: TSR on command-line
Home-page: UNKNOWN
Author: Methmo
License: MIT
Description: # TSR on Command Line
        
        Browse thestudentroom.co.uk from the command line. Almost as lightweight as a real browser, and as strong and stable as the British government.
        
        ## Getting Started
        
        ### Prerequisites
        
        #### Core
        
        ```
        Python 3.5 or higher
        
        ```
        
        #### Optional
        
        Python libraries:
        
        ```
        psutil (for displaying memory usage in non-POSIX operating systems)
        nltk,inflect (for word-crunching)
        tkinter (for matplotlib graphs - not pre-installed for Python 3 on some distros)
        ```
        
        ## Installation
        
        ```
        pip install tsr
        ```
        
        to use the PyPI repository version, or
        
        ```
        pip install git+https://github.com/methmo/tsr
        ```
        
        to use the latest version direct from this repository, replacing pip with pip3, depending on which version of python pip points to.
        
        ## License
        
        MIT
        
Keywords: tsr student forum command line cli cl scraper
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Operating System :: Microsoft :: Windows :: Windows 7
Classifier: Operating System :: Microsoft :: Windows :: Windows 8
Classifier: Operating System :: Microsoft :: Windows :: Windows 8.1
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Terminals
Classifier: Topic :: Text Processing
Requires-Python: >=3.5, <4
Description-Content-Type: text/markdown
