{ "info": { "author": "Valentin Niess", "author_email": "valentin.niess@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 1 - Planning", "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Topic :: Scientific/Engineering :: Physics" ], "description": "# A ctypes interface to the TURTLE library\n( **T**opographic **U**tilities for t**R**ansporting par**T**icules over\n **L**ong rang**E**s )\n\n## Description\n\nThis is yet an incomplete Python interface to the [TURTLE][TURTLE] library.\nIt is a pure Python package using ctypes. Note that it does not ship with\n[TURTLE][TURTLE] which must be installed separately.\n\nCurrently only the `turtle_ecef` and `turtle_map` objects have been\nencapsulated, as `cturtle.Ecef` and `cturtle.Map` Python classes. Feel free to\ncontribute with a [pull request][PR] if you need other [TURTLE][TURTLE] objects\nto be integrated.\n\n## Installation\n\nFrom [PyPi][PyPi], e.g. using `pip`:\n```bash\npip install --user cturtle\n```\nOne can also do a manual install by copying the [cturtle.py][cturtle] source\nfile.\n\nIn addition the [TURTLE][TURTLE] library **must** be installed separately as a\nshared library in a visible location, e.g. registered to `LD_LIBRARY_PATH`\non nix.\n\n## License\n\nThe TURTLE library and the present Python interface are under the **GNU\nLGPLv3** license. See the provided [`LICENSE`][LICENSE] and\n[`COPYING.LESSER`][COPYING] files.\n\n\n[TURTLE]: https://niess.github.io/turtle-pages\n[PR]: https://github.com/niess/turtle-python/pulls\n[PyPi]: https://pypi.org/project/cturtle\n[cturtle]: https://github.com/niess/turtle-python/blob/master/cturtle/cturtle.py\n[LICENSE]: https://github.com/niess/turtle-python/blob/master/LICENSE\n[COPYING]: https://github.com/niess/turtle-python/blob/master/COPYING.LESSER\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/niess/turtle-python", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "cturtle", "package_url": "https://pypi.org/project/cturtle/", "platform": "", "project_url": "https://pypi.org/project/cturtle/", "project_urls": { "Homepage": "https://github.com/niess/turtle-python" }, "release_url": "https://pypi.org/project/cturtle/0.0.6/", "requires_dist": null, "requires_python": "", "summary": "A ctypes interface to the TURTLE library", "version": "0.0.6" }, "last_serial": 4487045, "releases": { "0.0.6": [ { "comment_text": "", "digests": { "md5": "c87a345bbc2e18d0370c5652a74e088e", "sha256": "76f3c0b9adb96ba10ec4d3544a132cc8adfea34d9c6da9d6fab074a2d18fe1c8" }, "downloads": -1, "filename": "cturtle-0.0.6-py2-none-any.whl", "has_sig": false, "md5_digest": "c87a345bbc2e18d0370c5652a74e088e", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 19751, "upload_time": "2018-11-14T21:16:20", "url": "https://files.pythonhosted.org/packages/c5/c2/a3f988c47858e63e38b7318d0fc6cc5bd4709d20257ef354428136887743/cturtle-0.0.6-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "674d964e24da9e4c15cf4a189407e483", "sha256": "a535a66e3e0a0aecdceac154fde845b7c66502aa6ff3172d8132005becc07d8a" }, "downloads": -1, "filename": "cturtle-0.0.6.tar.gz", "has_sig": false, "md5_digest": "674d964e24da9e4c15cf4a189407e483", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18562, "upload_time": "2018-11-14T21:16:22", "url": "https://files.pythonhosted.org/packages/14/99/c23f7b86887c6dc3041c18d9b346029a66b94ea20bb5d17c769e1c3c42a8/cturtle-0.0.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c87a345bbc2e18d0370c5652a74e088e", "sha256": "76f3c0b9adb96ba10ec4d3544a132cc8adfea34d9c6da9d6fab074a2d18fe1c8" }, "downloads": -1, "filename": "cturtle-0.0.6-py2-none-any.whl", "has_sig": false, "md5_digest": "c87a345bbc2e18d0370c5652a74e088e", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 19751, "upload_time": "2018-11-14T21:16:20", "url": "https://files.pythonhosted.org/packages/c5/c2/a3f988c47858e63e38b7318d0fc6cc5bd4709d20257ef354428136887743/cturtle-0.0.6-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "674d964e24da9e4c15cf4a189407e483", "sha256": "a535a66e3e0a0aecdceac154fde845b7c66502aa6ff3172d8132005becc07d8a" }, "downloads": -1, "filename": "cturtle-0.0.6.tar.gz", "has_sig": false, "md5_digest": "674d964e24da9e4c15cf4a189407e483", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18562, "upload_time": "2018-11-14T21:16:22", "url": "https://files.pythonhosted.org/packages/14/99/c23f7b86887c6dc3041c18d9b346029a66b94ea20bb5d17c769e1c3c42a8/cturtle-0.0.6.tar.gz" } ] }