{ "info": { "author": "Mirko M\u00e4licke", "author_email": "mirko.maelicke@felis.uni-freiburg.de", "bugtrack_url": null, "classifiers": [], "description": "Python II lecture notes\n=======================\n\nSupplementary material, lecture notes and exercises for the Python II\nlecture at University of Freiburg.\n\nThis module will install all requirements needed for the lecture.\n\n\nInstallation\n~~~~~~~~~~~~\n\nBasically, all lectures are in the *.ipynb* format of version 4.\nTherefore you need Jupyter to view them. The most straitforward way to install the package\nis using pip from your desired target environment like:\n\n.. code-block:: bash\n\n pip install felis_python2\n\nThis will install the requirements and the lecture notes to the `site-packages` folder of the target\nPython environment. The module does include some auxiliary functions to use the notebooks from there.\nAlternatively, it can also be downloaded from github and installed manually like:\n\n.. code:: bash\n\n ~$ git clone https://github.com/mmaelicke/felis_python2.git\n ~$ cd felis_python2\n ~$ pip install -r requirements.txt\n ~$ cd lectures\n ~$ jupyter notebook\n\n\nUsage\n~~~~~\n\nThere are also two auxiliary functions included in the package. If installed using pip, `felis_python2` can\nbe imported. The `run` function will start a Jupyter notebook server at the correct location and open a browser.\nThe `copy` function takes a path and will copy the lecute notes notebooks to that specific path.\n\n.. code-block:: python\n\n from felis_python2 import run, copy\n\n # to copy the notebooks to another location\n copy('my/new/location')\n\n # to run them from the site-packages\n run()\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "felis-python2", "package_url": "https://pypi.org/project/felis-python2/", "platform": "", "project_url": "https://pypi.org/project/felis-python2/", "project_urls": null, "release_url": "https://pypi.org/project/felis-python2/0.1.1/", "requires_dist": null, "requires_python": "", "summary": "Lecture notes for Python 2 at University of Freiburg.", "version": "0.1.1" }, "last_serial": 3083245, "releases": { "0.0.5": [ { "comment_text": "", "digests": { "md5": "583ff9c3d856b0db3e02a00b2685ba3d", "sha256": "815bbbe89caff156f9c1e04f38d710122b7b026fa01661f7b629d2e2f8c08d5b" }, "downloads": -1, "filename": "felis_python2-0.0.5.tar.gz", "has_sig": false, "md5_digest": "583ff9c3d856b0db3e02a00b2685ba3d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3497642, "upload_time": "2017-06-04T08:58:43", "url": "https://files.pythonhosted.org/packages/e7/40/0b43d914b62ce214be50a89a3034cb374612ededba34b33b944d5bee72c9/felis_python2-0.0.5.tar.gz" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "87609c434184a8c0bffb546711fe346c", "sha256": "ba07a76768d2c75b59bd6354711f6c559a57848522ef09599ef749236041b87c" }, "downloads": -1, "filename": "felis_python2-0.0.6.tar.gz", "has_sig": false, "md5_digest": "87609c434184a8c0bffb546711fe346c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3498528, "upload_time": "2017-06-06T11:56:31", "url": "https://files.pythonhosted.org/packages/92/67/d1f75b7e518d70177713f1f38d5c83a89645a7ace1edc53a21969f914741/felis_python2-0.0.6.tar.gz" } ], "0.0.7": [ { "comment_text": "", "digests": { "md5": "6387e8f86ee9ec14db0df2e08e957708", "sha256": "8eaa032d574f1cb275c1331e12cad7f8b141872ce9e6a4c4f5ab1e8f19667301" }, "downloads": -1, "filename": "felis_python2-0.0.7.tar.gz", "has_sig": false, "md5_digest": "6387e8f86ee9ec14db0df2e08e957708", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3500413, "upload_time": "2017-06-30T06:26:18", "url": "https://files.pythonhosted.org/packages/14/a7/0a4dfda2819ab4a3731b774de72c139672cb9a9ad1b1bcefe9a5aff0970f/felis_python2-0.0.7.tar.gz" } ], "0.0.8": [ { "comment_text": "", "digests": { "md5": "7fd3797419db15bbb6e3ec83f46b00d2", "sha256": "e2415d8da00a3260790182b28786830248d3366402f631af62df09751d832583" }, "downloads": -1, "filename": "felis_python2-0.0.8.tar.gz", "has_sig": false, "md5_digest": "7fd3797419db15bbb6e3ec83f46b00d2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3514119, "upload_time": "2017-06-30T07:15:11", "url": "https://files.pythonhosted.org/packages/0d/bc/29af5df741356cbf8814ce7439abbb3eb2b8ce63947e9fe7ef86d9f3c23f/felis_python2-0.0.8.tar.gz" } ], "0.0.9": [ { "comment_text": "", "digests": { "md5": "e1184c5bcc3c03373fd769dbea4b8947", "sha256": "173a6e0f21184df8cd6885bf20658ae560cb699504dbcd5c5fae848c16b8e807" }, "downloads": -1, "filename": "felis_python2-0.0.9.tar.gz", "has_sig": false, "md5_digest": "e1184c5bcc3c03373fd769dbea4b8947", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3526320, "upload_time": "2017-08-07T15:21:38", "url": "https://files.pythonhosted.org/packages/aa/41/984af7113a3d4f420f0479eed6c57d5e6ec75394561ddffca9990be447bf/felis_python2-0.0.9.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "666dea5f9d9202ae7c25f14f8b6c4c95", "sha256": "b6f904db01698bee9c2eb2c301274a1e0d9d9993fb590b71c10aaff115d62e05" }, "downloads": -1, "filename": "felis_python2-0.1.0.tar.gz", "has_sig": false, "md5_digest": "666dea5f9d9202ae7c25f14f8b6c4c95", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3527057, "upload_time": "2017-08-07T15:31:38", "url": "https://files.pythonhosted.org/packages/aa/8a/2fc4cb0bcf8214a515d9c9cf92026b3c9ce550fcecbef89ee8f5c9467bd4/felis_python2-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "a7de877c16991c77bf00ecb5aebfacfb", "sha256": "1388e2a1ce334905b525a676ca2707b5ca47cf97e921dc1f86b08465ffef3b9a" }, "downloads": -1, "filename": "felis_python2-0.1.1.tar.gz", "has_sig": false, "md5_digest": "a7de877c16991c77bf00ecb5aebfacfb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3598640, "upload_time": "2017-08-09T05:06:23", "url": "https://files.pythonhosted.org/packages/04/1a/f9a771a018b02c9257bb1bceece578c2601eb1b2470efa8625c696610cbe/felis_python2-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a7de877c16991c77bf00ecb5aebfacfb", "sha256": "1388e2a1ce334905b525a676ca2707b5ca47cf97e921dc1f86b08465ffef3b9a" }, "downloads": -1, "filename": "felis_python2-0.1.1.tar.gz", "has_sig": false, "md5_digest": "a7de877c16991c77bf00ecb5aebfacfb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3598640, "upload_time": "2017-08-09T05:06:23", "url": "https://files.pythonhosted.org/packages/04/1a/f9a771a018b02c9257bb1bceece578c2601eb1b2470efa8625c696610cbe/felis_python2-0.1.1.tar.gz" } ] }