{ "info": { "author": "S\u00e9lim Menouar", "author_email": "selim.menouar@rez-gif.supelec.fr", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3 :: Only", "Topic :: Games/Entertainment", "Topic :: Games/Entertainment :: Arcade" ], "description": "Stepmania Server\n================\n\n.. start-badges\n\n.. list-table::\n :stub-columns: 1\n\n * - docs\n - |docs|\n * - tests\n - | |travis| |appveyor|\n * - package\n - |version| |supported-versions| |license|\n\n.. |docs| image:: https://readthedocs.org/projects/stepmania-server/badge/?version=latest\n :alt: Documentation Status\n :target: https://stepmania-server.readthedocs.io/\n\n.. |travis| image:: https://travis-ci.org/ningirsu/stepmania-server.svg?branch=master\n :alt: Travis-CI Build Status\n :target: https://travis-ci.org/ningirsu/stepmania-server\n\n.. |appveyor| image:: https://ci.appveyor.com/api/projects/status/github/ningirsu/stepmania-server?branch=master&svg=true\n :alt: AppVeyor Build Status\n :target: https://ci.appveyor.com/project/ningirsu/stepmania-server\n\n.. |version| image:: https://img.shields.io/pypi/v/smserver.svg?style=flat\n :alt: PyPI Package latest release\n :target: https://pypi.python.org/pypi/smserver\n\n.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/smserver.svg?style=flat\n :alt: Supported versions\n :target: https://pypi.python.org/pypi/smserver\n\n.. |license| image:: https://img.shields.io/pypi/l/smserver.svg?style=flat\n :alt: License\n :target: https://pypi.python.org/pypi/smserver\n\n.. end-badges\n\nSMServer is an implementation of a stepmania server in python3.\n\nThe goal is to provide a simple server implementation which can easily be adapt to your need.\n\nRequirement\n-----------\n\nSMServer only support python3.3 and higher. It use:\n\n* PYYaml\n* SQLAlchemy\n* asyncio\n\n\nInstallation\n------------\n\nInstall the server using pip, or directly from source:\n\n.. code-block:: console\n\n $ python3 setup.py install\n\nor\n\n.. code-block:: console\n\n $ pip install smserver\n\n\nConfiguration\n-------------\n\nThe server will come with a default configuration file located in:\n\n.. code-block:: console\n\n $ /etc/smserver/conf.yml\n\n\nBy default, the server will use a sqlite database. To change it adapt the database section of the configuration file.\n\nEG for mysql:\n\n.. code-block:: yaml\n\n database:\n type: \"mysql\"\n user: \"stepmania\"\n password: \"*******\"\n database: \"stepmania\"\n host: \"localhost\"\n port:\n driver: \"pymysql\"\n\nTo launch the server just type:\n\n.. code-block:: console\n\n $ smserver\n\nFor more information check the `docs `_\n\nLicense\n-------\n\nThis software is licensed under the MIT License. See the LICENSE file in the top distribution directory for the full license text.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/ningirsu/stepmania-server", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "smserver", "package_url": "https://pypi.org/project/smserver/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/smserver/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/ningirsu/stepmania-server" }, "release_url": "https://pypi.org/project/smserver/1.0.0/", "requires_dist": null, "requires_python": null, "summary": "An implementation of a Stepmania server", "version": "1.0.0" }, "last_serial": 2252436, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "e989d081f3eec5c1f8664d1586bd14b2", "sha256": "5457726732fa4a0db9f3a5d58d29ba9db7796927aaf054b6fafdf26e4ebe1943" }, "downloads": -1, "filename": "smserver-0.0.1.tar.gz", "has_sig": false, "md5_digest": "e989d081f3eec5c1f8664d1586bd14b2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20639, "upload_time": "2016-06-03T18:08:11", "url": "https://files.pythonhosted.org/packages/84/41/8a899849c47c8934e612eaad5ff3d4fa5b4725d1249c2bd57c3a936c8e5f/smserver-0.0.1.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "58091837ab224c2728f7db9b00b1e697", "sha256": "8c688f32ff8616bd9a05b2b6f8e431c7341dcfae5b57b512f7e9ee4353db8321" }, "downloads": -1, "filename": "smserver-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "58091837ab224c2728f7db9b00b1e697", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 68254, "upload_time": "2016-07-30T07:24:51", "url": "https://files.pythonhosted.org/packages/0b/4b/4dbd43c91bae87ad4489a1743d11fcacac833a7f37dd7bae1f6ffe968ff9/smserver-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "783513f7f2b256e145d049c90bd7436b", "sha256": "a01b71507d42c528e0999fc704f453cd5900ca38c8385fbd1fff4ffe23f324a9" }, "downloads": -1, "filename": "smserver-1.0.0.tar.gz", "has_sig": false, "md5_digest": "783513f7f2b256e145d049c90bd7436b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44252, "upload_time": "2016-07-30T07:24:48", "url": "https://files.pythonhosted.org/packages/d7/b1/fd239d47f8b6d979e813c0cb97783eb26080ac208fd298f8da6324287359/smserver-1.0.0.tar.gz" } ], "1.0.0.beta1": [ { "comment_text": "", "digests": { "md5": "8e942fbae4c3ffe83cb109e28b7ef4b4", "sha256": "93f09326b7288f795c38938cdff88c70280bb6b4dd87d07db78450bb2d37c79c" }, "downloads": -1, "filename": "smserver-1.0.0.beta1.tar.gz", "has_sig": false, "md5_digest": "8e942fbae4c3ffe83cb109e28b7ef4b4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28190, "upload_time": "2016-06-18T17:23:34", "url": "https://files.pythonhosted.org/packages/06/3c/1360c654a2af35178fde77e84fd0e4976ec883d1ea041de3cd8f926b4abf/smserver-1.0.0.beta1.tar.gz" } ], "1.0.0.rc2": [ { "comment_text": "", "digests": { "md5": "215e30c4e58c37b35577fdaca6c9783c", "sha256": "21c0bed0021d1b59cb0dba87af6ddab4f92bf79f0705231d554aa7555e855d36" }, "downloads": -1, "filename": "smserver-1.0.0.rc2.tar.gz", "has_sig": false, "md5_digest": "215e30c4e58c37b35577fdaca6c9783c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37985, "upload_time": "2016-07-14T15:24:38", "url": "https://files.pythonhosted.org/packages/35/3f/12b66d9e470d0700082685aada6e5da44a203520ff5441dc40b526f4a6ee/smserver-1.0.0.rc2.tar.gz" } ], "1.0.0.rc3": [ { "comment_text": "", "digests": { "md5": "88073ca8bc2ba37174673f9a10e5dbaa", "sha256": "5063e42ec050ba2d64ed037c8e117b9cf36648796bea470de1c5fe1cf52c3477" }, "downloads": -1, "filename": "smserver-1.0.0.rc3.tar.gz", "has_sig": false, "md5_digest": "88073ca8bc2ba37174673f9a10e5dbaa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39820, "upload_time": "2016-07-16T09:24:49", "url": "https://files.pythonhosted.org/packages/8d/bf/969d75691fe6fe1dabe4410c57779522ecc09d03310d725d515e019d154a/smserver-1.0.0.rc3.tar.gz" } ], "1.0.0.rc4": [ { "comment_text": "", "digests": { "md5": "7348fa977ffba16292314cf19cc68ad4", "sha256": "313c06e039b96d284b1cb306d8aaa12163b0e445fe7a478c0b5b48c509f07cd5" }, "downloads": -1, "filename": "smserver-1.0.0.rc4-py3-none-any.whl", "has_sig": false, "md5_digest": "7348fa977ffba16292314cf19cc68ad4", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 64843, "upload_time": "2016-07-19T11:44:29", "url": "https://files.pythonhosted.org/packages/8f/f8/2f67ad88eac1121a8507610c3a0a275f75278cd334618b803f83a9a203ae/smserver-1.0.0.rc4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "90e276815f20402580c1d1f38c026514", "sha256": "4e1bb1b5cf05aff1cacdedd0fd77ee29dc647b240c5058fb20ba71225a680f59" }, "downloads": -1, "filename": "smserver-1.0.0.rc4.tar.gz", "has_sig": false, "md5_digest": "90e276815f20402580c1d1f38c026514", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41087, "upload_time": "2016-07-18T21:17:09", "url": "https://files.pythonhosted.org/packages/e8/84/fed3f51ccdcb3f5bac7eb2dd474fb749bc2ec0b6996c2c961340ea6c43d3/smserver-1.0.0.rc4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "58091837ab224c2728f7db9b00b1e697", "sha256": "8c688f32ff8616bd9a05b2b6f8e431c7341dcfae5b57b512f7e9ee4353db8321" }, "downloads": -1, "filename": "smserver-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "58091837ab224c2728f7db9b00b1e697", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 68254, "upload_time": "2016-07-30T07:24:51", "url": "https://files.pythonhosted.org/packages/0b/4b/4dbd43c91bae87ad4489a1743d11fcacac833a7f37dd7bae1f6ffe968ff9/smserver-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "783513f7f2b256e145d049c90bd7436b", "sha256": "a01b71507d42c528e0999fc704f453cd5900ca38c8385fbd1fff4ffe23f324a9" }, "downloads": -1, "filename": "smserver-1.0.0.tar.gz", "has_sig": false, "md5_digest": "783513f7f2b256e145d049c90bd7436b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44252, "upload_time": "2016-07-30T07:24:48", "url": "https://files.pythonhosted.org/packages/d7/b1/fd239d47f8b6d979e813c0cb97783eb26080ac208fd298f8da6324287359/smserver-1.0.0.tar.gz" } ] }