{ "info": { "author": "Enigma Bridge", "author_email": "info@enigmabridge.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Internet :: WWW/HTTP", "Topic :: Security" ], "description": "EnigmaBridge Installer\n======================\n\nThis python installer helps with deploying `EnigmaBridge `__ products to the virtual machines.\nFor now we support\n\n- EJBCA (PKI) deployment\n- Private Space deployment (VPN + other services)\n\nFeatures\n========\n\n- OpenVPN\n- EJBCA 6.3.1.1 with MySQL backend\n- JBoss EAP 6.4 with LetsEncrypt HTTPS certificate\n- SoftHSMv1-EnigmaBridge PKCS#11 adapter\n- EnigmaBridge Dynamic DNS for AWS\n\nSoftHSMv1-EnigmaBridge PKCS#11 adapter\n--------------------------------------\n\n`SoftHSMv1-EB `__ is a\nPKCS#11 interface for `EnigmaBridge `__\nservices. Using this adapter one can use our services using the generic\nPKCS#11 interface without need to modify the software.\n\nLike in EJBCA case, there is no need to modify the software which\nsupports PKCS#11, just plug our adapter to it and it starts working.\n\nOne can for example generate RSA keys via PKCS#11 adapter and call\nencrypt, decrypt, sign, verify operations on it. The keys are securely\nstored on EnigmaBridge servers, in the secure hardware. The\ncryptographic operation itself is performed in the secure hardware in a\ntransparent way.\n\nDynamic DNS\n-----------\n\nAmazon provides IP address to your EC2 instance from the IP pool. This\nkind of address is re-allocated after your instance is turned off. After\nnext start it will get a new IP address.\n\nUsually its convenient to have a static IP so you can map it to the\ndomain name or put in the config files, manuals, etc... You can buy\nAmazon Elastic IP which remains static even after instance restart or\nyou can use our `EnigmaBridge `__ Dynamic DNS\nfeature for the AWS.\n\nDuring the initialization we allocate a new domains for your running\ninstance, e.g., sunderland1.pki.enigmabridge.com. It has A record\npointing to your current IP address.\n\nAfter you restart your instance, our script is started. It connects to\nour DNS server and updates the A record for your domain in a secure way\n- request is signed with the key generated when domain was created.\n\nTime to live of the record is 600 seconds so after the restart the\nhostname is updated in 10 minutes.\n\nIn this way you will get the static DNS name even if your IP changes.\n\nRequirements\n============\n\nGenerally the host need to have TCP port 443 open for LetsEncrypt domain\nverification. Without that you won't get valid SSL certificate for your\nCA domain and you won't be able to access administration console of your\nEJBCA installation in a secure way.\n\nThe EJBCA itself runs on TCP port 8443. It depends on you how you set\nit. It don't necessarily have to be open to the world-fine. Its enough\nif you can access it somehow. e.g., it's possible to access EJBCA admin\nvia SSH tunnel. ``ssh -L 8443:localhost:8443 ami_ip``\n\nInit\n====\n\nThe init command starts a new fresh installation. If a previous\ninstallation is present it asks user whether to proceed, backups the old\ninstallation databases and config files and installs a new one.\n\nUpdating\n========\nTo keep the installer and packages up to date we employ several mechanisms for updating.\n\n- Auto-updating wrapper scritps, similar principle used in Letsencrypt.\n\n - Autoupdate via ``/bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/EnigmaBridge/ebstall-update/master/update.sh)\"``\n - Autoupdate via ``pip install --upgrade ebstall``\n\n- Updating EJBCA via our `deployment server `__\n\nSystem packages\n===============\n\nEjabberd not in repos, using RPMs:\nhttps://www.process-one.net/downloads/downloads-action.php?file=/ejabberd/17.04/ejabberd-17.04-0.x86_64.rpm\n\n\nTroubleshooting\n===============\n\nError in installation of dependencies (cryptography, pyOpenSSL):\n``sorry, but this version only supports 100 named groups``\n[`100-named-groups `__]\n\nSolution: Install downgraded version of pycparser and pyOpenSSL:\n\n::\n\n pip install pycparser==2.13\n pip install pyOpenSSL==0.13\n pip install cryptography\n\nYou may need to install some deps for the python packages\n\n::\n\n yum install gcc g++ openssl-devel libffi-devel dialog\n\nSNI on Python < 2.7.9\n---------------------\n\nTLS SNI support was added to Python. For earlier versions SNI needs to\nbe added to Requests networking library.\n\n::\n\n pip install urllib3\n pip install pyopenssl\n pip install ndg-httpsclient\n pip install pyasn1\n\nMac OSX installation\n--------------------\n\nFor new OSX versions (El Capitan and above) the default system python\ninstallation cannot be modified with standard means. There are some\nworkarounds, but one can also use ``--user`` switch for pip.\n\n::\n\n pip install --user cryptography\n\nPIP update appdirs error\n------------------------\n\nPip may have a problem with updating appdirs due to missing directory. It helps to update this package manually\n\n::\n\n pip install --upgrade --no-cache appdirs", "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/EnigmaBridge/ebstall.py", "keywords": null, "license": "MIT License\n\nCopyright (c) 2016 Enigma bridge\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.", "maintainer": null, "maintainer_email": null, "name": "ebstall", "package_url": "https://pypi.org/project/ebstall/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/ebstall/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/EnigmaBridge/ebstall.py" }, "release_url": "https://pypi.org/project/ebstall/1.3.11/", "requires_dist": null, "requires_python": null, "summary": "Enigma Bridge Installer", "version": "1.3.11" }, "last_serial": 2890118, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "34cb61e04e974f9ad7b54155f12aa60f", "sha256": "1e5ca6725f3f39da95a8145d9b840676e7a509864c9e33f8210e24236e1e0a51" }, "downloads": -1, "filename": "ebstall-0.1.0.tar.gz", "has_sig": false, "md5_digest": "34cb61e04e974f9ad7b54155f12aa60f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 85290, "upload_time": "2017-02-28T07:19:47", "url": "https://files.pythonhosted.org/packages/30/3f/957c459908ec1990c6e320ecc9f3769eea1a715aefe23297c5e4afb92447/ebstall-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "7e54f8e30a579635c69d082e03e6147f", "sha256": "6561b8258ca09cda25ba39b2a6cd62b5d2e5976523405c5c7817c4f98f7bd193" }, "downloads": -1, "filename": "ebstall-0.1.1.tar.gz", "has_sig": false, "md5_digest": "7e54f8e30a579635c69d082e03e6147f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 86215, "upload_time": "2017-02-28T09:12:48", "url": "https://files.pythonhosted.org/packages/f4/7a/c37bc9e88f2dd94d0b3a74f9c66069766b0986dc5f086f6f4bfe966a5eae/ebstall-0.1.1.tar.gz" } ], "0.1.11": [ { "comment_text": "", "digests": { "md5": "e71f64ba9265c97fd14a2bea4de42a2c", "sha256": "f43b3240cde61a56e7d294c5e1fd9772063b1521dd97804c1b0f7896b9eb2094" }, "downloads": -1, "filename": "ebstall-0.1.11.tar.gz", "has_sig": false, "md5_digest": "e71f64ba9265c97fd14a2bea4de42a2c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 103337, "upload_time": "2017-03-08T11:51:48", "url": "https://files.pythonhosted.org/packages/6f/8b/dea3917809d0d1f9dbda2639d8e33b61acbf46b1c9698559fbbcfce0e88e/ebstall-0.1.11.tar.gz" } ], "0.1.12": [ { "comment_text": "", "digests": { "md5": "e4ebbb1fb8ca27f41ccdc5ad741d05f4", "sha256": "aaa61c906333502e771d76e005ec5cde035952a519dbc066f03a58f95a5df95c" }, "downloads": -1, "filename": "ebstall-0.1.12.tar.gz", "has_sig": false, "md5_digest": "e4ebbb1fb8ca27f41ccdc5ad741d05f4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 103332, "upload_time": "2017-03-08T12:57:41", "url": "https://files.pythonhosted.org/packages/c3/9b/7b57f13690bd1e93fbf9462b5b824d7de018a1e74b13069a1a912ac70e20/ebstall-0.1.12.tar.gz" } ], "0.1.13": [ { "comment_text": "", "digests": { "md5": "60e7bb7cf07b12e2777740d833c6530b", "sha256": "d5a7dc8b93aba50bab33d3cf5a5657a7134ea24549437808dd3c903ddbb46a31" }, "downloads": -1, "filename": "ebstall-0.1.13.tar.gz", "has_sig": false, "md5_digest": "60e7bb7cf07b12e2777740d833c6530b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 103942, "upload_time": "2017-03-08T17:04:27", "url": "https://files.pythonhosted.org/packages/30/4d/4aaeb0d1f7f47ece3e874d1b07c5e7c1d6ed622a551b76c48543c344e7d3/ebstall-0.1.13.tar.gz" } ], "0.1.14": [ { "comment_text": "", "digests": { "md5": "d66126d34539e256253b8f0cc1817b9d", "sha256": "743da755916420db510def92772b3cefb1e922679670b2c7d00834e4acfdf60f" }, "downloads": -1, "filename": "ebstall-0.1.14.tar.gz", "has_sig": false, "md5_digest": "d66126d34539e256253b8f0cc1817b9d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 103959, "upload_time": "2017-03-09T17:53:25", "url": "https://files.pythonhosted.org/packages/c2/d0/e1af20af12bb7cd4938238bd0954ba2063a14c71435d44072998d77733c9/ebstall-0.1.14.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "95ca0cb17522e21979eaeae2a3068617", "sha256": "0f60f75564cc722cf1aa4f5a1230d42e46220c50af48a6a651f81062078af6b5" }, "downloads": -1, "filename": "ebstall-0.1.3.tar.gz", "has_sig": false, "md5_digest": "95ca0cb17522e21979eaeae2a3068617", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 86706, "upload_time": "2017-02-28T13:42:22", "url": "https://files.pythonhosted.org/packages/fa/cd/d8c810fa6fddfc33c06db93cdaad3254713ab4f0e5b1c39bd78801b7af7e/ebstall-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "d3a7033eaac6549b6d0753c31fec128c", "sha256": "e18fe3055c84fee36e77bc405393c6e989bf3b0540c0ae4a9f721bed90841030" }, "downloads": -1, "filename": "ebstall-0.1.4.tar.gz", "has_sig": false, "md5_digest": "d3a7033eaac6549b6d0753c31fec128c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 93339, "upload_time": "2017-02-28T15:17:31", "url": "https://files.pythonhosted.org/packages/75/ef/ae5b75ca853d8630194df5e9d0d7ad9f18b620ee1d6a0f2faed47b67ff69/ebstall-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "19e5ffdc62afd1428b5567b2e2208d03", "sha256": "762781a3f040291d6f560ce6e09cb6f223a27fe2e6621a76066ff253f075265b" }, "downloads": -1, "filename": "ebstall-0.1.5.tar.gz", "has_sig": false, "md5_digest": "19e5ffdc62afd1428b5567b2e2208d03", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 93360, "upload_time": "2017-02-28T18:46:15", "url": "https://files.pythonhosted.org/packages/5c/b4/0ea100f831cb675b2160c43971920313e174adfafc60d0cd46e3807bd499/ebstall-0.1.5.tar.gz" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "1cd36a1c9d00ecd4c3e12ff8a9c2f537", "sha256": "c699cd56ae4cb655405673a39541f0521827d1db4a5a0fbc9f4c830b42400f9b" }, "downloads": -1, "filename": "ebstall-0.1.6.tar.gz", "has_sig": false, "md5_digest": "1cd36a1c9d00ecd4c3e12ff8a9c2f537", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 93928, "upload_time": "2017-03-01T22:24:22", "url": "https://files.pythonhosted.org/packages/57/f9/b6424248b07686aa8b3de6ec994924730d1a1be179fe362b6927797cd521/ebstall-0.1.6.tar.gz" } ], "0.1.7": [ { "comment_text": "", "digests": { "md5": "f86bec24afb63c9cd738a6053ae269e2", "sha256": "63f9afd3ef10ca94e1d84371fb297dcebbefc15ba25254a96b09afbc6db87da2" }, "downloads": -1, "filename": "ebstall-0.1.7.tar.gz", "has_sig": false, "md5_digest": "f86bec24afb63c9cd738a6053ae269e2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 94134, "upload_time": "2017-03-01T23:48:28", "url": "https://files.pythonhosted.org/packages/d0/40/b477c08b2b484e0b56943ca0c62b51a621d3955f3bebc6e59924f639ffb2/ebstall-0.1.7.tar.gz" } ], "0.1.8": [ { "comment_text": "", "digests": { "md5": "60e79dc46bb0d47b70f3a620fb218c73", "sha256": "da71f2bf98696c3f2d7d2ba62d33b54654374e83a729c3c1874f59a32b41c413" }, "downloads": -1, "filename": "ebstall-0.1.8.tar.gz", "has_sig": false, "md5_digest": "60e79dc46bb0d47b70f3a620fb218c73", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 94454, "upload_time": "2017-03-02T20:28:46", "url": "https://files.pythonhosted.org/packages/bc/3f/7d480edea440aa3d6e381ec9acae3244f8150dd40956e3bd421316bb93ee/ebstall-0.1.8.tar.gz" } ], "0.1.9": [ { "comment_text": "", "digests": { "md5": "093665887cfc39767c4e2f8f08a7f211", "sha256": "14c4efd4e4c9212e6dd02684b0f6ba192d96018391ecd2a0880a950bae19a9fc" }, "downloads": -1, "filename": "ebstall-0.1.9.tar.gz", "has_sig": false, "md5_digest": "093665887cfc39767c4e2f8f08a7f211", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 103315, "upload_time": "2017-03-08T10:51:20", "url": "https://files.pythonhosted.org/packages/12/54/bd36ddb45dea94402a5efcb7b07a8be444c5d123ac4b12dd2d2663c1d0a9/ebstall-0.1.9.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "3a031db6cff237eee58bc8214ea73395", "sha256": "9f656d6804947a1c961f119bc696a38474b467002d02fe986d8d939129a4e530" }, "downloads": -1, "filename": "ebstall-1.0.0.tar.gz", "has_sig": false, "md5_digest": "3a031db6cff237eee58bc8214ea73395", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 104079, "upload_time": "2017-03-10T07:40:35", "url": "https://files.pythonhosted.org/packages/48/25/09ade372bc4e7e355de4e56ad432fc7bfe9d13e23e721e0438641fa9a250/ebstall-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "ba0b7d01f099b64505c51c1254515cdc", "sha256": "c9ced3f68f77f4a3150757c1ede8706ae7e4731f716935b9049080436177c082" }, "downloads": -1, "filename": "ebstall-1.0.1.tar.gz", "has_sig": false, "md5_digest": "ba0b7d01f099b64505c51c1254515cdc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 104200, "upload_time": "2017-03-14T20:30:26", "url": "https://files.pythonhosted.org/packages/3f/e9/d1f40d4b67a63a1afc378771a58ddffd679e8b320bc106c5d106962a6881/ebstall-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "60c4770fbcdc4de7df938e2035fdd456", "sha256": "9362fddbe70baab3dc1eb91f4410645e57214ce0452ffca275cce5d44456739f" }, "downloads": -1, "filename": "ebstall-1.0.2.tar.gz", "has_sig": false, "md5_digest": "60c4770fbcdc4de7df938e2035fdd456", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 104297, "upload_time": "2017-03-16T11:26:59", "url": "https://files.pythonhosted.org/packages/ff/d8/0725015854aa6f89bfea4609489e4fc7ac82ff2e14eac32344288f1554ab/ebstall-1.0.2.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "cf1f7f490f56b7caece741af9502a7ec", "sha256": "640465d9dd3d7531dd57b88b006d0ae9548cb8060501829d0bb0d0a7f2a248ab" }, "downloads": -1, "filename": "ebstall-1.0.3.tar.gz", "has_sig": false, "md5_digest": "cf1f7f490f56b7caece741af9502a7ec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 104303, "upload_time": "2017-03-19T06:18:03", "url": "https://files.pythonhosted.org/packages/9d/e5/2fbde3eb2cada425793232f5e28a79a829bfb3cb2294d388549e7f1c28df/ebstall-1.0.3.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "98f2cf8ebac8002f14752fd754df2fd6", "sha256": "77caa65e8579c0cdda10245ae42f23784e87a3c29d6c74f6fa908342c0f300d2" }, "downloads": -1, "filename": "ebstall-1.1.0.tar.gz", "has_sig": false, "md5_digest": "98f2cf8ebac8002f14752fd754df2fd6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 108379, "upload_time": "2017-03-21T22:59:11", "url": "https://files.pythonhosted.org/packages/2b/ed/ef20046396286361d5c3c091bd74123186f090ef84a3f3cf53a020138cdd/ebstall-1.1.0.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "57be0b05ab8595eea6e3fb27ab4a8e86", "sha256": "4d58fc9145f98add66bdf9ada1bb4ae9bbad556851a21bfd06d321e436ad6e63" }, "downloads": -1, "filename": "ebstall-1.1.1.tar.gz", "has_sig": false, "md5_digest": "57be0b05ab8595eea6e3fb27ab4a8e86", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 108398, "upload_time": "2017-03-23T10:16:03", "url": "https://files.pythonhosted.org/packages/d5/5d/e4ad16fdfa09b2cb038dd19d9eb5ee7a8799e7efa9a29d148e073b23e103/ebstall-1.1.1.tar.gz" } ], "1.2.1": [ { "comment_text": "", "digests": { "md5": "b00068902ccb31d1cb6d245880a049a1", "sha256": "923d163bf828780fb5db17eb85ea257d3f81e3f68d636ea579c3d3c31ba4fd57" }, "downloads": -1, "filename": "ebstall-1.2.1.tar.gz", "has_sig": false, "md5_digest": "b00068902ccb31d1cb6d245880a049a1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 116559, "upload_time": "2017-04-03T12:03:33", "url": "https://files.pythonhosted.org/packages/25/c6/3bdbee517592933cfd003f5bdbae49b1329d8c5d379a4df11780bd29fdda/ebstall-1.2.1.tar.gz" } ], "1.2.2": [ { "comment_text": "", "digests": { "md5": "2a85c33332cb537dd2361f43934e3daf", "sha256": "47fdf6019cdf9365e1f6c4c8a086993ef17429b14d9c2d6b2aebe9de9ccf3ebb" }, "downloads": -1, "filename": "ebstall-1.2.2.tar.gz", "has_sig": false, "md5_digest": "2a85c33332cb537dd2361f43934e3daf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 116628, "upload_time": "2017-04-03T12:30:11", "url": "https://files.pythonhosted.org/packages/21/34/8b748e7e9c6c7284bd2712856a13d80317956a3c05e64bcea38bbebd5592/ebstall-1.2.2.tar.gz" } ], "1.2.3": [ { "comment_text": "", "digests": { "md5": "98235068f620fd5945c725c963e5b239", "sha256": "2d0903e24dd23630279801e3043cfe1b4ae05cc0502900c64aa50178edfb4947" }, "downloads": -1, "filename": "ebstall-1.2.3.tar.gz", "has_sig": false, "md5_digest": "98235068f620fd5945c725c963e5b239", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 116640, "upload_time": "2017-04-04T15:10:40", "url": "https://files.pythonhosted.org/packages/ab/a4/b3f0e0b063d183da17bb5b53a28fd73d4a0696a0978a05863080f1b1c8fd/ebstall-1.2.3.tar.gz" } ], "1.2.4": [ { "comment_text": "", "digests": { "md5": "750b26e563adab940cd6251c288ffeb9", "sha256": "c617573c372d136b37c6e7fc4c0ed02980c2a9cae1c5b5f87730194e678037e6" }, "downloads": -1, "filename": "ebstall-1.2.4.tar.gz", "has_sig": false, "md5_digest": "750b26e563adab940cd6251c288ffeb9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 118449, "upload_time": "2017-04-11T15:03:13", "url": "https://files.pythonhosted.org/packages/b8/7f/e9ec950fd29a840801e4f65b97adaa888db277a8d907f156fd689e8eac3b/ebstall-1.2.4.tar.gz" } ], "1.2.5": [ { "comment_text": "", "digests": { "md5": "3d4b9aab5433a82fed56e0ef826f7765", "sha256": "7299377f917c9cc5ada36bf755093c5eb6ef982c7ae10d93b71237d6b62f7897" }, "downloads": -1, "filename": "ebstall-1.2.5.tar.gz", "has_sig": false, "md5_digest": "3d4b9aab5433a82fed56e0ef826f7765", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 122345, "upload_time": "2017-04-19T08:36:09", "url": "https://files.pythonhosted.org/packages/4e/b1/3eb364dc0c46fc8a8dd04974ad94d37777693551b969af6cbe17b3ef24c4/ebstall-1.2.5.tar.gz" } ], "1.2.6": [ { "comment_text": "", "digests": { "md5": "ab780bdf9d342d747b63af66b1418ebd", "sha256": "e46622939bfcecc9f0a44fd569fd2296b99c456b7ce5b3a867d9e119da0f4e7c" }, "downloads": -1, "filename": "ebstall-1.2.6.tar.gz", "has_sig": false, "md5_digest": "ab780bdf9d342d747b63af66b1418ebd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 127165, "upload_time": "2017-04-19T16:34:26", "url": "https://files.pythonhosted.org/packages/1f/a0/04c963b9d798105ab8249e93ed5b62ea6738d569be86972c43595dd4947b/ebstall-1.2.6.tar.gz" } ], "1.2.7": [ { "comment_text": "", "digests": { "md5": "4940630c195aba9e2d8b00d99200ae50", "sha256": "23da71b479923f34894808551431b6d79b8ef519b74873aca0e0b253305f2db6" }, "downloads": -1, "filename": "ebstall-1.2.7.tar.gz", "has_sig": false, "md5_digest": "4940630c195aba9e2d8b00d99200ae50", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 127265, "upload_time": "2017-04-25T07:58:24", "url": "https://files.pythonhosted.org/packages/a8/71/e8230ebce3daee05d35d291f17db1dbb9fb3554c115d2a873c0190eed707/ebstall-1.2.7.tar.gz" } ], "1.3.0": [ { "comment_text": "", "digests": { "md5": "ef7e23749fb3a64521beb2ee39c0c874", "sha256": "c81050d17b1d3d6b00681ad1d160c4fd9d288fefe89f1918a1b0c7a820d462a0" }, "downloads": -1, "filename": "ebstall-1.3.0.tar.gz", "has_sig": false, "md5_digest": "ef7e23749fb3a64521beb2ee39c0c874", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 138767, "upload_time": "2017-05-11T09:48:15", "url": "https://files.pythonhosted.org/packages/bf/69/bf831232b0cf600748049c0ec903ba5f26fa7cf995ad1a072ea2e82c4d29/ebstall-1.3.0.tar.gz" } ], "1.3.1": [ { "comment_text": "", "digests": { "md5": "f030ccb00579b81be3cabc909bd2c634", "sha256": "2bc7cfe6b5c55e6253427bcf1e450685269a86cf40c7a08aff116e5d3e5ab878" }, "downloads": -1, "filename": "ebstall-1.3.1.tar.gz", "has_sig": false, "md5_digest": "f030ccb00579b81be3cabc909bd2c634", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 138853, "upload_time": "2017-05-14T21:28:40", "url": "https://files.pythonhosted.org/packages/0e/e2/94afaf492ea680f1f2da533d57163852819b5a73a9638a5df31c707714c5/ebstall-1.3.1.tar.gz" } ], "1.3.10": [ { "comment_text": "", "digests": { "md5": "df1142ad9ed8d2c7faee1ec1caa656fe", "sha256": "19fb97768096fbc10b14f9de5657a5f076af447db4f19fa11d86a5f4098f2821" }, "downloads": -1, "filename": "ebstall-1.3.10.tar.gz", "has_sig": false, "md5_digest": "df1142ad9ed8d2c7faee1ec1caa656fe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 141806, "upload_time": "2017-05-22T07:38:07", "url": "https://files.pythonhosted.org/packages/02/f1/0deb13b54a3d1d932033576b309fb76efc9245f6c83d6b071c9ee081a525/ebstall-1.3.10.tar.gz" } ], "1.3.11": [ { "comment_text": "", "digests": { "md5": "b623f54a70989c502871bb7643eeffaa", "sha256": "76364e882c8dcb5cab1562def54ca7022f3f14c3abb42d9838d4a546b21a801b" }, "downloads": -1, "filename": "ebstall-1.3.11.tar.gz", "has_sig": false, "md5_digest": "b623f54a70989c502871bb7643eeffaa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 141821, "upload_time": "2017-05-22T08:23:39", "url": "https://files.pythonhosted.org/packages/13/d4/a8e3732adb02c6bbeac282109d453d19453254039f090ea68af6511e9eaa/ebstall-1.3.11.tar.gz" } ], "1.3.2": [ { "comment_text": "", "digests": { "md5": "ee926e9cd4006cf4d0bb5ca66272bb34", "sha256": "30f4c82e513730773a06efcee7083954997d86258c7c7ced489816c1646f1389" }, "downloads": -1, "filename": "ebstall-1.3.2.tar.gz", "has_sig": false, "md5_digest": "ee926e9cd4006cf4d0bb5ca66272bb34", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 138858, "upload_time": "2017-05-14T21:34:37", "url": "https://files.pythonhosted.org/packages/ba/07/cd568a54622646742f18b596d686a45abac5dd2aa854935c47002b6c2498/ebstall-1.3.2.tar.gz" } ], "1.3.3": [ { "comment_text": "", "digests": { "md5": "54a8ad54c5106557b1e3754b21aa03a9", "sha256": "a48b1af25a4b03459b713dc66415667501bcf300952a8757f31199b958f8550e" }, "downloads": -1, "filename": "ebstall-1.3.3.tar.gz", "has_sig": false, "md5_digest": "54a8ad54c5106557b1e3754b21aa03a9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 138901, "upload_time": "2017-05-14T21:45:12", "url": "https://files.pythonhosted.org/packages/11/5e/521b693475bfab53db0397374803e005bb60eacb808ac55d2e54b26aeb62/ebstall-1.3.3.tar.gz" } ], "1.3.4": [ { "comment_text": "", "digests": { "md5": "f7e26f10b11a3ad69a83c962e2017c25", "sha256": "d675424dfb0a0effd64782afcc8758deaf60216677d43c2b62a63ad407cf44b5" }, "downloads": -1, "filename": "ebstall-1.3.4.tar.gz", "has_sig": false, "md5_digest": "f7e26f10b11a3ad69a83c962e2017c25", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 138884, "upload_time": "2017-05-14T21:52:07", "url": "https://files.pythonhosted.org/packages/70/70/f0d1cca68cb787558039bbe8d5e7d061e4395085c967541d4315d8258b5f/ebstall-1.3.4.tar.gz" } ], "1.3.5": [ { "comment_text": "", "digests": { "md5": "2c17ea90e85d7b55015253cf3a8f2d72", "sha256": "b635ac64f884bfb340d9209bc247ef79bc46e7cfbb591069314ddd9ad8e9baf7" }, "downloads": -1, "filename": "ebstall-1.3.5.tar.gz", "has_sig": false, "md5_digest": "2c17ea90e85d7b55015253cf3a8f2d72", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 140715, "upload_time": "2017-05-15T12:44:44", "url": "https://files.pythonhosted.org/packages/a5/ae/a0c86d4c974ec589632a396b02cfb8cecc77b4652902b68a1f2c49271881/ebstall-1.3.5.tar.gz" } ], "1.3.7": [ { "comment_text": "", "digests": { "md5": "d803651da76991f96c9b825a20459c3f", "sha256": "34beff29d01b40df2cd430023b59d881c2de419d55719f272bf32983531d7a0c" }, "downloads": -1, "filename": "ebstall-1.3.7.tar.gz", "has_sig": false, "md5_digest": "d803651da76991f96c9b825a20459c3f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 140829, "upload_time": "2017-05-15T13:53:01", "url": "https://files.pythonhosted.org/packages/53/21/6f1c6e10e6d60d4b94124d1193b463cc9337bf31e0abc77442d53396248c/ebstall-1.3.7.tar.gz" } ], "1.3.8": [ { "comment_text": "", "digests": { "md5": "59c0111af73b1b20d21a990ea41c7ecf", "sha256": "681b3e0ea012149a7b7de354b8e49615cdf21bf2af0fe37d13d1f721c1ef31e8" }, "downloads": -1, "filename": "ebstall-1.3.8.tar.gz", "has_sig": false, "md5_digest": "59c0111af73b1b20d21a990ea41c7ecf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 141185, "upload_time": "2017-05-16T10:33:23", "url": "https://files.pythonhosted.org/packages/11/ac/306d6977b3fba6d088c352fb01d5f74282fa01860223b36c2195a6718e9f/ebstall-1.3.8.tar.gz" } ], "1.3.9": [ { "comment_text": "", "digests": { "md5": "31f9ab95de2b26f621522edb316d7d18", "sha256": "32e181141f993b1bdec613826aacdc8bac6801c9e2fd0a96ff2c1f2da5aee418" }, "downloads": -1, "filename": "ebstall-1.3.9.tar.gz", "has_sig": false, "md5_digest": "31f9ab95de2b26f621522edb316d7d18", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 141792, "upload_time": "2017-05-18T10:06:27", "url": "https://files.pythonhosted.org/packages/6b/b9/1499a6bc08c3b1af6ff1d10713dfd8d944d4dbadac60461cd4d0e36b44b2/ebstall-1.3.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b623f54a70989c502871bb7643eeffaa", "sha256": "76364e882c8dcb5cab1562def54ca7022f3f14c3abb42d9838d4a546b21a801b" }, "downloads": -1, "filename": "ebstall-1.3.11.tar.gz", "has_sig": false, "md5_digest": "b623f54a70989c502871bb7643eeffaa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 141821, "upload_time": "2017-05-22T08:23:39", "url": "https://files.pythonhosted.org/packages/13/d4/a8e3732adb02c6bbeac282109d453d19453254039f090ea68af6511e9eaa/ebstall-1.3.11.tar.gz" } ] }