{ "info": { "author": "Amorilia", "author_email": "amorilia@users.sourceforge.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Software Development :: Code Generators", "Topic :: System :: Software Distribution" ], "description": "bdist_nsi\n=========\n\nThe bdist_nsi module extends Python's distutils module with a bdist_nsi \nsetup command to create binary Windows installers for Python modules, \nbased on NSIS. Thereby, bdist_nsi brings all the features of NSIS to \nWindows installers for Python modules, such as silent install, modern \nuser interface, and internationalization. \n\nIn action\n---------\n\nTake a look at the `screenshots `_.\n\nWhat you need\n-------------\n\nBesides Python and the bdist_nsi module, you will need `NSIS `_. It can be run under windows and linux (see NSIS forum for instructions).\n\nInstallation\n------------\n\nThe latest version can always be downloaded from https://sourceforge.net/projects/bdist-nsi/files.\n\nTo install from source, simply run::\n\n python setup.py install\n\nUsage\n-----\n\nAdd ``bdist_nsi`` option to your setup.py file.\n\nIn your projects setup.py::\n\n try:\n import bdist_nsi\n except ImportError:\n pass\n\n nsis_options = {} # your nsis options\n setup(\n name='your application name', \n version='0.0.x',\n author='your name',\n author_email='your email',\n url='http://yourdomain.com/',\n options={'bdist_nsi': nsis_options, }, \n license='your license',) # your setup options\n\nYou can create installer ``python setup.py bdist_nsi`` command.\n\nIf the makensis executable is not installed in one of the usual\nlocations (``/usr/bin``, ``C:\\Program Files\\NSIS``, or\n``C:\\Program Files (x86)\\NSIS``), then you can specify the\nNSIS folder with the *--nsis-dir* option, or just add *-k* to have a look\nat the temporary generated files.\n\nDevelopment\n-----------\n\nDevelopment happens at github, http://github.com/amorilia/bdist_nsi/. Fork at will!", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://bdist-nsi.sourceforge.net/", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "bdist_nsi", "package_url": "https://pypi.org/project/bdist_nsi/", "platform": "any", "project_url": "https://pypi.org/project/bdist_nsi/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://bdist-nsi.sourceforge.net/" }, "release_url": "https://pypi.org/project/bdist_nsi/0.1.5/", "requires_dist": null, "requires_python": null, "summary": "Create NSIS windows installers for Python modules.", "version": "0.1.5" }, "last_serial": 786769, "releases": { "0.1.1": [], "0.1.2": [], "0.1.3": [], "0.1.4": [ { "comment_text": "", "digests": { "md5": "80f663ddd6284adaa5f717093e3f1ec2", "sha256": "7dc8c5b9de1bc6434f7a530192566b09d8fd22d8bd8ae00210a0291319855230" }, "downloads": -1, "filename": "bdist_nsi-0.1.4.zip", "has_sig": false, "md5_digest": "80f663ddd6284adaa5f717093e3f1ec2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 56388, "upload_time": "2012-10-27T12:03:19", "url": "https://files.pythonhosted.org/packages/fc/d3/f610bac853f25b2e80285f31ab0b1912984bccc16f83a20babc0cec11afa/bdist_nsi-0.1.4.zip" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "bd96c2903b575b2f7c799dfebbfc144f", "sha256": "2122b47410166f57110c0b7d783c75abc5fb075fd22eb4903779fcf344d70293" }, "downloads": -1, "filename": "bdist_nsi-0.1.5.zip", "has_sig": false, "md5_digest": "bd96c2903b575b2f7c799dfebbfc144f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 58317, "upload_time": "2012-10-27T12:08:53", "url": "https://files.pythonhosted.org/packages/66/0a/c3b3ae490f6b8852b2110839d44e2eacceee56c82f2792217e08f4ea154e/bdist_nsi-0.1.5.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "bd96c2903b575b2f7c799dfebbfc144f", "sha256": "2122b47410166f57110c0b7d783c75abc5fb075fd22eb4903779fcf344d70293" }, "downloads": -1, "filename": "bdist_nsi-0.1.5.zip", "has_sig": false, "md5_digest": "bd96c2903b575b2f7c799dfebbfc144f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 58317, "upload_time": "2012-10-27T12:08:53", "url": "https://files.pythonhosted.org/packages/66/0a/c3b3ae490f6b8852b2110839d44e2eacceee56c82f2792217e08f4ea154e/bdist_nsi-0.1.5.zip" } ] }