معرفی شرکت ها


eppconvert-0.9.3


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Parse and convert Daum Ergo Bike EPP files
ویژگی مقدار
سیستم عامل -
نام فایل eppconvert-0.9.3
نام eppconvert
نسخه کتابخانه 0.9.3
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Ralf Horstmann
ایمیل نویسنده ralf@ackstorm.de
آدرس صفحه اصلی https://github.com/ra1fh/eppconvert
آدرس اینترنتی https://pypi.org/project/eppconvert/
مجوز ISC
.. image:: https://github.com/ra1fh/eppconvert/actions/workflows/ci.yml/badge.svg :target: https://github.com/ra1fh/eppconvert/actions/workflows/ci.yml eppconvert ========== Tools to parse and convert Daum Ergo Bike EPP files. This contains a mostly complete specification of the EPP/EUP file format, using python-construct. Requirements ------------ * `python <https://www.python.org>`_ (version 3.8, 3.9) * `python-construct <https://pypi.python.org/pypi/construct>`_ (version 2.8) * `docopt <https://pypi.python.org/pypi/docopt>`_ (version 0.6.2) * Tested operating systems: Linux, OS X, OpenBSD, Windows Installation ------------ The installation can be done with pip/pypi or from source. In both cases the scripts `gpx2epp` and `eppread` will be made available as command line tools. To install with pip from pypi: :: sudo python -m pip install eppconvert Alternatively install from source: :: sudo python ./setup.py install Usage ----- gpx2epp ''''''' Convert GPX to Daum EPP elevation profile. Writes a version 7 EPP file. :: Usage: gpx2epp [-i FILE] [-o FILE] [-s STEPSIZE] Options: -h, --help Show this. --version Show version. -i, --input FILE Input GPX file (default: stdin). -o, --output FILE Output EPP file (default: stdout). -s, --stepsize STEPSIZE Stepsize in meters. Here is an example that reads a GPX file and writes an EPP file to stdout with a stepsize of 200 meters between data points: :: gpx2epp --input track.gpx --stepsize 200 > track.epp Only the first track of the GPX file is converted, including all track segments. Please note that arbitrary stepsize values can be used and do usually work, but only files with a stepsize of 200 meters can be modified with the control console editor. eppread ''''''' Read and print Daum Ergo Bike EPP/EUP files. Prints textual representation to stdout. :: Usage: eppread [-i FILE] [-o FILE] [-l LIMIT] Options: -h, --help Show this. --version Show version. -i, --input FILE Input EPP/EUP file (default: stdin). -o, --output FILE Output text file (default: stdout). -l, --limit LIMIT Limit of data points to print. Example usage that reads an EPP file and prints the header and 5 data points at most: :: eppread --input track.epp --limit 5


نیازمندی

مقدار نام
==2.8.10 construct
==0.6.2 docopt


نحوه نصب


نصب پکیج whl eppconvert-0.9.3:

    pip install eppconvert-0.9.3.whl


نصب پکیج tar.gz eppconvert-0.9.3:

    pip install eppconvert-0.9.3.tar.gz