Skip to main content

null

Project description

activity.py

Load running activities, output into a neat JSON format.

PyPI Changelog License

Installation

Install this library using pip:

pip install activity.py

Usage

Import Activity and use the load_fit and load_gpx function to load your activities. You can access attributes on the activity at that point, or alternatively use as_json to dump your activity as a JSON object.

from activity_py import Activity

activity = Activity.load_fit('fitfile.fit')
print(activity.duration, activity.distance, activity.pace)

Development

To contribute to this library, first checkout the code. Then create a new virtual environment:

cd activity.py
python -m venv venv
source venv/bin/activate

Now install the dependencies and test dependencies:

pip install -e '.[test]'

To run the tests:

pytest

Using pipenv, this looks like:

pipenv install .[test]
pipenv run pytest

Activity JSON

Documentation TBC.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

activity_py-0.1b7.tar.gz (11.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

activity.py-0.1b7-py3-none-any.whl (12.2 kB view details)

Uploaded Python 3

File details

Details for the file activity_py-0.1b7.tar.gz.

File metadata

  • Download URL: activity_py-0.1b7.tar.gz
  • Upload date:
  • Size: 11.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.15

File hashes

Hashes for activity_py-0.1b7.tar.gz
Algorithm Hash digest
SHA256 7ff3d5f46bb12d03e06383de8693b9cde2ce1335050dcc01fe16c377268e2743
MD5 22aa4a56e8dc6e6695e7918de97636e3
BLAKE2b-256 f88cdedae3f903debc0ee8c38bf4b30cd831795d10d6d3866ef0b642e81ea6bb

See more details on using hashes here.

File details

Details for the file activity.py-0.1b7-py3-none-any.whl.

File metadata

  • Download URL: activity.py-0.1b7-py3-none-any.whl
  • Upload date:
  • Size: 12.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.15

File hashes

Hashes for activity.py-0.1b7-py3-none-any.whl
Algorithm Hash digest
SHA256 3574d3ce2c3966d48e75dbd58b2417b0ae7546ff3f18b3eaff7b05bc8ac2eac3
MD5 09f7267f7061fc8354b3755566d34030
BLAKE2b-256 2393abf96423dfd96f2c4beef5b14b5bd50c28b5ec695b1ed856731e506ffd67

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page