New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

codinghyde.enigma

Package Overview
Maintainers
1
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Source code not available
We could not scan this package. Some page functionalities have been disabled

codinghyde.enigma

Workout data statitistical analysis thingy. Sort of.

pipPyPI
Metadata Only
Version
develop
Maintainers
1

Introduction

Workout data statitistical analysis thingy. Sort of.

This project came to be when I tried to download data from my ANT+ running watch on GNU/Linux. As it turns out there is no open source GNU/Linux software that will let me schedule workouts on my Garmin Forerunner that I can also access programmatically and do some simple statistical analysis with. My online service of choice (Garmin Connect) now uses Bing instead of Google Maps, which really doesn't work for me as Bing doesn't really have high quality satellite images of the region of the world I'm in at the moment (which is quite bad when you want to see your path on mountain trails that are evidently not in street maps).

I chose the codename Enigma because, quite frankly, I don't know what this project will evolve into. I just know more or less I want a Training Center meets Garmin Connect meets SportTrack meets *nix, meets calorie counter, meets weight log, meets training journal, meets Python.

The project will be divided in several sub-projects:

  • codinghyde.enigma: Server, general API, simple interactive CLI-based client, workout data importers/exporters, data store access, etc.
  • codinghyde.griffin: GUI client (desktop) for codinghyde.enigma. Pretty graphs, data caching, etc. It basically uses the enigma core and server to provide a full-featured application. Also handles data import in a more intuitive manner than codinghyde.enigma.cli does.
  • codinghyde.[unnamed]: Web client for codinghyde.enigma. Minimal functionality compared to codinghyde.griffin, but enough to be useful while away from the computer (say, checking a route, basic stats, etc).

Contact

You can reach me via e-Mail at: ehyde at codinghyde com

Documentation

Documentation will be a bit scarse for the time being, but everything public should have at least a docstring by the time I make the first stable release.

License

Released under the MIT/X11 license. See LICENSE for the full text.

Install

% python setup.py install

Develop

See DEVELOP for details.

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts