{ "info": { "author": "Rousseau Alexandre", "author_email": "rousseaualexandre.lyon@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: Microsoft :: Windows :: Windows 7", "Programming Language :: Python", "Programming Language :: Python :: 3.5", "Topic :: Communications", "Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Writer\n=======\n\nA simply class to normalize all outputs in console\n\nInstalation\n-----------\n\n### Old School\n\n git clone https://github.com/madeindjs/writer.git\n cd writter\n python setup.py install\n\n### New School\n\n pip install writer\n\n\n### API usage\n\n\n~~~Python\n>>> from writer import Writer\n>>> Writer.title('Hellow World!')\n--------------------------------------------------------------------------------\n Hellow World! \n--------------------------------------------------------------------------------\n>>> Writer.unsorted_list('hello', 'world', 'how r U?')\n - hello\n - world\n - how r U?\n>>> Writer.sorted_list('hello', 'world', 'how r U?')\n 0 - hello\n 1 - world\n 2 - how r U?\n>>> Writer.ask_int('give me an integer!')\ngive me an integer! (must be an integer)? ...a\ngive me an integer! (must be an integer)? ...b\ngive me an integer! (must be an integer)? ...1\n>>> Writer.event('Something hapend..')\n[x] Something hapend..\n>>> Writer.event('Something goes wrong..', False)\n[ ] Something goes wrong..\n~~~\n\nTo Do\n-----\n\n* add units test (I know. I should begin with this..)\n* support colors\n\nAuthor\n------\n\n[Rousseau Alexandre][madeindjs]\n\nLicense\n-------\n\n[MIT](https://opensource.org/licenses/MIT)\n\nHistory\n-------\n\n### 0.1.4 on 2016-08-29\n\nInitial commit\n\n\n[madeindjs]: https://github.com/madeindjs/", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/madeindjs/writer", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "Writer", "package_url": "https://pypi.org/project/Writer/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/Writer/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/madeindjs/writer" }, "release_url": "https://pypi.org/project/Writer/0.1.4/", "requires_dist": null, "requires_python": null, "summary": "a simply class used to normalize all inputs/outputs in console", "version": "0.1.4" }, "last_serial": 2366200, "releases": { "0.1.4": [] }, "urls": [] }