{ "info": { "author": "Santiago Fraire Willemoes", "author_email": "santiwilly@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: POSIX", "Operating System :: Unix", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Utilities" ], "description": "========\nOverview\n========\n\n\n\nsmall cli tool to study using fl\n\n* Free software: BSD license\n\n\n.. image:: docs/out.gif\n\n\nInstallation\n============\n\n::\n\n pip3 install python-flashcards\n\nWhat flashcards are\n===================\n\n A flashcard or flash card is a set of cards bearing information, as words or numbers, on either or both sides, used in classroom drills or in private study. One writes a question on a card and an answer overleaf. `[Wikipedia] `_\n\nHow does this work\n==================\n\n``python-flashcards`` is a small tool, which receives cards from a ``YAML`` file, and shows them in a random order so you can practice.\n\n``YAML`` format:\n\n.. code-block:: yaml\n\n -\n topic: The topic I will say out loud\n content: The information I'll check after saying out loud what I know\n keywords: reference, words\n -\n topic: Python\n content: Is a widely used high-level programming language for general-purpose programming,\n created by Guido van Rossum and first released in 1991.\n keywords: programming, language\n\n\nBeing ``keyword`` the only optional.\n\nUsage\n=====\n\nLet's supouse ``anatomy.yaml`` is your file with information related to anatomy.\n\n::\n\n flashcards anatomy.yaml\n\n\nIf you want the cards in order:\n\n::\n\n flashcards --ordered meds.yaml\n\nIf you want to show the hide the topic instead of the content:\n\n::\n\n flashcards --inverted meds.yaml\n\nFor more help:\n\n::\n\n flashcards -h\n\n\nDocumentation\n=============\n\nhttps://python-flashcards.readthedocs.io/\n\nDevelopment\n===========\n\nTo run the all tests run::\n\n tox\n\nNote, to combine the coverage data from all the tox environments run:\n\n.. list-table::\n :widths: 10 90\n :stub-columns: 1\n\n - - Windows\n - ::\n\n set PYTEST_ADDOPTS=--cov-append\n tox\n\n - - Other\n - ::\n\n PYTEST_ADDOPTS=--cov-append tox\n\n\nChangelog\n=========\n\n0.3.0 (2018-11-27)\n------------------\n* Add ability to hide topic instead of content.\n\n0.1.0 (2017-03-31)\n------------------\n\n* First release on PyPI.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/woile/flashcards", "keywords": "flashcards", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "python-flashcards", "package_url": "https://pypi.org/project/python-flashcards/", "platform": "", "project_url": "https://pypi.org/project/python-flashcards/", "project_urls": { "Homepage": "https://github.com/woile/flashcards" }, "release_url": "https://pypi.org/project/python-flashcards/0.3.0/", "requires_dist": [ "PyYAML (==3.12)", "future (==0.16.0)" ], "requires_python": "", "summary": "small cli tool to study using flashcards", "version": "0.3.0" }, "last_serial": 4542478, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "593e1410630671878e9dd808005ef611", "sha256": "7acc6951ef1224e621aee9716b4ba8f1d5f0277420089ce74a8153a75ec70f6f" }, "downloads": -1, "filename": "python-flashcards-0.1.0.tar.gz", "has_sig": false, "md5_digest": "593e1410630671878e9dd808005ef611", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 73477, "upload_time": "2017-04-07T16:13:49", "url": "https://files.pythonhosted.org/packages/d0/4b/57801910160e98d336db4ef698dadff5421679e02cc3a0a2fcc940b581c8/python-flashcards-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "bf27d2e028d47a082aed09323e748223", "sha256": "e6d513d70a5d2ed17e99525b116066db71b11569fe1a662b75a7faec90b27d49" }, "downloads": -1, "filename": "python-flashcards-0.2.0.tar.gz", "has_sig": false, "md5_digest": "bf27d2e028d47a082aed09323e748223", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 73683, "upload_time": "2017-05-05T22:09:28", "url": "https://files.pythonhosted.org/packages/9b/d3/6e7050b29b9ecb9e06d0eb3d53df829b373a4ec44b49415c99a43f606f4a/python-flashcards-0.2.0.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "5abf4648475586636c82d4dfee1a460d", "sha256": "8973f41b5fa12ce47e3dda7760f6d56ef12a60eb0f7f55d0d34d25ac70a6d12b" }, "downloads": -1, "filename": "python_flashcards-0.3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5abf4648475586636c82d4dfee1a460d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 10636, "upload_time": "2018-11-29T10:52:11", "url": "https://files.pythonhosted.org/packages/b1/ec/80646c6e1638240515e7c855b9ea743ff339f9a4a6f9e167d0dc0c82bc6b/python_flashcards-0.3.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "38be8f179b0fab034254c54894b9e991", "sha256": "b466a773a32c88c6cbff6f7d66b331e3ed2568c6dfd65993c5d206cd7f5fcc72" }, "downloads": -1, "filename": "python-flashcards-0.3.0.tar.gz", "has_sig": false, "md5_digest": "38be8f179b0fab034254c54894b9e991", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 74136, "upload_time": "2018-11-29T10:52:13", "url": "https://files.pythonhosted.org/packages/8a/1d/d12af771b92990cb2eae6dcd22310a9747d82c2f0ccb7651f3bbcc2ea85a/python-flashcards-0.3.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5abf4648475586636c82d4dfee1a460d", "sha256": "8973f41b5fa12ce47e3dda7760f6d56ef12a60eb0f7f55d0d34d25ac70a6d12b" }, "downloads": -1, "filename": "python_flashcards-0.3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5abf4648475586636c82d4dfee1a460d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 10636, "upload_time": "2018-11-29T10:52:11", "url": "https://files.pythonhosted.org/packages/b1/ec/80646c6e1638240515e7c855b9ea743ff339f9a4a6f9e167d0dc0c82bc6b/python_flashcards-0.3.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "38be8f179b0fab034254c54894b9e991", "sha256": "b466a773a32c88c6cbff6f7d66b331e3ed2568c6dfd65993c5d206cd7f5fcc72" }, "downloads": -1, "filename": "python-flashcards-0.3.0.tar.gz", "has_sig": false, "md5_digest": "38be8f179b0fab034254c54894b9e991", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 74136, "upload_time": "2018-11-29T10:52:13", "url": "https://files.pythonhosted.org/packages/8a/1d/d12af771b92990cb2eae6dcd22310a9747d82c2f0ccb7651f3bbcc2ea85a/python-flashcards-0.3.0.tar.gz" } ] }