Metadata-Version: 2.1
Name: Activate-App
Version: 0.0.1
Summary: Activate is a free activity log and analysis tool.
Home-page: https://gitlab.com/Tom_Fryers/activate
Author: Tom Fryers
License: UNKNOWN
Description: # Activate
        
        ![Icon](activate/resources/icons/icon_cropped.png)
        
        Activate is a free activity log and analysis tool.
        
        The Python dependencies are:
        
        - `PyQt5`
        - `PyQtChart`
        - `PyQtWebEngine`
        - `pyqtlet`
        - `Markdown`
        - `fitparse`
        - `requests`
        - `setuptools`
        
        `Flask` is also required to host an Activate server.
        
        Run `make` to build the app.
        
        Then, run `./app` to launch Activate, or `python setup.py install` to
        install it.
        
        ## Basic Usage
        
        When you first open Activate, you will see a mostly empty screen with
        your total distance, time, number of activities and climb (which are all
        zero). To add your activities, go to File/Import or press Ctrl-I. Select
        the activities you wish to import, and wait for the import to finish. If
        you switch to the 'Activities' tab, you can see individual activities.
        Go to Activity/Analyse to see more detail.
        
        ---
        
        Activate, a free activity log and analysis tool.
        Copyright © 2020–2021 Tom Fryers
        
        This program is free software: you can redistribute it and/or modify it
        under the terms of the GNU Affero General Public License as published
        by the Free Software Foundation, either version 3 of the License, or
        (at your option) any later version.
        
        This program is distributed in the hope that it will be useful, but
        WITHOUT ANY WARRANTY; without even the implied warranty of
        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero
        General Public License for more details.
        
        You should have received a copy of the GNU Affero General Public
        License along with this program. If not, see
        <https://www.gnu.org/licenses/>.
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown
