{ "info": { "author": "Lucia Software", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Environment :: MacOS X", "Environment :: Win32 (MS Windows)", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Games/Entertainment", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "# lucia\nAn audio game engine written in python\n\n### Goals:\nThe goal of lucia is to change the audio game creation method from the now old and no longer maintained bgt, to python.\nLucia should not act as a starting game, but as a base, that a high quality game can be build upon.\nIn addition lucia should be cross platform, At Least on windows and mac.\n> Code / dependencies that doesn't meet these requirements cannot be a part of lucia.\n\n### Folder explenations:\n* Lucia - the main lucia engine.\n* lucia/audio - Audio handling.\n* lucia/interface - things that pop onto the screen (like menus, edit fields and dialogs).\n* lucia/utils - things coded into the engine, but not necessarily required in every game.\nAnd in addition\n* doc - documentation for lucia (auto generated)\n* examples - Examples that showcases different things that can be done with lucia.\n* web - The advanced documentation and use cases for lucia.\n* tests - tests for lucia.\n\n\n### Installing lucia\nThere's the to default ways to install lucia.\nThrough pip\n\n```\npip install lucia\n```\n\nOr the manual way\n\n```\ngit clone https://github.com/LuciaSoftware/lucia.git\ncd lucia\npython setup.py install\n```\n\n\n### Building / Running:\n#### Running tests:\nTo run the tests run the following command:\n```\npython setup.py test\n```\n\n#### Generating documentation:\nTo generate Lucia's documentation, you first need to install Sphinx\n\n```\npip install Sphinx\n```\n\nafter go into the \"doc\" folder:\n```\ncd doc\n```\n\nAnd run:\n```\n./make.bat\n```\n\n\n#### Generating the advanced documentation and use cases (web):\nTo generate the web documentation (the one found in \"web\") you first need to install mkdocs.\n\n```\npip install mkdocs\n```\n\nafter go into the \"web\" folder:\n\n```\ncd web\n```\n\nAnd run:\n\n```\nmkdocs build\n```\n\n\nAlternatively, you can also view a local demo of the docs by executing the following command:\n\n```\nmkdocs serve\n```\n\n\n### Contributing\nEveryone is welcome to help improve Lucia, to start look at the opened issues, and go from there.\nIf you feel lucia is missing something, do open an issue and we'll take it from there.\n\n\n### License:\nCopyright (C) 2019 LuciaSoftware and it's contributors.\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU Lesser General Public License as published by\nthe Free Software Foundation, version 3 of the License.\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU Lesser General Public License for more details.\nYou should have received a copy of the GNU Lesser General Public License\nalong with this program. If not, see https://github.com/LuciaSoftware/lucia/blob/master/LICENSE.", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/LuciaSoftware/lucia", "keywords": "audiogame bgt lucia python python3 luciasoftware", "license": "LGPL", "maintainer": "", "maintainer_email": "", "name": "lucia", "package_url": "https://pypi.org/project/lucia/", "platform": "", "project_url": "https://pypi.org/project/lucia/", "project_urls": { "Homepage": "http://github.com/LuciaSoftware/lucia" }, "release_url": "https://pypi.org/project/lucia/1.0.0/", "requires_dist": null, "requires_python": "", "summary": "A cross platform, feature rich audio game engine written in Python.", "version": "1.0.0" }, "last_serial": 5972451, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "907af3c17dd5323ffc35cde070d2306d", "sha256": "bdd8743ac9212b023d442ae70503de31a567632320cd987c07e3495571783686" }, "downloads": -1, "filename": "lucia-1.0.0.tar.gz", "has_sig": false, "md5_digest": "907af3c17dd5323ffc35cde070d2306d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3766849, "upload_time": "2019-10-14T17:18:50", "url": "https://files.pythonhosted.org/packages/93/fa/8506cbbcec7b8af7bbc11d934c9970626114adc2c0eaaa95c71a4bd6115f/lucia-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "907af3c17dd5323ffc35cde070d2306d", "sha256": "bdd8743ac9212b023d442ae70503de31a567632320cd987c07e3495571783686" }, "downloads": -1, "filename": "lucia-1.0.0.tar.gz", "has_sig": false, "md5_digest": "907af3c17dd5323ffc35cde070d2306d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3766849, "upload_time": "2019-10-14T17:18:50", "url": "https://files.pythonhosted.org/packages/93/fa/8506cbbcec7b8af7bbc11d934c9970626114adc2c0eaaa95c71a4bd6115f/lucia-1.0.0.tar.gz" } ] }