{ "info": { "author": "Aaron Curtis", "author_email": "aaron@aarongcurtis.com", "bugtrack_url": null, "classifiers": [], "description": "afterflight\n===========\n\n An application for analysis of UAV log and video.\n\n Introductory video with quickstart is at http://youtu.be/wdeeGyvHJ9c .\n\nInstalling the release version\n**********************************\n\nInstalling the development version\n**********************************\n\n#. make sure you have scipy installed on your system. On ubuntu, that means doing: ``sudo apt-get install scipy``. Once scipy 0.13 is released, this step will no longer be necessary because setup.py will be able to install it properly.\n\n#. Clone the afterflight repository to with ``git clone https://github.com/foobarbecue/afterflight.git``\n\n#. In the directory that is created (called afterflight unless you specified otherwise), run ``pip -r requirements.txt``. This will install the remaining dependancies.\n\n#. Create ``settings_local.py`` based on the example ``settings_local_example.py``. Usually you can just run ``cp settings_local_example.py settings_local.py``, but if you want to use a database other than sqlite (such as postgres) this is where your database access information will go.\n\n#. Create your database tables by running ``python afterflight/manage.py syncdb``. This will also add a default site for the django sites framework, which is required for the authentication system.\n\n#. Run a local development server: ``python afterflight/manage.py runserver``. By default this will run at http://localhost:8000 , so you can point your browser there to get started.\n\n#. If you want to run this on a public server, follow https://docs.djangoproject.com/en/1.5/howto/deployment/ .", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/foobarbecue/afterflight", "keywords": null, "license": "Apache 2.0, see LICENCE.txt", "maintainer": null, "maintainer_email": null, "name": "afterflight", "package_url": "https://pypi.org/project/afterflight/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/afterflight/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/foobarbecue/afterflight" }, "release_url": "https://pypi.org/project/afterflight/0.2.1/", "requires_dist": null, "requires_python": null, "summary": "An application for analysis of UAV log and video.", "version": "0.2.1" }, "last_serial": 898002, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "5cd19681467b4e4ead581a37d8e4a3cc", "sha256": "26ee1808525a8a8cc51fe17655cdbb8664033202d55d3aa20aa3207951348bf1" }, "downloads": -1, "filename": "afterflight-0.2.tar.gz", "has_sig": false, "md5_digest": "5cd19681467b4e4ead581a37d8e4a3cc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1967167, "upload_time": "2013-10-18T22:40:20", "url": "https://files.pythonhosted.org/packages/fa/76/3d81f219b2a140d3604a34ba2ed760c507092c75de65bf7ea2220ea10983/afterflight-0.2.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "35a902fe05ba56b26156120d40dd6b0a", "sha256": "13aa1a9167198a4c6ba72db5bc03eaeff11b451afa344eaf4d8fd77c345958d2" }, "downloads": -1, "filename": "afterflight-0.2.1.tar.gz", "has_sig": false, "md5_digest": "35a902fe05ba56b26156120d40dd6b0a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1968749, "upload_time": "2013-10-18T22:43:15", "url": "https://files.pythonhosted.org/packages/cd/8a/3bd344a17a76a6dbb08f67b65a2dba1ff42ea5721e18b9e8a449acf93710/afterflight-0.2.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "35a902fe05ba56b26156120d40dd6b0a", "sha256": "13aa1a9167198a4c6ba72db5bc03eaeff11b451afa344eaf4d8fd77c345958d2" }, "downloads": -1, "filename": "afterflight-0.2.1.tar.gz", "has_sig": false, "md5_digest": "35a902fe05ba56b26156120d40dd6b0a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1968749, "upload_time": "2013-10-18T22:43:15", "url": "https://files.pythonhosted.org/packages/cd/8a/3bd344a17a76a6dbb08f67b65a2dba1ff42ea5721e18b9e8a449acf93710/afterflight-0.2.1.tar.gz" } ] }