{ "info": { "author": "Roland|Chima", "author_email": "Rolandazim@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: Education", "Intended Audience :: System Administrators", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Code Generators", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "\n.. contents::\n :depth: 2\n\nIntroduction\n--------------\n\nIgbo is an indigenous language popularly spoken in Nigeria, Ibolang is a full \nextension of the Igbo language in Python. \nWith Ibolang, you can write and run python like programs in Igbo\n\nIbolang acts like python 3 and plays like python 3, it maintains all the python syntax \nand methods.\nuser could use it to learn programming in their native language.\n\nExample\n----------\nibolang is highly user friendly, the following is a simple \"HelloWorld\" program\n\n deputa(\"Uwa Aloo\")\n\n\n running this, will diplay\n\n Uwa Aloo \n\nto console, which translated to English is \"Hello World\"\n\nyou can code more complex code by installing ibolang to your PC:\n\n\nTo run programs is as simple as:\n\n $ ibolang filename.ibl\n\n from your preferred shell or command line \n\n you can go through the dictionary on: \n * https://github.com/ORC-1/ibolang/blob/master/dictionary.txt\n\n to get an exhaustive list of all currently available commands and there English translation\n\nInstall\n----------\n\nIf you'd like to play Ibolang with full features included, you should install Ibolang.\n\nYou could use pip or easy_install command to install Ibolang:\n\n\t$ pip install Ibolang \n\n\t\t\tor\n\n $ easy_install -U Ibolang\n\nto use easy_install command, you should install distribute module for python 3 first:\n\nhttp://pypi.python.org/pypi/distribute/\n\nAnd check your system path params if it contains python3.x/bin path.\n\nex: edit .bashrc to include \"/Library/Frameworks/Python.framework/Versions/3.x/bin\" in your PATH parameter.\n\nFor sytem running multiple version of python, you are better of using a virtual enviroment\nwith Ibolang:\n\n\t$ conda create -n Ibolang python==3.XX\n\n\t\t\tor using Virtualenv\n\n\t$ virtualenv ibolang python==3.XX \n\nLastly you can clone the repo using this url https://github.com/ORC-1/ibolang.git : navigate to the folder path and run python setup.py \nCopy the source files into your script folder, you should highly consider using \na virtual enviroment if you are using this option and the previous options are better \noff\n\n\n\nChange Log\n-------------\n\nYou could view the ChangeLog to see what's new in these version.\n\n * https://github.com/ORC-1/ibolang/blob/master/CHANGELOG.txt\n\n\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/ORC-1/ibolang", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ORC-1/ibolang", "keywords": "traditional,simplified,Igbo,Afrocode,language,tokenize", "license": "See https://www.python.org/psf/license/", "maintainer": "", "maintainer_email": "", "name": "ibolang", "package_url": "https://pypi.org/project/ibolang/", "platform": "", "project_url": "https://pypi.org/project/ibolang/", "project_urls": { "Download": "https://github.com/ORC-1/ibolang", "Homepage": "https://github.com/ORC-1/ibolang" }, "release_url": "https://pypi.org/project/ibolang/0.0.2/", "requires_dist": [ "setuptools" ], "requires_python": "", "summary": "programming language in Igbo", "version": "0.0.2" }, "last_serial": 4811372, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "ee59ff39b4d5ea1cc9f3ed61d0a37d6b", "sha256": "db2ed61fa098a66caf6018323cc1310c08db7efc0535319f2debdb0412841c4c" }, "downloads": -1, "filename": "ibolang-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "ee59ff39b4d5ea1cc9f3ed61d0a37d6b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 7875, "upload_time": "2019-02-12T15:14:54", "url": "https://files.pythonhosted.org/packages/81/a1/c75cf59b94bdb3683a6938c5f936f503898f05f50e873e6cb2487a604a91/ibolang-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5c6af4c69c190d96e3f640e4f8bb57fa", "sha256": "9c10a6fb72a1476ed61aac120d751295ddc9477f03ca6ae536986d28afd9e71f" }, "downloads": -1, "filename": "ibolang-0.0.1.tar.gz", "has_sig": false, "md5_digest": "5c6af4c69c190d96e3f640e4f8bb57fa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6860, "upload_time": "2019-02-12T15:14:57", "url": "https://files.pythonhosted.org/packages/a9/eb/548f91589f70a71849c74db184f5ab4af0af376fc4ee569749d0a88f6ceb/ibolang-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "cd35b5ec7005a4786c1f9dfd6e0c1755", "sha256": "2708320c70978f06c48f7fc1d1162128b7bf94f4c0b5073bebd5797474cddd2c" }, "downloads": -1, "filename": "ibolang-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "cd35b5ec7005a4786c1f9dfd6e0c1755", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 7867, "upload_time": "2019-02-12T15:26:38", "url": "https://files.pythonhosted.org/packages/40/f4/500201fafdd4ee7968eca1c31ed33ee265202da1d9f3a15248c9d37b5a0b/ibolang-0.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1085a035ec99dd03eb62260c562c24b6", "sha256": "7f0161b542fa7f8d276e950c311df1004366379a78f004dd460cfbb6bad561b5" }, "downloads": -1, "filename": "ibolang-0.0.2.tar.gz", "has_sig": false, "md5_digest": "1085a035ec99dd03eb62260c562c24b6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6848, "upload_time": "2019-02-12T15:26:39", "url": "https://files.pythonhosted.org/packages/35/99/22a7c897478e5ce38961c8cf31bcd9189eb4f7de7ae785d0fca4dd089037/ibolang-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cd35b5ec7005a4786c1f9dfd6e0c1755", "sha256": "2708320c70978f06c48f7fc1d1162128b7bf94f4c0b5073bebd5797474cddd2c" }, "downloads": -1, "filename": "ibolang-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "cd35b5ec7005a4786c1f9dfd6e0c1755", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 7867, "upload_time": "2019-02-12T15:26:38", "url": "https://files.pythonhosted.org/packages/40/f4/500201fafdd4ee7968eca1c31ed33ee265202da1d9f3a15248c9d37b5a0b/ibolang-0.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1085a035ec99dd03eb62260c562c24b6", "sha256": "7f0161b542fa7f8d276e950c311df1004366379a78f004dd460cfbb6bad561b5" }, "downloads": -1, "filename": "ibolang-0.0.2.tar.gz", "has_sig": false, "md5_digest": "1085a035ec99dd03eb62260c562c24b6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6848, "upload_time": "2019-02-12T15:26:39", "url": "https://files.pythonhosted.org/packages/35/99/22a7c897478e5ce38961c8cf31bcd9189eb4f7de7ae785d0fca4dd089037/ibolang-0.0.2.tar.gz" } ] }