Metadata-Version: 2.1
Name: pythentur
Version: 0.2.0
Summary: Simplified data retrieval from Entur in Python
Home-page: https://kmaasrud.github.io/pythentur/
Author: Knut Magnus Aasrud
Author-email: kmaasrud@outlook.com
License: UNKNOWN
Description: # Pythentur
        
        ![](./assets/cover.png)
        
        Fetch data from the norwegian national hub for public transport information, [Entur](https://entur.no/). This package gives easy access to about 21,000 daily departures on 3,000 routes - all over Norway. 
        
        ![](./assets/quick_demo.gif)
        
        ## Installation
        
        Install through pip:
        
            pip install pythentur
        
        or clone this repository and install locally.
        
        ## Documentation
        
        The documentation is hosted [here](https://kmaasrud.github.io/pythentur/).
        
        ---
        
        I have no affiliation with Entur AS and mantain this project on a hobby basis. This package is only meant as a simplified interaction with their API for fellow Python developers.
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
