Metadata-Version: 2.1
Name: workoutizer
Version: 0.5.0
Summary: Browser-based Sport Workout Organizer to analyze your Activities locally
Home-page: https://gitlab.com/fgebhart/workoutizer
Author: Fabian Gebhart
License: UNKNOWN
Description: # Workoutizer
        
        The Workoutizer is a simple web application for organizing your workouts and sports activities. It is designed to work
        locally on any system running Python. Track your activities to get an overview of your overall training, similar to
        platforms like [strava](https://www.strava.com/) or [garmin connect](https://connect.garmin.com/) - but without
        uploading all your sensitive health data to some 3rd party cloud.
        
        ## Getting Started
        
        To run the application, just clone the repo, navigate into the root of the repo and run
        
        ```bash
        docker-compose up
        ```
        and then open your browser at [http://0.0.0.0:8001/](http://0.0.0.0:8001/).
        
        
        ## Gallery 
        
        It comes bundled with some initial dummy activity data:
        
         Dashboard             |  Sport Page
        :-------------------------:|:-------------------------:
        ![](https://i.imgur.com/gSYgVSJ.png)  |  ![](https://i.imgur.com/6fwcEZX.png)
        
         Activity Page 1/2             |  Activity Page 2/2
        :-------------------------:|:-------------------------:
        ![](https://i.imgur.com/tzJZh4M.png)  |  ![](https://i.imgur.com/CJ1SKEn.png)
        
        ## Thanks
        
        Thanks to the authors of projects I integrated into workoutizer:
        * [leaflet-elevation](https://github.com/Raruto/leaflet-elevation) by [Raruto](https://github.com/Raruto)
        * [django-colorfield](https://github.com/fabiocaccamo/django-colorfield) by [Fabio Caccamo](https://github.com/fabiocaccamo)
        * [python-fitparse](https://github.com/dtcooper/python-fitparse) by [dtcooper](https://github.com/dtcooper)
        * [leaflet-color-markers](https://github.com/pointhi/leaflet-color-markers) by [pointhi](https://github.com/pointhi)
        * [Font Awesome Icons](https://fontawesome.com/)
        
        Enjoy!
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Framework :: Django
Classifier: Framework :: Django :: 2.2
Classifier: Framework :: Django :: 3.0
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: testing
