Metadata-Version: 1.2
Name: django-for-runners
Version: 0.0.2
Summary: UNKNOWN
Home-page: https://github.com/jedie/django-for-runners
Author: Jens Diemer
Author-email: django-for-runners@jensdiemer.de
License: GNU General Public License v3.0 or above
Description: ==================
        django-for-runners
        ==================
        
        Store your GPX tracks of your running (or other sports activity) in django.
        
        It's currently experimental ... Pre-Alpha state...
        
        +-----------------------------------+--------------------------------------------------------+
        | |Build Status on travis-ci.org|   | `travis-ci.org/jedie/django-for-runners`_              |
        +-----------------------------------+--------------------------------------------------------+
        | |Coverage Status on codecov.io|   | `codecov.io/gh/jedie/django-tools`_                    |
        +-----------------------------------+--------------------------------------------------------+
        | |Coverage Status on coveralls.io| | `coveralls.io/r/jedie/django-for-runners`_             |
        +-----------------------------------+--------------------------------------------------------+
        | |Status on landscape.io|          | `landscape.io/github/jedie/django-for-runners/master`_ |
        +-----------------------------------+--------------------------------------------------------+
        
        .. |Build Status on travis-ci.org| image:: https://travis-ci.org/jedie/django-for-runners.svg
        .. _travis-ci.org/jedie/django-for-runners: https://travis-ci.org/jedie/django-for-runners/
        .. |Coverage Status on codecov.io| image:: https://codecov.io/gh/jedie/django-for-runners/branch/master/graph/badge.svg
        .. _codecov.io/gh/jedie/django-tools: https://codecov.io/gh/jedie/django-for-runners
        .. |Coverage Status on coveralls.io| image:: https://coveralls.io/repos/jedie/django-for-runners/badge.svg
        .. _coveralls.io/r/jedie/django-for-runners: https://coveralls.io/r/jedie/django-for-runners
        .. |Status on landscape.io| image:: https://landscape.io/github/jedie/django-for-runners/master/landscape.svg
        .. _landscape.io/github/jedie/django-for-runners/master: https://landscape.io/github/jedie/django-for-runners/master
        
        -----------
        Screenshots
        -----------
        
        --------------------------------------------
        for-runners v0.0.1 2018-5-30 change list.png
        --------------------------------------------
        
        |for-runners v0.0.1 2018-5-30 change list.png|
        
        .. |for-runners v0.0.1 2018-5-30 change list.png| image:: https://raw.githubusercontent.com/jedie/jedie.github.io/master/screenshots/django-for-runners/for-runners v0.0.1 2018-5-30 change list.png
        
        -------------------------------------------------
        for-runners v0.0.1 2018-5-30 change GPX Track.png
        -------------------------------------------------
        
        |for-runners v0.0.1 2018-5-30 change GPX Track.png|
        
        .. |for-runners v0.0.1 2018-5-30 change GPX Track.png| image:: https://raw.githubusercontent.com/jedie/jedie.github.io/master/screenshots/django-for-runners/for-runners v0.0.1 2018-5-30 change GPX Track.png
        
        --------------------
        Django compatibility
        --------------------
        
        +--------------------+------------+----------------+----------+
        | django-for-runners | Django CMS | django version | python   |
        +====================+============+================+==========+
        | v0.x.x             | 3.4.x TLS  | 1.11 TLS       | 3.5, 3.6 |
        +--------------------+------------+----------------+----------+
        
        (See also combinations in `.travis.yml <https://github.com/jedie/django-for-runners/blob/master/.travis.yml>`_ and `tox.ini <https://github.com/jedie/django-for-runners/blob/master/tox.ini>`_)
        
        -----
        TODO:
        -----
        
        * Add real tests
        
        * Support Django CMS v3.5 and run tests against these versions.
        
        * Support Django v2.0 and run tests against these versions.
        
        -------
        history
        -------
        
        * *dev* - `compare v0.0.1...master <https://github.com/jedie/django-for-runners/compare/v0.0.1...master>`_
        
        * v0.0.1 - 30.05.2018
        
            * Just create a pre-alpha release to save the PyPi package name ;)
        
        -----
        links
        -----
        
        +----------+-------------------------------------------------+
        | Homepage | `http://github.com/jedie/django-for-runners`_   |
        +----------+-------------------------------------------------+
        | PyPi     | `https://pypi.org/project/django-for-runners/`_ |
        +----------+-------------------------------------------------+
        
        .. _http://github.com/jedie/django-for-runners: http://github.com/jedie/django-for-runners
        .. _https://pypi.org/project/django-for-runners/: https://pypi.org/project/django-for-runners/
        
        alternatives (OpenSource only)
        ==============================
        
        * `https://github.com/GoldenCheetah/GoldenCheetah/ <https://github.com/GoldenCheetah/GoldenCheetah/>`_
        
        --------
        donation
        --------
        
        * `paypal.me/JensDiemer <https://www.paypal.me/JensDiemer>`_
        
        * `Flattr This! <https://flattr.com/submit/auto?uid=jedie&url=https%3A%2F%2Fgithub.com%2Fjedie%2Fdjango-for-runners%2F>`_
        
        * Send `Bitcoins <http://www.bitcoin.org/>`_ to `1823RZ5Md1Q2X5aSXRC5LRPcYdveCiVX6F <https://blockexplorer.com/address/1823RZ5Md1Q2X5aSXRC5LRPcYdveCiVX6F>`_
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.11
Classifier: Topic :: Internet
Requires-Python: >=3.5
