{ "info": { "author": "Nexedi", "author_email": "info@nexedi.com", "bugtrack_url": null, "classifiers": [ "Framework :: Buildout :: Recipe", "Programming Language :: Python" ], "description": "slapos.cookbook\n===============\n\nCookbook of SlapOS recipes.\n\n\ntesting\n=======\n\nUnit tests for recipes can be found under ``slapos/test/recipe``. To run the\ntests use provided unittest.defaultTestLoader inside ``slapos/test/test_recipe``\nby invoking \n\n python setup.py test --test-suite slapos.test.test_recipe.additional_tests\n\n\nChanges\n=======\n\n1.0.122 (2019-09-24)\n--------------------\n\n- wrapper: accept hash-files already existing inside the partition directory\n\n\n1.0.122 (2019-09-24)\n--------------------\n\n- wrapper: add hash-existing-files option\n\n\n1.0.121 (2019-09-12)\n--------------------\n\n- generic.mysql.wrap_update_mysql: prepare for MariaDB 10.4\n- publish-early: process -init entries in specified order\n- Partial support of Python 3\n- Remove unused generic.mysql recipe\n\n\n1.0.119 (2019-08-14)\n--------------------\n\n * publish_early: rework API\n\n\n1.0.118 (2019-08-13)\n--------------------\n\n* NEO: new recipe to fix/optimize propagation of the 'masters' parameter\n* publish_early: new '-update' option, keep published values out of buildout installed file\n* publish: new -publish option to list explicitly options to publish\n* re6stnet: Fix typo\n* librecipe: Try to reuse existing file to avoid excessive IO on update and other minor optimisations\n* certificate_authority: unique_subject = no\n* wrapper: handle \"=\" in environment variables' content\n \n\n1.0.92 (2019-02-21)\n-------------------\n\n* plugin recipe: improve recipe to correctly generate promise with parameters which contain control characters\n\n1.0.85 (2018-12-28)\n-----------------------\n\n* Drop ``slapos.recipe:xvfb``, use simple ``slapos.recipe:wrapper`` instead.\n* Drop ``slapos.recipe:seleniumrunner`` and ``slapos.recipe:firefox``, they\n were not used.\n* Encode unicode to UTF-8 on ``slapos.recipe:request`` and \n ``slapos.recipe:slapconfiguration`` \n\n1.0.75 (2018-09-04)\n-------------------\n\n* erp5_test: stop using erp5_test recipe\n* random: fix password generation with newlines\n* erp5testnode: enable password authentication for scalability test system\n* pbs: Ignore numerical IDs (UID/GID) when push\n* request: add requestoptional.serialised\n\n1.0.65 (2018-06-22)\n-------------------\n\n* Automatic restart of services when configuration changes\n* erp5_test: define cloudooo-retry-count value in test\n* userinfo: expose values as string\n\n1.0.62 (2018-04-10)\n-------------------\n\n* promise.plugin: new recipe for python promises plugin script generation\n\n1.0.59 (2018-03-15)\n-------------------\n* librecipe.execute: fix convert process arguments to string formatting.\n\n1.0.58 (2018-03-14)\n-------------------\n\n* generic.mysql: unregister UDFs before (re)adding UDFs\n* Remove obsolete/unused recipes.\n* neoppod: add support for new --dedup storage option.\n* Use inotify-simple instead of inotifyx.\n* erp5.test: remove duplicated code.\n* librecipe: bugfixes found by pylint, performance improvements, and major\n refactoring of executable wrappers.\n* GenericBaseRecipe.createWrapper: remove 'comments' parameter.\n* Drop the 'parameters-extra' option and always forward extra parameters.\n* wrapper: new 'private-dev-shm' option (useful for wendelin.core).\n* generic.cloudooo: OnlyOffice converter support odf.\n* erp5testnode: don't tell git to ignore SSL errors.\n\n1.0.53 (2017-09-13)\n-------------------\n\n* check_port_listening: workaround for shebang limitation, reduce to a single file\n* erp5.test: pass new --conversion_server_url option to runUnitTest\n\n1.0.52 (2017-07-04)\n-------------------\n\n* wrapper: Add option to reserve CPU core\n* slapconfiguration: Recipe reads partitions resource file\n* neoppod: add support for new --disable-drop-partitions storage option\n* random: Fix the monkeypatch in random.py to incorporate the recent changes in buildout 'get' function\n* random: Add Integer recipe.\n* librecipe.execute: Notify on file moved\n* zero_knowledge: allow to set destination folder of configuration file\n\n\n1.0.50 (2017-04-18)\n-------------------\n\n* pbs: Do not parallelize calculus when the heaviest task is IO\n* re6st-registry: Refactor integration with re6st registry\n* erp5testnode: make shellinabox reusing password file of pwgen\n\n1.0.48 (2017-01-31)\n-------------------\n\n* random-recipe: add option create-once to prevent storage file deletion by buildout\n\n1.0.45 (2017-01-09)\n-------------------\n\n* recipe: set default timeout of check url promise to 20 seconds\n\n1.0.44 (2016-12-30)\n-------------------\n\n* pbs: handles the fact that some parameters are not present when slaves are down\n* recipe: allow usage of pidfile in wrapper recipe\n* sshd: fix generation of authorized_keys\n\n1.0.43 (2016-11-24)\n-------------------\n\n* pbs: fixes trap command for dash intepreter\n* pbs: remove infinite loops from pbs scripts.\n* random.py: new file containing recipes generating random values.\n* testnode: disallow frontend access to all folders, avoiding publishing private repositories\n\n1.0.41 (2016-10-26)\n-------------------\n\n* dcron: new parameter to get a random time, with a frequency of once a day\n* softwaretype: fix parse error on '+ =' when using buildout 2\n* pbs: General Improvement and fixes.\n\n1.0.35 (2016-09-19)\n-------------------\n\n* pbs: fix/accelerates deployment of resilient instances\n* recipe: new recipe to get a free network port\n* Remove url-list parameter to download fonts from fontconfig instance\n\n1.0.31 (2016-05-30)\n-------------------\n\n* Implement cross recipe cache for registerComputerPartition\n* Fix workaround for long shebang (place script on bin)\n\n1.0.30 (2016-05-23)\n-------------------\n\n* Implement a workarround for long shebang\n* Implement Validation for user inputs ssl certificates\n\n1.0.25 (2016-04-15)\n-------------------\n\n* fixup slap configuration: provide instance and root instance title\n\n1.0.22 (2016-04-01)\n-------------------\n\n* slap configuration: provide instance and root instance title\n\n1.0.16 (2015-10.27)\n-------------------\n\n* kvm recipe: fix bugs dowload image and disk creation\n\n1.0.14 (2015-10.26)\n-------------------\n\n* kvm recipe: Allow to set keyboard layout language used by qemu and VNC\n* simplehttpserver-recipe: fix encoding error\n\nFor older entries, see https://lab.nexedi.com/nexedi/slapos/blob/a662db75cc840df9d4664a9d048ef28ebfff4d50/CHANGES.rst\n\n\ngeneric_cloudooo\n================\n\nThe generic_cloudooo recipe helps you to deploy cloudooo services with their configuration files.\n\n\nHow to use generic_cloudooo?\n----------------------------\n\nHere is an example of a section to add in your software.cfg :\n\n.. code-block:: ini\n\n [cloudooo-configuration]\n recipe = slapos.cookbook:generic_cloudooo\n configuration-file = ${directory:etc}/cloudooo.cfg\n wrapper = ${directory:services}/cloudooo\n data-directory = ${directory:srv}/cloudooo\n ip = 0.0.0.0\n port = 1234\n ooo-paster = ${directory:bin}/cloudooo_paster\n mimetype_entry_addition =\n text/html application/pdf wkhtmltopdf\n openoffice-port = 1235\n ooo-binary-path = ${directory:libreoffice-bin}/program\n environment =\n FONTCONFIG_FILE = ${fontconfig-instance:conf-path}\n PATH = ${binary-link:target-directory}\n ooo-uno-path = ${directory:libreoffice-bin}/basis-link/program\n\n\nWhere :\n\n- `configuration-file` is the path where the put the configuration file;\n- `wrapper` is the path where the put the final executable file;\n- `data-directory` is the folder where cloudooo would put it's temporary files;\n- `ip` and `port` is where cloudooo will listen to;\n- `ooo-paster` is the path of the program that will load cloudooo configuration\n and start the application;\n- `mimetype_entry_addition` is additional entries to give to the default\n mimetype registry. (see section below.) The mimetype entry list is sorted in\n order to make the global mimetype at the bottom of the list.\n (i.e. `* * ooo` > `text/* * ooo`)\n\n .. code-block:: ini\n\n mimetype_entry_addition =\n \n\n- `openoffice-port` is the port where the internal OpenOffice.org service will\n listen to;\n- `ooo-binary-path` is the path of the openoffice service executable file;\n- `environment` are environment vars to use with the openoffice binary;\n- `ooo-uno-path` is the path where UNO library is installed.\n\n\nDefault mimetype registry\n-------------------------\n\n.. code-block:: ini\n\n application/vnd.oasis.opendocument* * ooo\n application/vnd.sun.xml* * ooo\n application/pdf text/* pdf\n application/pdf * ooo\n video/* * ffmpeg\n audio/* * ffmpeg\n application/x-shockwave-flash * ffmpeg\n application/ogg * ffmpeg\n application/ogv * ffmpeg\n image/png image/jpeg imagemagick\n image/png * ooo\n image/* image/* imagemagick\n text/* * ooo\n application/zip * ooo\n application/msword * ooo\n application/vnd* * ooo\n application/x-vnd* * ooo\n application/postscript * ooo\n application/wmf * ooo\n application/csv * ooo\n application/x-openoffice-gdimetafile * ooo\n application/x-emf * ooo\n application/emf * ooo\n application/octet* * ooo\n * application/vnd.oasis.opendocument* ooo\n\n\ngeneric_varnish\n===============\n\nThis recipe creates a varnish instance dedicated for ERP5 with a web checker[1]\nset up.\n\nHow to Use generic_varnish ?\n============================\n\nOn slap console, you can instanciate varnish like this::\n \n instance = request(\n software_type='varnish',\n partition_parameter_kw={\n 'backend-url':'https://[your_backend_address]:your_backend_port',\n 'web-checker-frontend-url':'http://www.example.com',\n 'web-checker-mail-address':'web-checker-result@example.com',\n 'web-checker-smtp-host':'mail.example.com',\n }\n )\n\nbackend-url is the backend url that varnish will cache.\n\nweb-checker-frontend-url is the entry-point-url that web checker will check\nthe HTTP headers of all the pages in the web site.\n\nweb-checker-mail-address is the email address where web checker will send\nthe HTTP Cache cheking result.\n\nweb-checker-smtp-host is the smtp server to be used to send the web checker\nresult.\n\n[Note]\nWhen web-checker-* parameters are not given, web_checker will be disabled.\n\nReferences\n==========\n\n[1] web_checker (it is a part of erp5.util)\nhttp://pypi.python.org/pypi/erp5.util\nweb_checker: Web site HTTP Cache header checking tool\n\n\n\nkvm\n===\n\nkvm: Introduction\n-----------------\n\nThe erp5.recipe.kvm aims to integrate KVM setups and buildout. This recipe is \nable to download one remote image and setup a KVM environment to use it. \n\nThis recipe is also capable to reuse images or partitions already present on\ndisk to create the setup. \n\nExamples\n--------\n\nThe follow examples lists different kind of configurations.\n\n\nKVM with Remote and gzipped Image\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\n::\n\n [kvm-testing-with-remote-gzip-image]\n image = http://URL/public.mdv2010.0_x86_64.qcow2.img.gz\n\n # md5 checks are optional\n md5_download = adcff8adcff8adcff8adcff8\n md5_image = 1a4e371a4e371a4e371a4e371a4e37\n\n gzip = true\n \n # Use -hda instead -drive arg\n # Default is drive (see Options below)\n image_type = hda\n\n ### Common Configuration below. ###\n \n # VNC is optional\n kvm_vnc = :\n\n # Graphic is optional\n kvm_graphic = std\n\n \n # Define list of redirections.\n kvm_redir =\n tcp:13480::80\n \n kvm_net =\n user,hostname=publicmandriva\n nic,model=ne2k_pci\n\n # This automatically create a redirection for 13456 -> 22\n ssh_port = 13456\n ssh_key_path = /path/to/mykey.key\n\nKVM with Remote and raw Image\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\n::\n\n [kvm-testing-with-remote-raw-image]\n image = http://URL/public.mdv2010.0_x86_64.qcow2.img\n md5_download = 1a4e371a4e371a4e371a4e371a4e37\n md5_image = 1a4e371a4e371a4e371a4e371a4e37\n\n gzip = false\n\n ### The Rest Same configuration as previous ###\n\nKVM with direct local Image file\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nThis does not copy and/or download the image::\n\n [kvm-testing-with-local-image]\n\n file = /home/you/public.mdv2010.0_x86_64.qcow2.img\n md5_image = 1a4e371a4e371a4e371a4e371a4e37\n\n ### The Rest Same configuration as previous ###\n\nKVM with a linux partition\n~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nThis does not copy and/or download the image::\n\n [kvm-testing-a-linux-partition]\n\n file = /dev/sdb\n\n ### The Rest Same configuration as previous ###\n\n\nOptions\n-------\n\n\nlocation\n\n When define, it does not use buildout parts directory to allocate the image.\n\nimage\n\n URL to a remote image. \n\nfile \n\n Use file makes recipe ignore image option. You can define a path to a image\n or partion to use. \n\nimage_type \n\n You can define how the KVM will use the image with \"-hdx\" or \"-drive\". By\n default it uses drive and the result is:\n\n \"kvm -drive file=IMAGE,if=virtio,cache=none,boot=on ...\"\n\n if you use image_type=hda:\n \n \"kvm -hda IMAGE ...\" \n\ngzip\n\n If true means the image is compressed (gzipped), and the recipe will\n uncompress the image before copy it.\n\nmd5_download\n\n When defined, this values is used to verify the file downloaded.\n\nmd5_image\n\n When defined, this values is used to verify the image generated, don't use it\n when a partition is used in file parameter.\n\nkvm_vnc\n\n Define the ip-address:display used by KVM to start the VNC server. If not\n defined, no VNC port is created.\n\nkvm_redir\n\n Define port redirections to the buildout.\n\nkvm_graphic\n\n If defined it adds the \"-vga value\" at the KVM command.\n\nkvm_net\n\n Define the net definitions, each value defines one \"-net\" in kvm command.\n Example:\n \n kvm_net =\n user,hostname=publicmandriva\n nic,model=ne2k_pci\n\n It generates:\n\n \"kvm -net user,hostname=publicmandriva -net nic,model=ne2k_pci ...\"\n\nkvm_snapshot \n\n Use \"-snapshot\" when run a KVM. This not write the changes direct into the\n image. Default value is False.\n\nssh_port\n\n If defined creates a new redirection for port 22 and creates few script to\n connect to the instance.\n\nssh_hostname\n\n By default it uses localhost. You don't need to define this.\n\nssh_key_path\n\n Path to the ssh key used to connect without password to the image running.\n \nssh_user\n\n Define the server that will be used to connect to the instance. \n\nkvm_bin_directory\n\n Place where the scripts will be created. By default it uses bin-directory from\n buildout.\n\nkvm_run_directory\n\n Place where the pid file will be created, by default it uses var-directory\n from buildout.\n\n\nGenerated Commands\n------------------\n\nFew scripts are generated to you manage your KVM instance. The scripts names are\ncreated with the followed standard:\n\n KVM-PARTS-NAME-ctl\n\nCommands usage\n~~~~~~~~~~~~~~\n \nKVM-PARTS-NAME-ctl (start|stop|status|restart)\n \n This script is used to manage the KVM instance.\n\n\nKVM-PARTS-NAME-sendfile REMOTEFILE LOCALFILE\n\n Copy the local file to a remote place.\n\nKVM-PARTS-NAME-getfile REMOTEFILE LOCALFILE\n\n Copy the remote file to a local place.\n\nKVM-PARTS-NAME-runscript COMMAND\n\n Run a command into remote KVM computer.\n\n\nkvm_frontend\n=============\n\nkvm_frontend: Introduction\n---------------------------\n\nThe ``slapos.recipe.kvm_frontend`` aims to provide proxy server to KVM instances.\n\nIt allows HTTPS IPv4/IPv6 proxying (with or without domain name), and supports\nthe WebSocket technology needed for VNC-in-webapplication noVNC.\n\nIt works following the master/slave instances system. A master instance is\ncreated, containing all what is needed to run the proxy. Slave instances\nare later created, adding one line in the master instance's proxy configuration\nthat specify the IP/port to proxy to the KVM.\nThe slave instance (kvm) is then accessible from\nhttp://[masterinstanceIPorhostname]/[randomgeneratednumber]\n\n\nInstance parameters\n-------------------\n\nIncoming master instance parameters\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\n * ``port`` - Port of server, optional, defaults to 4443.\n * ``domain`` - domain name to use, optional, default to ``host.vifib.net``.\n * ``redirect_plain_http`` - if value is one of ``['y', 'yes', '1', 'true']``,\n will try to create a simple http server on port 80 redirecting to the proxy. Optional.\n\nIncoming slave instance parameters\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\n * ``host`` - KVM instance IP or hostname. Mandatory.\n * ``port`` - KVM instance port, Mandatory.\n * ``https`` - if value is one of ``['n', 'no', '0', 'false']``, will try to connect to target in plain http. Optional.\n\nConnection parameters\n---------------------\n\nOutgoing master connection parameters\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\n * ``domain_ipv6_address`` - Proxy IP\n * ``site_url`` - Proxy URL\n\nOutgoing slave connection parameters\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\n * ``site_url`` - URL of instance\n * ``domain_name`` - Domain name of proxy\n * ``port`` - Port of proxy\n\n\nlamp\n=====\n\nThe lamp recipe helps you to deploy simply a php based application on slapos. This recipe is \nable to setup mariadb, apache and apache-php for your php application, and is also capable of\nconfiguring your software during installation to ensure a full compatibility.\n\n\nHow to use lamp ?\n-----------------\n\njust add this part in your software.cfg to use the lamp.simple module\n\n.. code-block:: ini\n\n [instance-recipe]\n egg = slapos.cookbook\n module = lamp.simple\n\nyou also need to extend lamp.cfg\n\n.. code-block:: ini\n\n extends =\n https://lab.nexedi.com/nexedi/slapos/raw/slapos-0.50/stack/lamp.cfg\n\n\nlamp.runner\n===========\n\nWhen you install some software (such as prestashop) you need to remove or rename folder, with slapos you can not \naccess to the www-data directory. to do this, you need to tell to lamp recipe to remove or/and it when software \nwill be instantiated. Some software requires more than rename or delete a folder (manualy create database etc...)\nin this case you need to write a python script and lamp recipe must run it when installing your software.\n\n\n\nHow to use lamp.runner ?\n------------------------\n\nthis part of lamp recipe work with slapos.toolbox, Therefore you must add it to your recipe.\nin software.cfg, replace instance-recipe-egg part by\n\n.. code-block:: ini\n\n [instance-recipe-egg]\n recipe = zc.recipe.egg\n eggs =\n ${python-mysqlclient:egg}\n ${instance-recipe:egg}\n slapos.toolbox[lampconfigure]\n\nand add into your instance.cfg\n\n.. code-block:: ini\n\n lampconfigure_directory = ${buildout:bin-directory}/lampconfigure\n\n\nCONDITION\n----------\n\nthe action (delete, rename, script, chmod) only starts when the condition is filled.\nin instance.cfg, add:: \n\n file_token = path_of_file\n\nand the action will begin when path_of_www-data/path_of_file will be created\nyou can also use database to check condition. add ::\n\n table_name = name_of_table\n constraint = sql_where_condition\n\n``name_of_table`` is the full or partial name(in some cases we can not know the prefix used to create tables) of table\ninto mariadb databse for example ``table_name = admin``. if you use\n``name_of_table = **``, the action will begin when database is ready.\nconstraint is the sql_condition to use when search entry into name_of_table for example constraint = ``admin_id=1``\n\nyou can't use file_token and table_name at the same time, otherwise file_token will be used in priority. Beware of conditions that will never be satisfied.\n\n\n\nACTION\n-------\n\nThe action starts when condition is true\n\n1- delete file or folder into instance.cfg, use:: \n\n delete = file_or_folder1, file_or_folder2, file_or_folder3 ...\n\nfor example delete = admin \n\n2- rename file or folder\ninto instance.cfg, use \n\nrename_chmod = mode (optional)\nrename = old_name1 => new_name1, old_name2 => new_name2, ... \n\nyou can also use\nrename = old_name1, old_name2 => new_name2, ... in this case old_name1 will be rename and the new name will be chose\nby joining old_name1 and mysql_user: this should give \nrename = old_name1 => old_name1-mysql_user, old_name2 => new_name2, ...\nuse rename_chmod to apply a mode to new_name1, new_name2, ...\n\n3- Change mode of file or directory\n\nthis is usefull if you want to change the mode of files into your www-data, use \n\nchmod = file1, file2, ....\nmode = mode_to_apply (ex= 0644)\n\n4- Launch python script\n\nuse script = ${configure-script:location}/${configure-script:filename} into instance.cfg, add part configure-script\ninto software.cfg\n\n.. code-block:: ini\n\n parts = configure-script\n\n [configure-script]\n recipe = hexagonit.recipe.download\n location = ${buildout:parts-directory}/${:_buildout_section_name_}\n url = url_of_script_name.py\n filename = script_name.py\n download-only = True\n\nThe script_name.py should contain a main function, sys.argv is given to the main. you can write script_name.py like this::\n\n ...\n def setup(args):\n mysql_port, mysql_host, mysql_user, mysql_password, mysql_database, base_url, htdocs = args\n .......\n\n if __name__ == '__main__':\n setup(sys.argv[1:])\n\n\n- base_url: is the url of php software\n- htdocs: is the path of www-data directory\n- mysql_user, mysql_password, mysql_database, mysql_host: is the mariadb parameters\n\nyou can also use \"import MySQLdb\" if you want to access to database via your python script\n\nlibcloud\n========\n\nSlapified recipe to interact with any libcloud supported IaaS system\n\n\nlibrecipe\n=========\n\nThanks to using slapos.cookbook:librecipe it is easier to create zc.buildout recipes in SlapOS environment.\n\nHow to use?\n-----------\n\nIn setup.py of recipe add only one install requires to slap.lib.recipe.\n\nIn code itself subclass from slap.lib.recipe.BaseSlapRecipe.BaseSlapRecipe.\n\nUse _install hook:\n\n::\n\n from slap.lib.recipe.BaseSlapRecipe import BaseSlapRecipe\n\n class Recipe(BaseSlapRecipe):\n ...\n def _install(self):\n # refer below for list of available objects\n specific code\n of recipe\n\nAvailable variables self.:\n\n * name and options passed by zc.buildout during init\n * work_directory -- buildout's directory\n * bin_directory -- places for generated binaries\n * running_wrapper_location -- filename of wrapper to create\n * data_root_directory -- directory container for data -- inside this\n directory it is advised to create named directories for provided servers\n which needs data\n * backup_directory -- directory container for backups -- inside this\n directory it is advised o created named directories for backups, with same\n structure as in data_root_directory\n * var_directory -- container for various, unix following things:\n\n * log_directory -- container for logs\n * run_directory -- container for pidfiles and sockets\n\n * etc_directory -- place to put named files and directories of configuration\n for provided servers\n * computer_id -- id of computer\n * computer_partition_id -- if of computer partition\n * server_url - url of Vifib server\n * software_release_url -- url of software release being instantiated\n * slap -- initialised connection to Vifib server\n * computer_partition -- initialised connection to computer partition\n * request -- shortcut to computer partition request method\n\nBy default all directories are created before calling _install hook.\n\n_install method shall return list of paths which are safe to be removed by\nbuildout during part uninstallation.\n\nImportant assumptions\n---------------------\n\nBecause in SlapOS environment zc.buildout does not know when data are changed,\nrecipes shall be always uninstalled/installed. This is done during constructing\nrecipe instance which subclasses from BaseSlapRecipe.\n\n\nmkdirectory\n===========\n\nmkdirectory loops on its options and create the directory joined\n\n.. Note::\n\n Use a slash ``/`` as directory separator. Don't use system dependent separator.\n The slash will be parsed and replace by the operating system right separator.\n\n Only use relative directory to the buildout root directory.\n\nThe created directory won't be added to path list.\n\n\nThese recipes provide the ability to save some buildout parameters and their value in a custom file, inside the instance folder.\n\nIn both recipes, you HAVE TO give a filename, which will be stored at the root of the instance folder\n\n\nWriteRecipe : \n-------------\n\n* Is used to create a section (named according to the buildout section_name).\n* You can give then as much parameters you wish, with their default values.\n* Whenever you run buildout, if the parameter has yet been saved in the config file, it will do nothing.\n* If the parameter's value has changed in the config file, it won't be overwritten\n* /!\\ If you decide to change the default value of one parameter, ALL other parameters will be reseted in the config file, even if you changed it manually. Explanation : The default values aren't expected to change, except while development purposes.\n\nReadRecipe :\n\n* It fills its own section with all the options in all the sections of the config file.\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://lab.nexedi.com/nexedi/slapos", "keywords": "slapos recipe", "license": "GPLv3", "maintainer": "", "maintainer_email": "", "name": "slapos.cookbook", "package_url": "https://pypi.org/project/slapos.cookbook/", "platform": "", "project_url": "https://pypi.org/project/slapos.cookbook/", "project_urls": { "Homepage": "https://lab.nexedi.com/nexedi/slapos" }, "release_url": "https://pypi.org/project/slapos.cookbook/1.0.123/", "requires_dist": null, "requires_python": "", "summary": "SlapOS recipes.", "version": "1.0.123" }, "last_serial": 5922870, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "ab831a451e1954c227e71e216cf64f3c", "sha256": "e74399d742fa316affee3f50a16e8cf2618ecece5ea2404c7388ee2701553cdc" }, "downloads": -1, "filename": "slapos.cookbook-0.1.tar.gz", "has_sig": false, "md5_digest": "ab831a451e1954c227e71e216cf64f3c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 76039, "upload_time": "2011-05-27T13:38:24", "url": "https://files.pythonhosted.org/packages/43/9a/0b04d7d14ee71fda0b181b209bf1a1e389f8f6c312233ce16ba3a9a336df/slapos.cookbook-0.1.tar.gz" } ], "0.10": [ { "comment_text": "", "digests": { "md5": "583789665a79189e3949245a3e972779", "sha256": "84e44292506efb264a2f517a711bd151862061d3b09dbcd95b727f02c59d0025" }, "downloads": -1, "filename": "slapos.cookbook-0.10.tar.gz", "has_sig": false, "md5_digest": "583789665a79189e3949245a3e972779", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 101952, "upload_time": "2011-07-01T11:12:30", "url": "https://files.pythonhosted.org/packages/98/ee/2950e267d3ad83fb8a708d839c55cf50dd52315b69b03b154b154b4edfde/slapos.cookbook-0.10.tar.gz" } ], "0.100": [ { "comment_text": "", "digests": { "md5": "968ac16158b12629ee06f6d563270ca1", "sha256": "f86887c81587996738af79cec7d4f9d7ab23c3c0b932c85ff3f67de02f9dd5c4" }, "downloads": -1, "filename": "slapos.cookbook-0.100.tar.gz", "has_sig": false, "md5_digest": "968ac16158b12629ee06f6d563270ca1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 301038, "upload_time": "2015-04-20T11:15:11", "url": "https://files.pythonhosted.org/packages/9d/8c/bbca44a9aa7642daf6f517907add5991f2e240577c08f538d422e2717e4f/slapos.cookbook-0.100.tar.gz" } ], "0.101": [ { "comment_text": "", "digests": { "md5": "bf357357505df6065333eecc4a451cc2", "sha256": "8d2aa670bd28c101e0447834016db08c5a98cdcffef03415651ada3e3277dd1a" }, "downloads": -1, "filename": "slapos.cookbook-0.101.tar.gz", "has_sig": false, "md5_digest": "bf357357505df6065333eecc4a451cc2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 296264, "upload_time": "2015-04-29T12:45:11", "url": "https://files.pythonhosted.org/packages/cb/12/c065dc6c8bf73ad38cca87bb6378e5918f561f455af738004a7dc8f810c0/slapos.cookbook-0.101.tar.gz" } ], "0.102": [ { "comment_text": "", "digests": { "md5": "feabc90ec45eef791776ad95103a6593", "sha256": "5fe5b3b8764739f6fa0a2382eb186cb4348028d82b03b0e54ac8ebb16e7679f0" }, "downloads": -1, "filename": "slapos.cookbook-0.102.tar.gz", "has_sig": false, "md5_digest": "feabc90ec45eef791776ad95103a6593", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 301370, "upload_time": "2015-05-22T10:09:51", "url": "https://files.pythonhosted.org/packages/5b/1f/9aa514981bba4bec9b48d6ad75261bdb30709ea8755b89fc8c32a4a0a012/slapos.cookbook-0.102.tar.gz" } ], "0.103": [ { "comment_text": "", "digests": { "md5": "d8e920a3b739793cdbb0e310de1bd216", "sha256": "2cb831429fcc367558712cf35b4ceb04a133e8c3a548632475b54913a94c9440" }, "downloads": -1, "filename": "slapos.cookbook-0.103.tar.gz", "has_sig": false, "md5_digest": "d8e920a3b739793cdbb0e310de1bd216", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 304974, "upload_time": "2015-07-24T11:50:42", "url": "https://files.pythonhosted.org/packages/c0/57/4adb66f676ddacbb9996b1041b6d804725a99a0f484754612020e0b0654f/slapos.cookbook-0.103.tar.gz" } ], "0.11": [ { "comment_text": "", "digests": { "md5": "47d63f54442ec1f4756bfa6adff7ca59", "sha256": "1a962a22566eba1f2e9f3a38bfc3a0f044516d7f25f2800a9d1f1020cbd04c91" }, "downloads": -1, "filename": "slapos.cookbook-0.11.tar.gz", "has_sig": false, "md5_digest": "47d63f54442ec1f4756bfa6adff7ca59", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 109818, "upload_time": "2011-07-07T09:52:48", "url": "https://files.pythonhosted.org/packages/f4/08/b0fa4fc127f849b89f7a5cb40450cda53e1b58a96c6780c3f6769ebefaa7/slapos.cookbook-0.11.tar.gz" } ], "0.12": [ { "comment_text": "", "digests": { "md5": "3335d570ed7bf5fa653fd690ad0d0f48", "sha256": "e6df4d62e2129a811e2fd81a09b72f97dcb0838f51f6ce17817047b47bfd7e51" }, "downloads": -1, "filename": "slapos.cookbook-0.12.tar.gz", "has_sig": false, "md5_digest": "3335d570ed7bf5fa653fd690ad0d0f48", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 102580, "upload_time": "2011-07-11T14:55:37", "url": "https://files.pythonhosted.org/packages/95/9b/4751e323e57fe6e4b9513c714c4e56aacf6ecaed2d7bb2ad91f3591dcbfb/slapos.cookbook-0.12.tar.gz" } ], "0.13": [ { "comment_text": "", "digests": { "md5": "5041edba51194be2b759ebbc6cc31f5f", "sha256": "8f11128ade2fee109d14471227297641791a4d0fc65748fa01262be76414189e" }, "downloads": -1, "filename": "slapos.cookbook-0.13.tar.gz", "has_sig": false, "md5_digest": "5041edba51194be2b759ebbc6cc31f5f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 110513, "upload_time": "2011-07-13T11:37:45", "url": "https://files.pythonhosted.org/packages/d7/a9/55a886a2d53010ec5ed4587dffaafa225f6811d8e722103b7bd09aa52fba/slapos.cookbook-0.13.tar.gz" } ], "0.14": [ { "comment_text": "", "digests": { "md5": "f6e35f15a23b9241ba3f9c4bf9442cb9", "sha256": "ae7c2e89441b80c707dc44f7f0090865118d2dfca319f6227126082bafa269e7" }, "downloads": -1, "filename": "slapos.cookbook-0.14.tar.gz", "has_sig": false, "md5_digest": "f6e35f15a23b9241ba3f9c4bf9442cb9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 117463, "upload_time": "2011-07-13T14:17:11", "url": "https://files.pythonhosted.org/packages/27/14/cffe9a85fbcee7da4498301aa46eacbb4b3f703b845315d97fa0890d5fae/slapos.cookbook-0.14.tar.gz" } ], "0.15": [ { "comment_text": "", "digests": { "md5": "a28f9d3e61bc9b6cc8776c75b78a69af", "sha256": "6da62de28641d73fbfa1aac128b7e6487c32d54a674626f3722350102abf1974" }, "downloads": -1, "filename": "slapos.cookbook-0.15.tar.gz", "has_sig": false, "md5_digest": "a28f9d3e61bc9b6cc8776c75b78a69af", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 117646, "upload_time": "2011-07-13T16:25:52", "url": "https://files.pythonhosted.org/packages/c8/08/1af0bbc4ce51353a6099ea522c63bb0dc253976dbd0e4eb0cd9bf39a9156/slapos.cookbook-0.15.tar.gz" } ], "0.16": [ { "comment_text": "", "digests": { "md5": "c8282b40e63f36ef1ed6e4b63f2b2e1a", "sha256": "1080500984a88803454b3f5d87213976cbd7a6104405d7717144ab68f51a9b9d" }, "downloads": -1, "filename": "slapos.cookbook-0.16.tar.gz", "has_sig": false, "md5_digest": "c8282b40e63f36ef1ed6e4b63f2b2e1a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 117854, "upload_time": "2011-07-15T12:02:31", "url": "https://files.pythonhosted.org/packages/66/03/803f8808620be69aeaa5e714eb844c29fa1bc243700fb50c013d5b5ebf70/slapos.cookbook-0.16.tar.gz" } ], "0.17": [ { "comment_text": "", "digests": { "md5": "497f255bb086f2ff9ef805bb91bc2649", "sha256": "9a9b6db4c5a373503ef9e13d134588898fb51ccac5fdac632ac1ed2fc071f765" }, "downloads": -1, "filename": "slapos.cookbook-0.17.tar.gz", "has_sig": false, "md5_digest": "497f255bb086f2ff9ef805bb91bc2649", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 112605, "upload_time": "2011-08-26T23:48:50", "url": "https://files.pythonhosted.org/packages/e6/77/df3bc05ae1066db3c06a4397c4de6a1989fb42fb8872206d9b8861346e7f/slapos.cookbook-0.17.tar.gz" } ], "0.18": [ { "comment_text": "", "digests": { "md5": "748ec53593b04311e77c414730594754", "sha256": "0cfed1cfe43ada758c1072d8695910ac1d5e3aad69df7f7ce7d538365305fd58" }, "downloads": -1, "filename": "slapos.cookbook-0.18.tar.gz", "has_sig": false, "md5_digest": "748ec53593b04311e77c414730594754", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 112786, "upload_time": "2011-08-27T02:01:14", "url": "https://files.pythonhosted.org/packages/a3/88/9e29c7b2bb3b9c67ea51c171bbc2a6d094631180972bf91b03c0015d9f43/slapos.cookbook-0.18.tar.gz" } ], "0.19": [ { "comment_text": "", "digests": { "md5": "5337637a297c6748a5ffa8db80ba17c8", "sha256": "73c11e29ec0275ea14c873abd481d4e50aad97a4cdb0fd026dca5d8bcbcdc278" }, "downloads": -1, "filename": "slapos.cookbook-0.19.tar.gz", "has_sig": false, "md5_digest": "5337637a297c6748a5ffa8db80ba17c8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 112633, "upload_time": "2011-09-06T16:17:32", "url": "https://files.pythonhosted.org/packages/8a/9f/7339b716236e3cdde9ee02cac44662d2f9d5f76d9a407d282fd11c49f669/slapos.cookbook-0.19.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "2e1c163ff2b6e6d16b1d97c9dfda3f74", "sha256": "738c02c1355f53d9bd9aafc70de78507eb18c7e270786a62be3478328fb84921" }, "downloads": -1, "filename": "slapos.cookbook-0.2.tar.gz", "has_sig": false, "md5_digest": "2e1c163ff2b6e6d16b1d97c9dfda3f74", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 70582, "upload_time": "2011-05-30T15:23:18", "url": "https://files.pythonhosted.org/packages/d6/48/7114e5138dc053cb59b093d38ade9764fd26d36594045b930cde72191577/slapos.cookbook-0.2.tar.gz" } ], "0.2-dev1": [ { "comment_text": "", "digests": { "md5": "2f473f6d5f5679b7f8bd98ad379a88bd", "sha256": "3e1dcd1e39e5934c9e2f3b86def33a27fae4d2c70276715dd6941597a8d70b7e" }, "downloads": -1, "filename": "slapos.cookbook-0.2-dev1.tar.gz", "has_sig": false, "md5_digest": "2f473f6d5f5679b7f8bd98ad379a88bd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 77737, "upload_time": "2011-06-06T15:29:43", "url": "https://files.pythonhosted.org/packages/c1/5e/5880e6d16fd4542c896527e6b6f4bf10fe1494d62c6686784ca30f7cc5f7/slapos.cookbook-0.2-dev1.tar.gz" } ], "0.20": [ { "comment_text": "", "digests": { "md5": "beea8b1194b07993a318ed5179c03d7f", "sha256": "ff096d8b85bf06868aac52261047f0eca968e3c9bb0c406004390392735c2205" }, "downloads": -1, "filename": "slapos.cookbook-0.20.tar.gz", "has_sig": false, "md5_digest": "beea8b1194b07993a318ed5179c03d7f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 113616, "upload_time": "2011-09-07T17:02:51", "url": "https://files.pythonhosted.org/packages/6e/b1/5fab37b98396d1295f0c5a9567451d598b86712b9cddbc79fa991185643a/slapos.cookbook-0.20.tar.gz" } ], "0.21": [ { "comment_text": "", "digests": { "md5": "42adec6cf2ce59a0afd2ec357daa92b2", "sha256": "385b9a5143639aa67c357920f7bba6cdb3662b18bbbb20b778f8d35e0dffa0c6" }, "downloads": -1, "filename": "slapos.cookbook-0.21.tar.gz", "has_sig": false, "md5_digest": "42adec6cf2ce59a0afd2ec357daa92b2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 116849, "upload_time": "2011-09-12T16:24:50", "url": "https://files.pythonhosted.org/packages/c1/97/293e92cd4656ea16ee58e0af525f9411fe23c752492a36403ee3637ecafb/slapos.cookbook-0.21.tar.gz" } ], "0.22": [ { "comment_text": "", "digests": { "md5": "8e8ff132ac4a1bc84b75dae767f988ec", "sha256": "7608b4fc94d7bd29deddf386517b58ab8f0ceccc83e8b77e85fe9d1e49e1788f" }, "downloads": -1, "filename": "slapos.cookbook-0.22.tar.gz", "has_sig": false, "md5_digest": "8e8ff132ac4a1bc84b75dae767f988ec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 116895, "upload_time": "2011-09-12T16:42:16", "url": "https://files.pythonhosted.org/packages/ce/17/a0a25140f3ae44d1f8037575a8b4624c037c473641e65e790b790a7fb00c/slapos.cookbook-0.22.tar.gz" } ], "0.23": [ { "comment_text": "", "digests": { "md5": "019137d8998400eddd293f2bf0f046e1", "sha256": "f9b9a6d4137f847a52d69e1ee288c640f6131953099a5df880d27091c72636dd" }, "downloads": -1, "filename": "slapos.cookbook-0.23.tar.gz", "has_sig": false, "md5_digest": "019137d8998400eddd293f2bf0f046e1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 120019, "upload_time": "2011-09-19T14:47:48", "url": "https://files.pythonhosted.org/packages/2b/89/bf76083ba1e4e382d2308e03e705ef175fd07e5957e25b31ce14e3bd8caf/slapos.cookbook-0.23.tar.gz" } ], "0.24": [ { "comment_text": "", "digests": { "md5": "6c7a211a36e360b87b051bdc6dfa1c91", "sha256": "b7510e03cdf0d15ed09148984b6f08895c1b210c2705796bd19644684de01f58" }, "downloads": -1, "filename": "slapos.cookbook-0.24.tar.gz", "has_sig": false, "md5_digest": "6c7a211a36e360b87b051bdc6dfa1c91", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 120046, "upload_time": "2011-09-19T18:20:51", "url": "https://files.pythonhosted.org/packages/d3/fa/bb086c87bfb3b0283d566918c6ac1a6f4cc611795996fd11f3e51b3556b9/slapos.cookbook-0.24.tar.gz" } ], "0.25": [ { "comment_text": "", "digests": { "md5": "146ef2ed393b2d81c81657147d9f033d", "sha256": "ea8a2c8b72b6a58b0a7717364dba32d8b26802d1dbb0e256c08c6da36802ea19" }, "downloads": -1, "filename": "slapos.cookbook-0.25.tar.gz", "has_sig": false, "md5_digest": "146ef2ed393b2d81c81657147d9f033d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 120162, "upload_time": "2011-09-21T16:15:14", "url": "https://files.pythonhosted.org/packages/2e/5c/09b27b8c76ffeb3c855877756f53eb8ddf4e88f1d7f67d8019c0af78df43/slapos.cookbook-0.25.tar.gz" } ], "0.26": [ { "comment_text": "", "digests": { "md5": "6657ab73b4036546970e636a44eea2c4", "sha256": "31b472f6304d3843d85b17a70ad4a2be6ceb0daf6ef625c223889f7dd326ce73" }, "downloads": -1, "filename": "slapos.cookbook-0.26.tar.gz", "has_sig": false, "md5_digest": "6657ab73b4036546970e636a44eea2c4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 141650, "upload_time": "2011-09-27T15:30:46", "url": "https://files.pythonhosted.org/packages/6f/e4/5761cb32d09c9d72ad155d7c004711df2b97dabbf955d706313e28c323f5/slapos.cookbook-0.26.tar.gz" } ], "0.27": [ { "comment_text": "", "digests": { "md5": "d4a42a5efc283fa6ddfa5b069e5d3d96", "sha256": "afe4d6aa684e9587e6c10d991f5494b88a13c586a6fd39b6f54463dc1b71e334" }, "downloads": -1, "filename": "slapos.cookbook-0.27.tar.gz", "has_sig": false, "md5_digest": "d4a42a5efc283fa6ddfa5b069e5d3d96", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 142486, "upload_time": "2011-09-27T17:59:36", "url": "https://files.pythonhosted.org/packages/f9/1b/082424d2bb95d014475e4f99f564d9d52f492cf763a1da3e385ee69f532a/slapos.cookbook-0.27.tar.gz" } ], "0.28": [ { "comment_text": "", "digests": { "md5": "f5bea3345d9b2009a035afe35726e82d", "sha256": "78028faff9af556c271f9ecf79d7bdcb94711160ee55d5f4bfcf9f0786b04d83" }, "downloads": -1, "filename": "slapos.cookbook-0.28.tar.gz", "has_sig": false, "md5_digest": "f5bea3345d9b2009a035afe35726e82d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 143087, "upload_time": "2011-09-27T17:59:52", "url": "https://files.pythonhosted.org/packages/44/7c/f2efd3ccc8d12eaf164e69a4cf29d2923f7f8f9a8b8d411be3cc0dd6c28c/slapos.cookbook-0.28.tar.gz" } ], "0.29": [ { "comment_text": "", "digests": { "md5": "07616a804d8b9e535587e5e0803cb08c", "sha256": "754a0b6def06af14900296349170cb40fb13f012da00475c4f5cf824c9b354f1" }, "downloads": -1, "filename": "slapos.cookbook-0.29.tar.gz", "has_sig": false, "md5_digest": "07616a804d8b9e535587e5e0803cb08c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 143641, "upload_time": "2011-10-12T14:58:52", "url": "https://files.pythonhosted.org/packages/eb/b7/8d120e3489f1e575d8294ca25f480598462e61d61412fc2b93db3d3b4ba6/slapos.cookbook-0.29.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "e83dd410d56f21106b3ad010d39f56fc", "sha256": "47b8af6d67d3020772f4b044c3fa19e413c1f3c87b5e3145798e2cd34b7b5ec9" }, "downloads": -1, "filename": "slapos.cookbook-0.3.tar.gz", "has_sig": false, "md5_digest": "e83dd410d56f21106b3ad010d39f56fc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 72826, "upload_time": "2011-06-09T10:37:02", "url": "https://files.pythonhosted.org/packages/94/0b/e288632f72ff0f4277ed17485f5d5eb44513a918b6cd13c9abc68b00adff/slapos.cookbook-0.3.tar.gz" } ], "0.3-dev1": [ { "comment_text": "", "digests": { "md5": "b81f55f80987c371a330d205d50396e9", "sha256": "6dda777e7ffcc19f08749adf7206d7a89c370b07ba501f145097473f7c00b269" }, "downloads": -1, "filename": "slapos.cookbook-0.3-dev1.tar.gz", "has_sig": false, "md5_digest": "b81f55f80987c371a330d205d50396e9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 77746, "upload_time": "2011-06-06T17:21:57", "url": "https://files.pythonhosted.org/packages/08/5f/8483d9c81893f6f8d47241729f56354a0cdbfc66571522c093c56173129d/slapos.cookbook-0.3-dev1.tar.gz" } ], "0.3-dev2": [ { "comment_text": "", "digests": { "md5": "91c7ff6cb658041edc7f3b290217518d", "sha256": "7879c368fa630e4c1c7573fc62172a8a79504f276b87a80472fe6c0f7da59d6a" }, "downloads": -1, "filename": "slapos.cookbook-0.3-dev2.tar.gz", "has_sig": false, "md5_digest": "91c7ff6cb658041edc7f3b290217518d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 77757, "upload_time": "2011-06-06T23:09:48", "url": "https://files.pythonhosted.org/packages/9f/54/8ee4ee3380f141967537739c4519afe6ac8afb66fb266cf3507e8efd0055/slapos.cookbook-0.3-dev2.tar.gz" } ], "0.3-dev3": [ { "comment_text": "", "digests": { "md5": "47974167bd265ad58e36d24f07b526ee", "sha256": "06425e34d0fd74b9d5b0a5d6e747e711f09492f84f1c7a53d65be6ea32218547" }, "downloads": -1, "filename": "slapos.cookbook-0.3-dev3.tar.gz", "has_sig": false, "md5_digest": "47974167bd265ad58e36d24f07b526ee", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 77752, "upload_time": "2011-06-06T23:51:50", "url": "https://files.pythonhosted.org/packages/a7/34/1aac7bb41cf67f88d0facad87c6b40d524a3366fafd2818bf9d465374141/slapos.cookbook-0.3-dev3.tar.gz" } ], "0.3-dev4": [ { "comment_text": "", "digests": { "md5": "fd526d5dcc4104e1f53fd05a0684622c", "sha256": "6382ba034c683fbfc8788ee91dd05a4a05831f1230a733ee88223d84b1e65381" }, "downloads": -1, "filename": "slapos.cookbook-0.3-dev4.tar.gz", "has_sig": false, "md5_digest": "fd526d5dcc4104e1f53fd05a0684622c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 77762, "upload_time": "2011-06-07T10:33:56", "url": "https://files.pythonhosted.org/packages/95/a2/4d5824b2ded1a2f51dad9e7def3d4e93fe2f9598a21a12a3abcb662f8ac3/slapos.cookbook-0.3-dev4.tar.gz" } ], "0.3-dev5": [ { "comment_text": "", "digests": { "md5": "cf3c3ec4fd9583cff65722904960b938", "sha256": "a0531a6b2a90cf3f42701264c5f2d804d41b4805ce6ec300bbd950d9eeb576af" }, "downloads": -1, "filename": "slapos.cookbook-0.3-dev5.tar.gz", "has_sig": false, "md5_digest": "cf3c3ec4fd9583cff65722904960b938", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 77771, "upload_time": "2011-06-07T14:28:05", "url": "https://files.pythonhosted.org/packages/22/0e/4ef6872b445ab348dfc7744ba38e96e1470d9ccac3e0c63dcfdfd5de38b7/slapos.cookbook-0.3-dev5.tar.gz" } ], "0.30": [ { "comment_text": "", "digests": { "md5": "22db0dfa820f05c7583150915b73b933", "sha256": "cc4f93e4bc127ac8d2f69e59d5a75d00949fd0f244910ea0c106bc517ea4ee64" }, "downloads": -1, "filename": "slapos.cookbook-0.30.tar.gz", "has_sig": false, "md5_digest": "22db0dfa820f05c7583150915b73b933", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 140975, "upload_time": "2011-10-06T18:38:16", "url": "https://files.pythonhosted.org/packages/fa/48/682fd7067a6f98551e6b4cb8561a753d86515d22affd492605cb1333c6eb/slapos.cookbook-0.30.tar.gz" } ], "0.31": [ { "comment_text": "", "digests": { "md5": "f03794e4cc34ca3bb76ba418582271ad", "sha256": "dcd12bfe649bfe1b1a2399a003844a8233b81dec3016686368bdf839f3ed2be9" }, "downloads": -1, "filename": "slapos.cookbook-0.31.tar.gz", "has_sig": false, "md5_digest": "f03794e4cc34ca3bb76ba418582271ad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 149660, "upload_time": "2011-10-18T19:13:11", "url": "https://files.pythonhosted.org/packages/2b/0c/2b6af46441b242f61f2aa9cde809623f0d8c53bdfe0f297ba77990685671/slapos.cookbook-0.31.tar.gz" } ], "0.32": [ { "comment_text": "", "digests": { "md5": "a54e505d54b035906c8de712eb5116c4", "sha256": "78bc16668a16e3ca63ad20635363ab59acd66fa28a08474123fe8df494479269" }, "downloads": -1, "filename": "slapos.cookbook-0.32.tar.gz", "has_sig": false, "md5_digest": "a54e505d54b035906c8de712eb5116c4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 153380, "upload_time": "2011-10-28T14:33:42", "url": "https://files.pythonhosted.org/packages/5c/83/49c3fc43786410ac3314f0f4fa8e4924a4e4c3b5447346fdf0132b21a134/slapos.cookbook-0.32.tar.gz" } ], "0.33": [ { "comment_text": "", "digests": { "md5": "beb9e90481f5ed7220a2a2c9f45dc3a1", "sha256": "e1d019a4425b646a6feb3e4fb71b1f44d1321c24ebbdb47798a5842555498b60" }, "downloads": -1, "filename": "slapos.cookbook-0.33.tar.gz", "has_sig": false, "md5_digest": "beb9e90481f5ed7220a2a2c9f45dc3a1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 152565, "upload_time": "2011-10-31T15:13:15", "url": "https://files.pythonhosted.org/packages/81/42/ae826b191baf1fb88f8a3f6992f01d5506773c054a4c297c52dc7229fb80/slapos.cookbook-0.33.tar.gz" } ], "0.34": [ { "comment_text": "", "digests": { "md5": "edb3560d2a30082d0a770a88bb29cf19", "sha256": "bb42ead01aa68f4c9a504fb014a1960c062471f0dfca957e6ca20005e0849d3d" }, "downloads": -1, "filename": "slapos.cookbook-0.34.tar.gz", "has_sig": false, "md5_digest": "edb3560d2a30082d0a770a88bb29cf19", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 153293, "upload_time": "2011-11-08T12:24:44", "url": "https://files.pythonhosted.org/packages/3b/cd/c817327f9902ecafc2cb6b69ea1f42b34afa1c2c69a14890995a49bc1b62/slapos.cookbook-0.34.tar.gz" } ], "0.35": [ { "comment_text": "", "digests": { "md5": "73494ad3d4af4e0b2df0d3b0706b71db", "sha256": "f482fa29415627d478a3d4c45c487cd39f6ec2da6c9bd493f571af3c6bd5f601" }, "downloads": -1, "filename": "slapos.cookbook-0.35.tar.gz", "has_sig": false, "md5_digest": "73494ad3d4af4e0b2df0d3b0706b71db", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 153443, "upload_time": "2011-11-11T09:58:06", "url": "https://files.pythonhosted.org/packages/35/2d/058d25c99667db49876c5f2786a9fc3f5137a9fc5ddb8ba9013a1f723640/slapos.cookbook-0.35.tar.gz" } ], "0.36": [ { "comment_text": "", "digests": { "md5": "a15c8209c890248fe58700c0ebd6f953", "sha256": "1a41bc65db84e6e9aac17a273e18af58375323c4cc0b82c854884d30f59ff4a2" }, "downloads": -1, "filename": "slapos.cookbook-0.36.tar.gz", "has_sig": false, "md5_digest": "a15c8209c890248fe58700c0ebd6f953", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 147031, "upload_time": "2011-11-16T18:24:09", "url": "https://files.pythonhosted.org/packages/ce/5c/4c8ba06de4f1231b69f4e73bb9ec6e6e7d3d379577eaf5ef2c00e812cd0a/slapos.cookbook-0.36.tar.gz" } ], "0.37": [ { "comment_text": "", "digests": { "md5": "fe304e973b29247fb31b4b4ab4fae2fe", "sha256": "474975e555bc85830254a34a730a0d4aff4dfe23ea6c09628053a2e16e17e88e" }, "downloads": -1, "filename": "slapos.cookbook-0.37.tar.gz", "has_sig": false, "md5_digest": "fe304e973b29247fb31b4b4ab4fae2fe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 148428, "upload_time": "2011-11-24T14:03:16", "url": "https://files.pythonhosted.org/packages/8b/b1/c7c159b50891a83726823eb0338c1403a64c8f9dceb3943f112a6e8f76c4/slapos.cookbook-0.37.tar.gz" } ], "0.38": [ { "comment_text": "", "digests": { "md5": "09c2b70e4b1507b7121f4b981226deb3", "sha256": "8ffbb42017a249486d46af41d983dc60a282377acbcb82d6f553c4f2393d248a" }, "downloads": -1, "filename": "slapos.cookbook-0.38.tar.gz", "has_sig": false, "md5_digest": "09c2b70e4b1507b7121f4b981226deb3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 145863, "upload_time": "2011-12-05T12:07:51", "url": "https://files.pythonhosted.org/packages/ff/8f/db5dc1ec69c813b241c87c0cb6c636f54e3caddf81d96654f28542b8bb8e/slapos.cookbook-0.38.tar.gz" } ], "0.39": [ { "comment_text": "", "digests": { "md5": "5a5197c075ec9ca80ed0b887ae823982", "sha256": "6decb58e21bf9128f863ff2c5b06a16694a33204dd37008a2c14e08741bc8c87" }, "downloads": -1, "filename": "slapos.cookbook-0.39.tar.gz", "has_sig": false, "md5_digest": "5a5197c075ec9ca80ed0b887ae823982", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 194404, "upload_time": "2012-02-20T14:51:16", "url": "https://files.pythonhosted.org/packages/4e/7f/d3c3e5665a23f74761f2ec1965098d017028381e34e80d8d9ddd6f8bc6da/slapos.cookbook-0.39.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "21ea923f09fb629517f5a03a7521c995", "sha256": "6368e50cba46459cf6daeaf1e8129ab7bee904df8885651728bbb4436819c100" }, "downloads": -1, "filename": "slapos.cookbook-0.4.tar.gz", "has_sig": false, "md5_digest": "21ea923f09fb629517f5a03a7521c995", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 83658, "upload_time": "2011-06-09T13:11:31", "url": "https://files.pythonhosted.org/packages/d2/70/a9e0c6c1caf5e3e955a298195df6add206678f0400b36634b14f341da839/slapos.cookbook-0.4.tar.gz" } ], "0.40": [ { "comment_text": "", "digests": { "md5": "cf749ff94bc2282faba24fd25950f632", "sha256": "ec20f3bc0f44dc80da09c5a68da3b593f7a410d49af4b92eb35aebf3d952d927" }, "downloads": -1, "filename": "slapos.cookbook-0.40.tar.gz", "has_sig": false, "md5_digest": "cf749ff94bc2282faba24fd25950f632", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 207441, "upload_time": "2012-03-01T11:58:56", "url": "https://files.pythonhosted.org/packages/c4/4b/ce4a4e23965a5a8d7c1cd2b109f6e3a8902e5c743a651973179350fea030/slapos.cookbook-0.40.tar.gz" } ], "0.40.1": [ { "comment_text": "", "digests": { "md5": "9a17308fe9417792c04e40973ce223e8", "sha256": "6c62692d8d4d840a3507facd251dc564f2175468f37038248a439ac55d45f593" }, "downloads": -1, "filename": "slapos.cookbook-0.40.1.tar.gz", "has_sig": false, "md5_digest": "9a17308fe9417792c04e40973ce223e8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 207702, "upload_time": "2012-03-01T16:38:46", "url": "https://files.pythonhosted.org/packages/e8/0b/3f19c5d32bf038f428628a44902f67e28c224a0fe730bea2300e0cedcb50/slapos.cookbook-0.40.1.tar.gz" } ], "0.41": [ { "comment_text": "", "digests": { "md5": "f71763c58954694d23f3e264afb654b7", "sha256": "9377fcd6d5adb87bd5012a2be521119358dafdb6d7070190336874ed9ce6a82e" }, "downloads": -1, "filename": "slapos.cookbook-0.41.tar.gz", "has_sig": false, "md5_digest": "f71763c58954694d23f3e264afb654b7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 205897, "upload_time": "2012-03-21T17:46:08", "url": "https://files.pythonhosted.org/packages/a2/77/6a742c175ee41b2c9d6daf6ea2e33f4c6209632fca950e8851eb231895a2/slapos.cookbook-0.41.tar.gz" } ], "0.42": [ { "comment_text": "", "digests": { "md5": "dfa45715c06ba7c03ee1145816810478", "sha256": "acf122854564cf50f37d416e32c968f751ecb6627f91892af6fe84c52d3e68ab" }, "downloads": -1, "filename": "slapos.cookbook-0.42.tar.gz", "has_sig": false, "md5_digest": "dfa45715c06ba7c03ee1145816810478", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 212724, "upload_time": "2012-03-26T20:26:43", "url": "https://files.pythonhosted.org/packages/8e/17/a6db39a14616ce479a694273e6d66ce33e00b380f550400067afcc65e55c/slapos.cookbook-0.42.tar.gz" } ], "0.43": [ { "comment_text": "", "digests": { "md5": "487eed3974d31757f1c0723978d89cf6", "sha256": "76bfec53d4519955b0a79729b556151f647d3dc67c0b8cb06891e2a95d3b45d5" }, "downloads": -1, "filename": "slapos.cookbook-0.43.tar.gz", "has_sig": false, "md5_digest": "487eed3974d31757f1c0723978d89cf6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 212889, "upload_time": "2012-03-28T08:59:44", "url": "https://files.pythonhosted.org/packages/aa/30/f1178ca2a90671dc1e35a5f5d5b57c7795afa6e2cf76c6815129d19d7ed8/slapos.cookbook-0.43.tar.gz" } ], "0.44": [ { "comment_text": "", "digests": { "md5": "bbed060cbb924e277e928a5bf871f862", "sha256": "72a89e020a9011e74be2bbe985b9c2716397c4ff4f96a4eac1f693fe4b914d5b" }, "downloads": -1, "filename": "slapos.cookbook-0.44.tar.gz", "has_sig": false, "md5_digest": "bbed060cbb924e277e928a5bf871f862", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 212965, "upload_time": "2012-03-28T15:44:41", "url": "https://files.pythonhosted.org/packages/a1/16/03b6109759197a2f56f88a02734bb6dac3f99c96896d7f272bb141ee9bd3/slapos.cookbook-0.44.tar.gz" } ], "0.45": [ { "comment_text": "", "digests": { "md5": "4d2334d1b53302b598fe9889c8edfa9f", "sha256": "638838fa97d0b60a26b04518dcd5858a68a47c791b0250f909141a31599dbd48" }, "downloads": -1, "filename": "slapos.cookbook-0.45.tar.gz", "has_sig": false, "md5_digest": "4d2334d1b53302b598fe9889c8edfa9f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 213088, "upload_time": "2012-03-29T11:57:31", "url": "https://files.pythonhosted.org/packages/13/21/53230b984382c0714504ef471ff9cef095f4a3ec9a4d7e220724b8b5604a/slapos.cookbook-0.45.tar.gz" } ], "0.46": [ { "comment_text": "", "digests": { "md5": "2782e2d6ddcc1613a06b12bfebe071b5", "sha256": "969f7773c7f475a47b96d83692ef409f487bdca5a99b1368ff34156f35fbf06e" }, "downloads": -1, "filename": "slapos.cookbook-0.46.tar.gz", "has_sig": false, "md5_digest": "2782e2d6ddcc1613a06b12bfebe071b5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 209522, "upload_time": "2012-04-12T11:57:51", "url": "https://files.pythonhosted.org/packages/2f/e6/bad6a08f5d175b7e90fac998b9870b7e05f171b5ff00831a07f05d5dc454/slapos.cookbook-0.46.tar.gz" } ], "0.47": [ { "comment_text": "", "digests": { "md5": "dad22b420425ca354f5501035de3928c", "sha256": "389c6c74565aa0236d20f1ac22597800f8fcc1fbe1688a8389e63217600904b9" }, "downloads": -1, "filename": "slapos.cookbook-0.47.tar.gz", "has_sig": false, "md5_digest": "dad22b420425ca354f5501035de3928c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 215604, "upload_time": "2012-04-19T16:05:42", "url": "https://files.pythonhosted.org/packages/e2/c6/420bec479521c9b6cebd4000ee5a8dafa4489cd2c3e72a81477054708119/slapos.cookbook-0.47.tar.gz" } ], "0.48": [ { "comment_text": "", "digests": { "md5": "59792fcd0c2762b3ad597ba9a4c097b1", "sha256": "c222231e6bc34bfe08e43d843b91d03015aea727088084459952a5d542e138de" }, "downloads": -1, "filename": "slapos.cookbook-0.48.tar.gz", "has_sig": false, "md5_digest": "59792fcd0c2762b3ad597ba9a4c097b1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 216971, "upload_time": "2012-04-26T19:33:01", "url": "https://files.pythonhosted.org/packages/9b/15/1d3810b3ec93bf8cd2dd6fdf3feb873d61b881484b0dd3d6b6acddbbbffe/slapos.cookbook-0.48.tar.gz" } ], "0.49": [ { "comment_text": "", "digests": { "md5": "afb5264ca2e444b75c084bc7fd90c528", "sha256": "fa31cc58281510327a3ff1ad4ea5d536f852c3757900075dd907f8bee298e9a3" }, "downloads": -1, "filename": "slapos.cookbook-0.49.tar.gz", "has_sig": false, "md5_digest": "afb5264ca2e444b75c084bc7fd90c528", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 218223, "upload_time": "2012-05-10T11:58:23", "url": "https://files.pythonhosted.org/packages/86/66/7373dbc4b0584ac9ca09fd1307dc10db785dffc95033d37fe78ec474f7f0/slapos.cookbook-0.49.tar.gz" } ], "0.5": [ { "comment_text": "", "digests": { "md5": "a067f13c919a660a6833cd20f55232ac", "sha256": "79337ca3458390518a7083003f3118c6a2e21f04c17b70e9489f044075391d7c" }, "downloads": -1, "filename": "slapos.cookbook-0.5.tar.gz", "has_sig": false, "md5_digest": "a067f13c919a660a6833cd20f55232ac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 90373, "upload_time": "2011-06-13T10:37:59", "url": "https://files.pythonhosted.org/packages/81/eb/43618f2c367ba0f1f8515b199e07f77183ead8834597df72b681bc4bfdd5/slapos.cookbook-0.5.tar.gz" } ], "0.50": [ { "comment_text": "", "digests": { "md5": "f893520d1d371edb774d9a32b30346c8", "sha256": "d18d85eb4fabf38b40ab6748b6ca0054272aa00dd13c0af90c0ba35109c6d693" }, "downloads": -1, "filename": "slapos.cookbook-0.50.tar.gz", "has_sig": false, "md5_digest": "f893520d1d371edb774d9a32b30346c8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 218150, "upload_time": "2012-05-11T17:36:12", "url": "https://files.pythonhosted.org/packages/2a/c0/e36695c93fa55832ba22ba9fccef5d6061a458da36d05b95662df55d0406/slapos.cookbook-0.50.tar.gz" } ], "0.51": [ { "comment_text": "", "digests": { "md5": "31ee389b6a9897710b7928cee6c6ec27", "sha256": "5394f5759a985fcade5a195ac9017668093892603381ffe49b10ef628f7cb725" }, "downloads": -1, "filename": "slapos.cookbook-0.51.tar.gz", "has_sig": false, "md5_digest": "31ee389b6a9897710b7928cee6c6ec27", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 218306, "upload_time": "2012-05-14T11:50:42", "url": "https://files.pythonhosted.org/packages/2c/ca/9cdbae5955fa059a28ae1e9043ee60e782014d204ebfc1122c5f5b292412/slapos.cookbook-0.51.tar.gz" } ], "0.52": [ { "comment_text": "", "digests": { "md5": "7ecf05fe5bcf576680ce70bee03702ae", "sha256": "fd6114abaa4e065524f2f68f9b224f556ef9367980d964a6a34de2992e05d673" }, "downloads": -1, "filename": "slapos.cookbook-0.52.tar.gz", "has_sig": false, "md5_digest": "7ecf05fe5bcf576680ce70bee03702ae", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 218770, "upload_time": "2012-05-16T18:56:52", "url": "https://files.pythonhosted.org/packages/6a/e2/b1a2ca2fcf53628827364c99f7ec149334bc8c93930f8d88555b2c6f3c20/slapos.cookbook-0.52.tar.gz" } ], "0.53": [ { "comment_text": "", "digests": { "md5": "6721f65a8b34de652ee4bba2679600a5", "sha256": "46e7fd68e0394648fef15b4c13fc2a0ec6b83309e5d18e329f953a968e6d0f52" }, "downloads": -1, "filename": "slapos.cookbook-0.53.tar.gz", "has_sig": false, "md5_digest": "6721f65a8b34de652ee4bba2679600a5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 219074, "upload_time": "2012-06-07T19:03:46", "url": "https://files.pythonhosted.org/packages/09/44/dc244901d5881182f4fb07d38f164d4570425b834b650fe66f2d87a5d693/slapos.cookbook-0.53.tar.gz" } ], "0.54": [ { "comment_text": "", "digests": { "md5": "0db2d8e524247a503f5f65579d15b02a", "sha256": "55d1c8d7dc0bdbc3ab722b152ec8d61974e127fee5b502e5aba7e2663a319fca" }, "downloads": -1, "filename": "slapos.cookbook-0.54.tar.gz", "has_sig": false, "md5_digest": "0db2d8e524247a503f5f65579d15b02a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 219528, "upload_time": "2012-06-18T13:20:11", "url": "https://files.pythonhosted.org/packages/45/ec/39ba796bdc480961c8608cfd1c12f680e7331c93a22b411e53fccb364b08/slapos.cookbook-0.54.tar.gz" } ], "0.54.1": [ { "comment_text": "", "digests": { "md5": "712fb81afcbba2e0c58500ed669efd6e", "sha256": "d0b6297b109354de6c3865ae56dd9bb31d583f52938fb264d59bbafb74b01731" }, "downloads": -1, "filename": "slapos.cookbook-0.54.1.tar.gz", "has_sig": false, "md5_digest": "712fb81afcbba2e0c58500ed669efd6e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 219563, "upload_time": "2012-06-18T14:37:50", "url": "https://files.pythonhosted.org/packages/6f/ac/fbb4124c7daf2ca080d74c0a25dca547a1d7aeb7372f45767a5928931646/slapos.cookbook-0.54.1.tar.gz" } ], "0.55": [ { "comment_text": "", "digests": { "md5": "fd68f365a86300077c312bc6c623de60", "sha256": "642adf0dbfbd72817b54b58d2bd3d5461d74943c70571b026dac82586bc2ade3" }, "downloads": -1, "filename": "slapos.cookbook-0.55.tar.gz", "has_sig": false, "md5_digest": "fd68f365a86300077c312bc6c623de60", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 220203, "upload_time": "2012-06-18T16:14:58", "url": "https://files.pythonhosted.org/packages/86/69/214be95c233318cb609c6486b4d12fcd36cea0358d501b67dd4f3c8ff563/slapos.cookbook-0.55.tar.gz" } ], "0.56": [ { "comment_text": "", "digests": { "md5": "f4dcf2549e2fe8aa4ee3ddc58d1e0591", "sha256": "17a3bb62991836079201d5a982a20e51c46330ae0f5db426d0f01247d5a22b29" }, "downloads": -1, "filename": "slapos.cookbook-0.56.tar.gz", "has_sig": false, "md5_digest": "f4dcf2549e2fe8aa4ee3ddc58d1e0591", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 216523, "upload_time": "2012-06-20T17:19:12", "url": "https://files.pythonhosted.org/packages/0e/d3/4bcd3ce45d1188308ecd1b148ea44511447d89e12e329659b6f99548b623/slapos.cookbook-0.56.tar.gz" } ], "0.56-dev": [ { "comment_text": "", "digests": { "md5": "6f6d3aeda0282f9f195d38e9406b7075", "sha256": "6cd5f4d89b4302ca41024d7da0a11a37c689fb95d7fe1d57af8a173c8b843a2c" }, "downloads": -1, "filename": "slapos.cookbook-0.56-dev.tar.gz", "has_sig": false, "md5_digest": "6f6d3aeda0282f9f195d38e9406b7075", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 216608, "upload_time": "2012-06-20T17:16:37", "url": "https://files.pythonhosted.org/packages/6f/d2/ca9c1d95d7dc84de033234dba46054f25b4e19ec987e8c72c4d8448c786f/slapos.cookbook-0.56-dev.tar.gz" } ], "0.57": [ { "comment_text": "", "digests": { "md5": "cb5a9fd2467acf16f20f3caf1ee4d217", "sha256": "a2707749183a097c130f2850d3156d69cafa5b52aaf7513b19ff61314ae7528b" }, "downloads": -1, "filename": "slapos.cookbook-0.57.tar.gz", "has_sig": false, "md5_digest": "cb5a9fd2467acf16f20f3caf1ee4d217", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 220136, "upload_time": "2012-06-22T14:21:15", "url": "https://files.pythonhosted.org/packages/ff/07/f362dd10226675e6ca7cddc9d1bf3e670873c2a744db4c03d02ff2c0370c/slapos.cookbook-0.57.tar.gz" } ], "0.58": [ { "comment_text": "", "digests": { "md5": "f66d0abb0d653a64a5c0efb74175ec3b", "sha256": "064ac8a6513df5ef50edbf1c54e8f52db47d0aa49ba8bc98baa9dc2e390a0243" }, "downloads": -1, "filename": "slapos.cookbook-0.58.tar.gz", "has_sig": false, "md5_digest": "f66d0abb0d653a64a5c0efb74175ec3b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 219780, "upload_time": "2012-07-06T15:33:10", "url": "https://files.pythonhosted.org/packages/5e/da/4dee878d6ca74daef9a158997d8115094c912ce78da506190d7dc72980a2/slapos.cookbook-0.58.tar.gz" } ], "0.59": [ { "comment_text": "", "digests": { "md5": "b029031f5f922727a32139bc2fb6eefa", "sha256": "c2ab1108f678bf7b2cbb81d3dbb1fbfde8dc1d6c755a7067809b7eeae27b6347" }, "downloads": -1, "filename": "slapos.cookbook-0.59.tar.gz", "has_sig": false, "md5_digest": "b029031f5f922727a32139bc2fb6eefa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 220040, "upload_time": "2012-07-12T18:35:38", "url": "https://files.pythonhosted.org/packages/41/ac/96ed52b595a575da628ac3ed4644b0c77ddc58345bb135eca46a13fba9ea/slapos.cookbook-0.59.tar.gz" } ], "0.6": [ { "comment_text": "", "digests": { "md5": "69ec58e48c7c6ffc9a4909ff820826f1", "sha256": "5fb01103196da02305362ef16af76906355fe84be0f8411af05a1f75b0603ed5" }, "downloads": -1, "filename": "slapos.cookbook-0.6.tar.gz", "has_sig": false, "md5_digest": "69ec58e48c7c6ffc9a4909ff820826f1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 90424, "upload_time": "2011-06-13T18:36:44", "url": "https://files.pythonhosted.org/packages/ee/39/d81bc05dcff590e3b334d2f8d0014d306aac64e8980daf12fd399f9084cd/slapos.cookbook-0.6.tar.gz" } ], "0.60": [ { "comment_text": "", "digests": { "md5": "1eb61f43b2aee489fff8899159dda7b0", "sha256": "0927f0500d6750d1c6bc0c1696b65745b22843d354691dba2f5b091b76030c0d" }, "downloads": -1, "filename": "slapos.cookbook-0.60.tar.gz", "has_sig": false, "md5_digest": "1eb61f43b2aee489fff8899159dda7b0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 220599, "upload_time": "2012-08-13T15:45:41", "url": "https://files.pythonhosted.org/packages/19/2b/03c5a0445d42da1ed5d622e948a377f439f92058f33258cde71bcea3bd6b/slapos.cookbook-0.60.tar.gz" } ], "0.61": [ { "comment_text": "", "digests": { "md5": "a25695de07674912b76fd491e25fbd97", "sha256": "a7046baa73b52e209e22ff09f21bc64df04bbd5b2cfe96d9bf15a0c351253f75" }, "downloads": -1, "filename": "slapos.cookbook-0.61.tar.gz", "has_sig": false, "md5_digest": "a25695de07674912b76fd491e25fbd97", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 221457, "upload_time": "2012-08-17T15:07:55", "url": "https://files.pythonhosted.org/packages/45/a3/ba69be2a6d74d93d372b3bdd1286fdcc76f86f4c2edbf12d901af776bf48/slapos.cookbook-0.61.tar.gz" } ], "0.62": [ { "comment_text": "", "digests": { "md5": "452cc4242e5e2e64bb9a0769011a3b78", "sha256": "2a5eb3f40809d37182d226fb1a3c9e1d5629dad708eaa2a1ae010b9ff66c7ce3" }, "downloads": -1, "filename": "slapos.cookbook-0.62.tar.gz", "has_sig": false, "md5_digest": "452cc4242e5e2e64bb9a0769011a3b78", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 221984, "upload_time": "2012-08-22T07:10:25", "url": "https://files.pythonhosted.org/packages/49/45/1f46072bb8cd87598b938f1ce8581963f9901d090bb9d7488a28773f0191/slapos.cookbook-0.62.tar.gz" } ], "0.63": [ { "comment_text": "", "digests": { "md5": "1eafc728b630c8d9587a45d1f1158823", "sha256": "69263d5aab264b98466531bdced180ca101c6a2a3325d087b52e6fc50cd45539" }, "downloads": -1, "filename": "slapos.cookbook-0.63.tar.gz", "has_sig": false, "md5_digest": "1eafc728b630c8d9587a45d1f1158823", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 224240, "upload_time": "2012-08-22T08:40:41", "url": "https://files.pythonhosted.org/packages/0a/18/9e8e989db985b3f0403c338a03219382ab12f6b6953c47253e11596e062c/slapos.cookbook-0.63.tar.gz" } ], "0.64": [ { "comment_text": "", "digests": { "md5": "d7eacedcd25df6bb166b71c97e299ab3", "sha256": "8317257961d091a35aea13d2412a102c8c66a1aa01fbab9e171772d93a78d7c0" }, "downloads": -1, "filename": "slapos.cookbook-0.64.tar.gz", "has_sig": false, "md5_digest": "d7eacedcd25df6bb166b71c97e299ab3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 224193, "upload_time": "2012-08-27T08:37:18", "url": "https://files.pythonhosted.org/packages/a5/a3/c456d43be0ba0ebd0b58c2561b895e307b9d579fbd27d0a61c838327b679/slapos.cookbook-0.64.tar.gz" } ], "0.64.1": [ { "comment_text": "", "digests": { "md5": "b8192e27b5ee707b9c311f0c0a6e2d69", "sha256": "db10e1982dc3850e0bef0a263b85568dc473393ccf8011c57776cf0eb702ae12" }, "downloads": -1, "filename": "slapos.cookbook-0.64.1.tar.gz", "has_sig": false, "md5_digest": "b8192e27b5ee707b9c311f0c0a6e2d69", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 224329, "upload_time": "2012-08-28T08:30:47", "url": "https://files.pythonhosted.org/packages/1a/07/d56759171bc8b6453611a6cca71326a65b05c0f8c71882457b5d97a15346/slapos.cookbook-0.64.1.tar.gz" } ], "0.64.2": [ { "comment_text": "", "digests": { "md5": "529d44412a18da4a1d632827b2464154", "sha256": "9bbbb9b5d167ac22f03d72103e75d0fdd5f446d5e6b7c2624cd1c62a600b1470" }, "downloads": -1, "filename": "slapos.cookbook-0.64.2.tar.gz", "has_sig": false, "md5_digest": "529d44412a18da4a1d632827b2464154", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 224411, "upload_time": "2012-08-28T08:31:00", "url": "https://files.pythonhosted.org/packages/25/3a/864f43e7f6429a94ebf902d8a81bb7c439f5181eec801b78d8d234ae6167/slapos.cookbook-0.64.2.tar.gz" } ], "0.65": [ { "comment_text": "", "digests": { "md5": "9d98804c97305ce829fe7ae3f98ada1b", "sha256": "ee2ed3997c01a5005e8e0cbc2e768d0c1b62f85a8f45060e245c320928804b59" }, "downloads": -1, "filename": "slapos.cookbook-0.65.tar.gz", "has_sig": false, "md5_digest": "9d98804c97305ce829fe7ae3f98ada1b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 224685, "upload_time": "2012-09-07T09:10:33", "url": "https://files.pythonhosted.org/packages/6c/18/a408c0fa1c7bc3deefae6435be7a13ef93822d3e6b6cb8f771f9bf613250/slapos.cookbook-0.65.tar.gz" } ], "0.66": [ { "comment_text": "", "digests": { "md5": "5208ab0309ce5a3d5107e44334e77c60", "sha256": "eb9ebdff38fe666f6573b70605782dc470c765f76fa4b01f36321acbe7b49d39" }, "downloads": -1, "filename": "slapos.cookbook-0.66.tar.gz", "has_sig": false, "md5_digest": "5208ab0309ce5a3d5107e44334e77c60", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 225093, "upload_time": "2012-09-10T09:16:01", "url": "https://files.pythonhosted.org/packages/57/7b/c28f1a0e429725b65ec223d18572c15ba7081a378424f479fb106e51f6a5/slapos.cookbook-0.66.tar.gz" } ], "0.67": [ { "comment_text": "", "digests": { "md5": "debd15cb8415a19a7e4a8b7eb65a42ff", "sha256": "eaf498c5950c97c7eee6c130f8e13d096d2b5d8c2f1c915b5c49e2f5aae6af49" }, "downloads": -1, "filename": "slapos.cookbook-0.67.tar.gz", "has_sig": false, "md5_digest": "debd15cb8415a19a7e4a8b7eb65a42ff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 228987, "upload_time": "2012-09-26T16:01:51", "url": "https://files.pythonhosted.org/packages/2a/54/707e2d6f90980a2bdd169bab007f4338a89860bd73f48388387815938616/slapos.cookbook-0.67.tar.gz" } ], "0.68": [ { "comment_text": "", "digests": { "md5": "e09b8c608d39572a86b0e4d6ab309b96", "sha256": "96cd9de5a9c821ef67a43809b99decacba069878164df536ddff873ac8f04b04" }, "downloads": -1, "filename": "slapos.cookbook-0.68.tar.gz", "has_sig": false, "md5_digest": "e09b8c608d39572a86b0e4d6ab309b96", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 229267, "upload_time": "2012-10-02T14:39:05", "url": "https://files.pythonhosted.org/packages/fc/35/f0fce569892534a05c740e184116efcbe7dfc31ba9ec194b4c298247b87c/slapos.cookbook-0.68.tar.gz" } ], "0.68.1": [ { "comment_text": "", "digests": { "md5": "4adc8038935c8f0ac331f9931b71705e", "sha256": "fdb0b7519a5b660a9108caf89630d0972b04105479f6d6e318be9aaf765a9fca" }, "downloads": -1, "filename": "slapos.cookbook-0.68.1.tar.gz", "has_sig": false, "md5_digest": "4adc8038935c8f0ac331f9931b71705e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 229344, "upload_time": "2012-10-03T09:11:27", "url": "https://files.pythonhosted.org/packages/f6/3b/c12a47b2819440a9c4db4afdc1960a330af3c16c78b8df761ba72a0576b3/slapos.cookbook-0.68.1.tar.gz" } ], "0.69": [ { "comment_text": "", "digests": { "md5": "ea976f04779e6a2a355db5a44378380f", "sha256": "3d73d25cb17a33e9c6f150843129ba67692938b873e0215608cd237cecdd0f01" }, "downloads": -1, "filename": "slapos.cookbook-0.69.tar.gz", "has_sig": false, "md5_digest": "ea976f04779e6a2a355db5a44378380f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 223836, "upload_time": "2012-10-30T09:00:04", "url": "https://files.pythonhosted.org/packages/85/e8/3358941c11c04eaafdcdf80a04c51d7497bae620c5bdd53f3b003b1716a6/slapos.cookbook-0.69.tar.gz" } ], "0.7": [ { "comment_text": "", "digests": { "md5": "b0940c79b3c088d1a19a998428dfa682", "sha256": "d9e6ffff3e5940da7ea48452386358923a2e1bdf4e847594faff1eec0ed865ed" }, "downloads": -1, "filename": "slapos.cookbook-0.7.tar.gz", "has_sig": false, "md5_digest": "b0940c79b3c088d1a19a998428dfa682", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 90636, "upload_time": "2011-06-14T13:51:53", "url": "https://files.pythonhosted.org/packages/da/00/c08e540aa78a65020fb79f1214b3325fa0228d2b652c9f2fb529a7714cbb/slapos.cookbook-0.7.tar.gz" } ], "0.70": [ { "comment_text": "", "digests": { "md5": "366d1f6498799e1da62ece7bac6e5869", "sha256": "6ea0c64d5cd415e59a527a758a86fe0fb6404ce535dfd169d6bf838ef5d53807" }, "downloads": -1, "filename": "slapos.cookbook-0.70.tar.gz", "has_sig": false, "md5_digest": "366d1f6498799e1da62ece7bac6e5869", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 224195, "upload_time": "2012-11-05T15:52:14", "url": "https://files.pythonhosted.org/packages/4b/11/45f07dc9d1c41c146fc5531d222260daaba1f6a34fb6f5de8d5c622b9dca/slapos.cookbook-0.70.tar.gz" } ], "0.71": [ { "comment_text": "", "digests": { "md5": "17d48976168b651f6f02ea473dcfcc22", "sha256": "4d6a2ba8d9311e69560b42ee1cf3a68bdd6f56ce403653c800b4a5cfa38d8b2f" }, "downloads": -1, "filename": "slapos.cookbook-0.71.tar.gz", "has_sig": false, "md5_digest": "17d48976168b651f6f02ea473dcfcc22", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 231546, "upload_time": "2012-12-20T15:50:27", "url": "https://files.pythonhosted.org/packages/39/be/db7f04e424be0436615fb3a30a031441395db9af17989e4606ae92b42b03/slapos.cookbook-0.71.tar.gz" } ], "0.71.1": [ { "comment_text": "", "digests": { "md5": "47dab2ee161b9e1873fa39095809065a", "sha256": "d619e60a8d139a48d9af5e4aaed4033605a0f60f95927b6fd678485b93eff380" }, "downloads": -1, "filename": "slapos.cookbook-0.71.1.tar.gz", "has_sig": false, "md5_digest": "47dab2ee161b9e1873fa39095809065a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 232044, "upload_time": "2013-01-04T11:32:53", "url": "https://files.pythonhosted.org/packages/94/26/8da9b75c33222a9381fa4fce80b57d6fb952409ecbbb97ff289a38117e8c/slapos.cookbook-0.71.1.tar.gz" } ], "0.71.2": [ { "comment_text": "", "digests": { "md5": "26e58d59ee83664d9175639e1961f249", "sha256": "2e56704e2771041f011f963a73d183e379ed7cf5394e8ebf129ea19254b6fef4" }, "downloads": -1, "filename": "slapos.cookbook-0.71.2.tar.gz", "has_sig": false, "md5_digest": "26e58d59ee83664d9175639e1961f249", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 228916, "upload_time": "2013-01-29T13:43:11", "url": "https://files.pythonhosted.org/packages/aa/b2/a57d27a0b594119e7374eed2122c0f33328f0e4ee8226fd63bd89a9e80ea/slapos.cookbook-0.71.2.tar.gz" } ], "0.71.3": [ { "comment_text": "", "digests": { "md5": "8a9ed20854c923fcdcfe2fb8bdb41515", "sha256": "f580cb20bace5deef7e40025c3dff15d765a94998eea4a8d2b56fbf3eb8c1053" }, "downloads": -1, "filename": "slapos.cookbook-0.71.3.tar.gz", "has_sig": false, "md5_digest": "8a9ed20854c923fcdcfe2fb8bdb41515", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 232127, "upload_time": "2013-01-31T11:52:59", "url": "https://files.pythonhosted.org/packages/bf/81/1700ca70cc2d28d1a5d72fdabb44ea33cb9a43795643ad6834ff3d7ac5a0/slapos.cookbook-0.71.3.tar.gz" } ], "0.71.4": [ { "comment_text": "", "digests": { "md5": "217741d3de8dc6ce7acf88d6eea6e04e", "sha256": "98e63ea2eb40983db9963fb89dec80ce0fe14906e2f9c410876c547be71109cd" }, "downloads": -1, "filename": "slapos.cookbook-0.71.4.tar.gz", "has_sig": false, "md5_digest": "217741d3de8dc6ce7acf88d6eea6e04e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 232468, "upload_time": "2013-02-01T12:11:50", "url": "https://files.pythonhosted.org/packages/2b/4e/ca7b0e2cef21168ff136b44ff198a86719b96fe755b20ad80c6705ed6927/slapos.cookbook-0.71.4.tar.gz" } ], "0.72.0": [ { "comment_text": "", "digests": { "md5": "b8a818caddd06c9ca1a0a449a59b96de", "sha256": "a3415ef43521decad3f8893fd3737ff24a40d8ba36fe85a9af2e71272c35e312" }, "downloads": -1, "filename": "slapos.cookbook-0.72.0.tar.gz", "has_sig": false, "md5_digest": "b8a818caddd06c9ca1a0a449a59b96de", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 232586, "upload_time": "2013-02-12T13:04:58", "url": "https://files.pythonhosted.org/packages/5c/bb/64b2110c11192de263b3415b8c7de726eb74a3f6be844ba0fa2a264951ea/slapos.cookbook-0.72.0.tar.gz" } ], "0.73.0": [ { "comment_text": "", "digests": { "md5": "37ba8e23014fdbecc5be3524dfe604ed", "sha256": "6bab2c26d68814d9cc2a225f8d6c141f98383b39e6e8af8e750bce8d1f889340" }, "downloads": -1, "filename": "slapos.cookbook-0.73.0.tar.gz", "has_sig": false, "md5_digest": "37ba8e23014fdbecc5be3524dfe604ed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 236451, "upload_time": "2013-02-18T13:01:01", "url": "https://files.pythonhosted.org/packages/4e/8f/4bf24dce5238a36d8a730d9e8bd0315a820f8bb5f7b2b1407dee50b6aac6/slapos.cookbook-0.73.0.tar.gz" } ], "0.73.1": [ { "comment_text": "", "digests": { "md5": "f87a481b2e544dadf2140a3f1b2f1031", "sha256": "5000a92e2a4a076fd47fad32ec7ecf85842540d20142ac720e6b241bee97fe7d" }, "downloads": -1, "filename": "slapos.cookbook-0.73.1.tar.gz", "has_sig": false, "md5_digest": "f87a481b2e544dadf2140a3f1b2f1031", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 236615, "upload_time": "2013-02-19T09:45:06", "url": "https://files.pythonhosted.org/packages/72/05/7b1b85f52cb27de4a8ec1e5a315a14e0cf4b31b874a223ec8022f5d774dc/slapos.cookbook-0.73.1.tar.gz" } ], "0.74.0": [ { "comment_text": "", "digests": { "md5": "c4a4e0e9e3338189fa6024bfc68f4a04", "sha256": "2289eecf5733b1f4bab4606a4505a306e87a2d27fd4da6e95ce28e0f8e6c157d" }, "downloads": -1, "filename": "slapos.cookbook-0.74.0.tar.gz", "has_sig": false, "md5_digest": "c4a4e0e9e3338189fa6024bfc68f4a04", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 239676, "upload_time": "2013-03-05T18:56:18", "url": "https://files.pythonhosted.org/packages/21/e7/558b654a84ce0e4710ccd51439b66cf8eb9963a09de276ed3c36b2b5f238/slapos.cookbook-0.74.0.tar.gz" } ], "0.75.0": [ { "comment_text": "", "digests": { "md5": "bbc051c6f8b41959ffb16b8640152842", "sha256": "5b1d30a20530a4df182dc40cb666a2203403c62e42e547a29b4f0373a7bdd4d4" }, "downloads": -1, "filename": "slapos.cookbook-0.75.0.tar.gz", "has_sig": false, "md5_digest": "bbc051c6f8b41959ffb16b8640152842", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 242869, "upload_time": "2013-03-26T16:03:53", "url": "https://files.pythonhosted.org/packages/02/3d/2131b8f2b48428b9ff1aa4827b0183d9d3b19c057ab4ec6e1886662d5fb3/slapos.cookbook-0.75.0.tar.gz" } ], "0.76.0": [ { "comment_text": "", "digests": { "md5": "3bf75a678341950913a292c3d36ff292", "sha256": "f9acf4e65134589a28c4c367ea2a6db9ab6d667fe3a5585c7fca016de64f8236" }, "downloads": -1, "filename": "slapos.cookbook-0.76.0.tar.gz", "has_sig": false, "md5_digest": "3bf75a678341950913a292c3d36ff292", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 245596, "upload_time": "2013-04-03T15:18:41", "url": "https://files.pythonhosted.org/packages/37/d8/b5ef37ec458dfe01bf2a3ac86063cb43280bb34db338706ab62af0a5869c/slapos.cookbook-0.76.0.tar.gz" } ], "0.77.0": [ { "comment_text": "", "digests": { "md5": "b6c34efd0b7f9c57e0fbcc3f55d5f0d0", "sha256": "fb3cffae014af7bad64f9afe8fe63fb5431c6d72961f4ed335b9bbe8ef2f522b" }, "downloads": -1, "filename": "slapos.cookbook-0.77.0.tar.gz", "has_sig": false, "md5_digest": "b6c34efd0b7f9c57e0fbcc3f55d5f0d0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 246045, "upload_time": "2013-04-18T13:31:54", "url": "https://files.pythonhosted.org/packages/16/93/6aa22c66d1b8a9d087d1eba19996ca410323356422f734462d894fda10d0/slapos.cookbook-0.77.0.tar.gz" } ], "0.77.1": [ { "comment_text": "", "digests": { "md5": "a3d212ae9e13c6e135c71482828e0024", "sha256": "ad2173e140d6a451a64185d7d66791c495a08097d961645543b880da43fb1dcc" }, "downloads": -1, "filename": "slapos.cookbook-0.77.1.tar.gz", "has_sig": false, "md5_digest": "a3d212ae9e13c6e135c71482828e0024", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 245696, "upload_time": "2013-04-19T08:06:18", "url": "https://files.pythonhosted.org/packages/70/7a/13006a8b7861d48ecee754197692e32bd94a5727247916b36b07b6299871/slapos.cookbook-0.77.1.tar.gz" } ], "0.78.0": [ { "comment_text": "", "digests": { "md5": "076f2a5b92502f83f133cba3cdfe0059", "sha256": "fdeaa1b5d5a50ef5f42629239eb05a939260a4c41248019394b09cc4e0a0fbe9" }, "downloads": -1, "filename": "slapos.cookbook-0.78.0.tar.gz", "has_sig": false, "md5_digest": "076f2a5b92502f83f133cba3cdfe0059", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 245915, "upload_time": "2013-04-27T12:49:35", "url": "https://files.pythonhosted.org/packages/eb/78/878b8b92999a3079f864c7b1c44d71b8400288f24be8ccef5a04e67507fd/slapos.cookbook-0.78.0.tar.gz" } ], "0.78.1": [ { "comment_text": "", "digests": { "md5": "3a5638e1c9b8e68e12bec2b5e6d78d43", "sha256": "d086703b58b0a8203d59517ee07859d8cd3b2c4120de6c6374a22d4778b82646" }, "downloads": -1, "filename": "slapos.cookbook-0.78.1.tar.gz", "has_sig": false, "md5_digest": "3a5638e1c9b8e68e12bec2b5e6d78d43", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 288378, "upload_time": "2013-05-31T11:57:33", "url": "https://files.pythonhosted.org/packages/60/e2/7433da77e7d8fcce56f5fa7d45b0c0c3c03600a05b54e982e189d4054902/slapos.cookbook-0.78.1.tar.gz" } ], "0.78.3": [ { "comment_text": "", "digests": { "md5": "0d2ae84a491e8f7746d2c68315f2d406", "sha256": "aae221de9e0cf92e1e2e74f80195f22effe3ef6dc9b212d3ce297296f5770afc" }, "downloads": -1, "filename": "slapos.cookbook-0.78.3.tar.gz", "has_sig": false, "md5_digest": "0d2ae84a491e8f7746d2c68315f2d406", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 298270, "upload_time": "2013-07-18T11:56:25", "url": "https://files.pythonhosted.org/packages/4f/c4/dfb411892a852cccdc386cdd3070f6e2282ac27f5c9551300ef363402f68/slapos.cookbook-0.78.3.tar.gz" } ], "0.78.4": [ { "comment_text": "", "digests": { "md5": "9442605d9439ed7e2fdeae4ec8055d17", "sha256": "e390968469f91e8e34a512e4a2024b2956770a587d0aca4bcaa9bf9e2ce8ed4e" }, "downloads": -1, "filename": "slapos.cookbook-0.78.4.tar.gz", "has_sig": false, "md5_digest": "9442605d9439ed7e2fdeae4ec8055d17", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 292001, "upload_time": "2013-08-06T08:22:32", "url": "https://files.pythonhosted.org/packages/1b/6f/fa947446bd40910f6e49a9e281d27579cdf3ca45ee79719423eb1c544b68/slapos.cookbook-0.78.4.tar.gz" } ], "0.78.5": [ { "comment_text": "", "digests": { "md5": "457c6d35daa491467f8af3ac8399fe2a", "sha256": "4cc0dc94b2e9f11c230f5a452f832c8b1c6bfb6cd9167a0d5a147e382cd40f1c" }, "downloads": -1, "filename": "slapos.cookbook-0.78.5.tar.gz", "has_sig": false, "md5_digest": "457c6d35daa491467f8af3ac8399fe2a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 291728, "upload_time": "2013-08-06T13:12:01", "url": "https://files.pythonhosted.org/packages/0b/7d/191a8e6d12701d2a2e66604636814d8ab189c1121fb3727f715461252f72/slapos.cookbook-0.78.5.tar.gz" } ], "0.79": [ { "comment_text": "", "digests": { "md5": "8566e15e831e48e4040d6b20df525af7", "sha256": "05609617f0d921e3644594d301bc806aa245e47d63b92eee2368d230ee044ebe" }, "downloads": -1, "filename": "slapos.cookbook-0.79.tar.gz", "has_sig": false, "md5_digest": "8566e15e831e48e4040d6b20df525af7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 291733, "upload_time": "2013-08-08T08:28:48", "url": "https://files.pythonhosted.org/packages/90/d5/a2d874ef69bc3f7c55de24c4d945e03628ceb968259be7468a42ae045d23/slapos.cookbook-0.79.tar.gz" } ], "0.8": [ { "comment_text": "", "digests": { "md5": "2e20b3c5afae798f9a4048942a48190b", "sha256": "3c56643b537a1f8d979d21639a2ce1464a1379ddda8a913060a97562cfc0b86f" }, "downloads": -1, "filename": "slapos.cookbook-0.8.tar.gz", "has_sig": false, "md5_digest": "2e20b3c5afae798f9a4048942a48190b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 94071, "upload_time": "2011-06-15T13:36:31", "url": "https://files.pythonhosted.org/packages/f0/3f/cc17fe32b2144aa198473d024486a16fe9d7d5205cf722e40d850a864714/slapos.cookbook-0.8.tar.gz" } ], "0.8-dev": [ { "comment_text": "", "digests": { "md5": "85a0d6497fa64222d0e16e2cbdcd116e", "sha256": "2eb25ab9426986f27f00995a8ebf2abe58c50873305827929da3da0cb1d96118" }, "downloads": -1, "filename": "slapos.cookbook-0.8-dev.tar.gz", "has_sig": false, "md5_digest": "85a0d6497fa64222d0e16e2cbdcd116e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 92386, "upload_time": "2011-06-14T14:33:46", "url": "https://files.pythonhosted.org/packages/de/55/414b5d27df6d1f0ed5c9e56e3bb4687279ef5e939f1044095d01020394b5/slapos.cookbook-0.8-dev.tar.gz" } ], "0.80": [ { "comment_text": "", "digests": { "md5": "b19a5c68c85b7b9e8099c9b44e4f53dd", "sha256": "9e3dc975e37da425d7ab6b7a7d563cd55c2839037a548d96321ad453352b0656" }, "downloads": -1, "filename": "slapos.cookbook-0.80.tar.gz", "has_sig": false, "md5_digest": "b19a5c68c85b7b9e8099c9b44e4f53dd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 292921, "upload_time": "2013-08-08T12:28:58", "url": "https://files.pythonhosted.org/packages/2b/b0/8b7c62282761757caded3014107469ba64d273da87df905b9689c799f67d/slapos.cookbook-0.80.tar.gz" } ], "0.81": [ { "comment_text": "", "digests": { "md5": "acbdeeb83a14264efee0689d76fe7ad0", "sha256": "9b953baeba7a3c9081aaabe5955743f99c297cc43d7192deabedbab3efce1287" }, "downloads": -1, "filename": "slapos.cookbook-0.81.tar.gz", "has_sig": false, "md5_digest": "acbdeeb83a14264efee0689d76fe7ad0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 294542, "upload_time": "2013-08-12T14:24:17", "url": "https://files.pythonhosted.org/packages/ee/72/fbac91ed6680b608196e62f24a9eea66e6eb5d78f2df961bb5f92aac844b/slapos.cookbook-0.81.tar.gz" } ], "0.82": [ { "comment_text": "", "digests": { "md5": "f158ac60cccd3406e8f3d5dbfc6d21a4", "sha256": "a6d5bb59fb73aeee95ba97024bb96e350cf8f680b9e861664099d00805ccda78" }, "downloads": -1, "filename": "slapos.cookbook-0.82.tar.gz", "has_sig": false, "md5_digest": "f158ac60cccd3406e8f3d5dbfc6d21a4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 280026, "upload_time": "2013-08-30T13:45:27", "url": "https://files.pythonhosted.org/packages/e4/b8/116e9fdaa61e7843862afab2b48dc4a93d6e9282db6f29a067686d87f4f0/slapos.cookbook-0.82.tar.gz" } ], "0.83": [ { "comment_text": "", "digests": { "md5": "b5b0eebe91e7a4bd28c2473499f38ff2", "sha256": "f4ad4a382a5ca7f82a499d669caf461d2af146e3a35149377b4390bff1804df3" }, "downloads": -1, "filename": "slapos.cookbook-0.83.tar.gz", "has_sig": false, "md5_digest": "b5b0eebe91e7a4bd28c2473499f38ff2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 280488, "upload_time": "2013-09-10T14:23:00", "url": "https://files.pythonhosted.org/packages/fe/d4/18e847cb516d107098679eb34e377d19e3d38b8db8143fa5a7e9b4666c75/slapos.cookbook-0.83.tar.gz" } ], "0.83.1": [ { "comment_text": "", "digests": { "md5": "7a2a0a46e612a9660d45396defcb447d", "sha256": "51bc57726e18d4559dd3c7925c8771044dc96b346dd5a4106aaae1832f4fbeea" }, "downloads": -1, "filename": "slapos.cookbook-0.83.1.tar.gz", "has_sig": false, "md5_digest": "7a2a0a46e612a9660d45396defcb447d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 280578, "upload_time": "2013-09-10T14:38:45", "url": "https://files.pythonhosted.org/packages/e3/96/385ee13956981ffa9ca2951b1f606145d0125daa8fb663f0cfc66d812633/slapos.cookbook-0.83.1.tar.gz" } ], "0.84": [ { "comment_text": "", "digests": { "md5": "7d035112aab6449ec4809d5922ee4938", "sha256": "656eb78e98aef69eaa73c17c3925ed184b2604face6aaf18f63bd7bfd313ad5b" }, "downloads": -1, "filename": "slapos.cookbook-0.84.tar.gz", "has_sig": false, "md5_digest": "7d035112aab6449ec4809d5922ee4938", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 281673, "upload_time": "2013-09-30T14:48:59", "url": "https://files.pythonhosted.org/packages/46/dd/5b7a3952b6729edd686bd714e3ce4b80360236db8b619bb143c817bf7ce7/slapos.cookbook-0.84.tar.gz" } ], "0.84.1": [ { "comment_text": "", "digests": { "md5": "e038c023b9f2869025ae5f006c9f9469", "sha256": "b6a61bf73ee67402933257775903fc601b34c0750ad33f5a66acee57f34f92da" }, "downloads": -1, "filename": "slapos.cookbook-0.84.1.tar.gz", "has_sig": false, "md5_digest": "e038c023b9f2869025ae5f006c9f9469", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 281568, "upload_time": "2013-10-03T07:23:55", "url": "https://files.pythonhosted.org/packages/21/65/f839fbeb4b0cc89ce4bdf5e1cb0d72e6f81c8fbe98f6e48cedf0f4b0b3e9/slapos.cookbook-0.84.1.tar.gz" } ], "0.84.2": [ { "comment_text": "", "digests": { "md5": "c357d9b4682d9198af80edd5bf273b59", "sha256": "d882cfd93c8b55ab10f62bcd5947789bda8a422d9635c204ce48ff76c4e91104" }, "downloads": -1, "filename": "slapos.cookbook-0.84.2.tar.gz", "has_sig": false, "md5_digest": "c357d9b4682d9198af80edd5bf273b59", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 281659, "upload_time": "2013-10-04T14:32:29", "url": "https://files.pythonhosted.org/packages/18/42/273b03e0da647f41157b481a166391e98978de728c6eed2b8cf48f66e047/slapos.cookbook-0.84.2.tar.gz" } ], "0.85": [ { "comment_text": "", "digests": { "md5": "eb8d9ba9ddab42375e6928feba316132", "sha256": "7d285ac2c4b226ca7e74c209a91bd4e52e6479f5f135318dcec56953ec9a7755" }, "downloads": -1, "filename": "slapos.cookbook-0.85.tar.gz", "has_sig": false, "md5_digest": "eb8d9ba9ddab42375e6928feba316132", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 282176, "upload_time": "2013-12-03T16:44:00", "url": "https://files.pythonhosted.org/packages/4b/46/47cb2330a228ae272fb0e6f67aa3214754485645d7511b031ab1f1e825ec/slapos.cookbook-0.85.tar.gz" } ], "0.87": [ { "comment_text": "", "digests": { "md5": "6d7a145640957f0c8c19167904da0a4e", "sha256": "6d5daf71c07468080f00c3f849b4c9045220cfb9923e4f983d29370176b4de8c" }, "downloads": -1, "filename": "slapos.cookbook-0.87.tar.gz", "has_sig": false, "md5_digest": "6d7a145640957f0c8c19167904da0a4e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 292983, "upload_time": "2014-04-29T15:02:16", "url": "https://files.pythonhosted.org/packages/d7/8a/c7133c0b6fa0a6cd96a7b8823dc5452b2503017a37340184371ef091f3e5/slapos.cookbook-0.87.tar.gz" } ], "0.88": [ { "comment_text": "", "digests": { "md5": "454fe3ca1e747b24eab7f01256a58eb7", "sha256": "078c68d66b75839807d1fc3d24894808050379684fe4a2df7a65ea0f8b84143d" }, "downloads": -1, "filename": "slapos.cookbook-0.88.tar.gz", "has_sig": false, "md5_digest": "454fe3ca1e747b24eab7f01256a58eb7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 295550, "upload_time": "2014-10-15T16:03:44", "url": "https://files.pythonhosted.org/packages/d2/9c/d781943059506930737bc270e8597c6ff4be95e18d0294d318bfff0166ab/slapos.cookbook-0.88.tar.gz" } ], "0.89": [ { "comment_text": "", "digests": { "md5": "c741f53cb84e2729cd7167dd0b506b7b", "sha256": "a71280a8b14f1c6ef58feb8bb74363f0d9e84e678ec23ab855ee66c9d13e3b38" }, "downloads": -1, "filename": "slapos.cookbook-0.89.tar.gz", "has_sig": false, "md5_digest": "c741f53cb84e2729cd7167dd0b506b7b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 295602, "upload_time": "2014-10-17T08:25:10", "url": "https://files.pythonhosted.org/packages/31/aa/a488d4e72f4364fff77b55bcc3cc76a1ed2556a07cbf45ca5720cd125cbb/slapos.cookbook-0.89.tar.gz" } ], "0.9": [ { "comment_text": "", "digests": { "md5": "771be7cd0e3563e7d6a275c46c725531", "sha256": "1afb3dc27ae525a1acf451d635216eba215c67d8fbc662baa53249ec0241d0db" }, "downloads": -1, "filename": "slapos.cookbook-0.9.tar.gz", "has_sig": false, "md5_digest": "771be7cd0e3563e7d6a275c46c725531", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 93721, "upload_time": "2011-06-24T13:56:24", "url": "https://files.pythonhosted.org/packages/72/55/11e0b6f5cef8ac76bcb0364eadc27565c79a27ab542189d02f24f2f943c1/slapos.cookbook-0.9.tar.gz" } ], "0.90": [ { "comment_text": "", "digests": { "md5": "8acd679dba7c8670d475cdb40ac650aa", "sha256": "746a95db6c5390875ae4917f20f0d62ae4bd4fa896762614ec15de1cc1057d42" }, "downloads": -1, "filename": "slapos.cookbook-0.90.tar.gz", "has_sig": false, "md5_digest": "8acd679dba7c8670d475cdb40ac650aa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 294873, "upload_time": "2014-10-28T13:24:25", "url": "https://files.pythonhosted.org/packages/97/b6/2426b8884b179672a22f222f24102ec0adcab28231534b65e382eaa76383/slapos.cookbook-0.90.tar.gz" } ], "0.91": [ { "comment_text": "", "digests": { "md5": "ed5510565ea8c7de3315710907e2b2f0", "sha256": "6eaf3f82f8bf45e49164ad5d7624cf66321a5e4de7b98620ec4a3da62e0599e3" }, "downloads": -1, "filename": "slapos.cookbook-0.91.tar.gz", "has_sig": true, "md5_digest": "ed5510565ea8c7de3315710907e2b2f0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 286908, "upload_time": "2014-11-19T17:22:46", "url": "https://files.pythonhosted.org/packages/30/e5/18d49c6133497128a249cf6e605d68d9ecdc6d44aa04677950bdbd117b49/slapos.cookbook-0.91.tar.gz" } ], "0.92": [ { "comment_text": "", "digests": { "md5": "f2e94531fcb72747997e0668c5b8a758", "sha256": "79d04d4e697d2fcd954aa3cb768472199ae198d71ca24cd6c468b04f7045e12f" }, "downloads": -1, "filename": "slapos.cookbook-0.92.tar.gz", "has_sig": true, "md5_digest": "f2e94531fcb72747997e0668c5b8a758", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 285978, "upload_time": "2014-11-21T15:33:21", "url": "https://files.pythonhosted.org/packages/0d/40/33f3705b0e6617f607d82dd4a3022f4ac6d22e767ee663d40039235d8b2f/slapos.cookbook-0.92.tar.gz" } ], "0.93": [ { "comment_text": "", "digests": { "md5": "5a26ba24a57014840e69b68d6d208fb2", "sha256": "f87dff2347ffb2a284f400ca45170bee6b6997d4849fb2efce0b476d7f8eef5b" }, "downloads": -1, "filename": "slapos.cookbook-0.93.tar.gz", "has_sig": false, "md5_digest": "5a26ba24a57014840e69b68d6d208fb2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 293995, "upload_time": "2015-01-18T16:15:44", "url": "https://files.pythonhosted.org/packages/25/5a/038f3ed146949d4fb8f7ee6dc9762a37c4a5c29a554b32049c3f08955eb1/slapos.cookbook-0.93.tar.gz" } ], "0.94": [ { "comment_text": "", "digests": { "md5": "590d85b9cbba6ec5a3da2adff79e1053", "sha256": "d445fdf3184fb2bc72d779e8f73a2921e5dace64800a9672fe38bee9689deb51" }, "downloads": -1, "filename": "slapos.cookbook-0.94.tar.gz", "has_sig": false, "md5_digest": "590d85b9cbba6ec5a3da2adff79e1053", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 294647, "upload_time": "2015-02-06T13:11:10", "url": "https://files.pythonhosted.org/packages/12/26/6cdc038d153b2123c8067b606c3544cd4fc8af6a9389ad54b0292e842a4d/slapos.cookbook-0.94.tar.gz" } ], "0.95": [ { "comment_text": "", "digests": { "md5": "218648720d9dd0144357f485690b5417", "sha256": "52a4be189d28c1bcec3f1f3263a0aa597f6a75495fcd693f390f559081d29a11" }, "downloads": -1, "filename": "slapos.cookbook-0.95.tar.gz", "has_sig": false, "md5_digest": "218648720d9dd0144357f485690b5417", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 295009, "upload_time": "2015-02-14T08:59:13", "url": "https://files.pythonhosted.org/packages/4f/47/d655858a745754933327369421f5f18b3a85135571746564fc1380d9db04/slapos.cookbook-0.95.tar.gz" } ], "0.96": [ { "comment_text": "", "digests": { "md5": "0076b864c7d109aa7540c76157321a11", "sha256": "96397fe1c51a837fce8292134fb9092b1bf0ac92fb44c869c33ebf69e4584301" }, "downloads": -1, "filename": "slapos.cookbook-0.96.tar.gz", "has_sig": false, "md5_digest": "0076b864c7d109aa7540c76157321a11", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 287444, "upload_time": "2015-03-20T15:47:17", "url": "https://files.pythonhosted.org/packages/4c/9a/4c6b4e129207db5438a75f2ef78abd1c2b0257b211d2c1cb1d1ffc49a1c5/slapos.cookbook-0.96.tar.gz" } ], "0.97": [ { "comment_text": "", "digests": { "md5": "464ab61d69a28d3d53a689fe4b9b4c4f", "sha256": "6049f12efaee82e430f19aef2b000f6487d49041544b848719c6518d9d274104" }, "downloads": -1, "filename": "slapos.cookbook-0.97.tar.gz", "has_sig": false, "md5_digest": "464ab61d69a28d3d53a689fe4b9b4c4f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 287985, "upload_time": "2015-03-26T14:34:23", "url": "https://files.pythonhosted.org/packages/e5/07/6d35d74c13e0affdc667c59049d411cd33f4939d54e9ce03bc534be0b901/slapos.cookbook-0.97.tar.gz" } ], "0.98": [ { "comment_text": "", "digests": { "md5": "99825b8e35e0ca07f06eaddb51884443", "sha256": "0708cd4912836c09ec07d9b966dfc99498cfae6e40048d41566481c31da4de60" }, "downloads": -1, "filename": "slapos.cookbook-0.98.tar.gz", "has_sig": false, "md5_digest": "99825b8e35e0ca07f06eaddb51884443", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 299153, "upload_time": "2015-04-09T09:01:11", "url": "https://files.pythonhosted.org/packages/d1/d4/d1b93746f9890c937497e2a0e294d6673e0e2f09e51e87fce5eb5f97120b/slapos.cookbook-0.98.tar.gz" } ], "0.99": [ { "comment_text": "", "digests": { "md5": "c433a0e7640e7553d9fe1bea3c8995d5", "sha256": "5d1d8d4943cd7de4e9aab4b19a7300002bcf7d747d7021841404c3dffe62cb60" }, "downloads": -1, "filename": "slapos.cookbook-0.99.tar.gz", "has_sig": false, "md5_digest": "c433a0e7640e7553d9fe1bea3c8995d5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 298582, "upload_time": "2015-04-10T07:58:54", "url": "https://files.pythonhosted.org/packages/29/fe/a55bb6f326f99b4271351e7c90b5c0158a869cf2821b95f47bf182cd2e6a/slapos.cookbook-0.99.tar.gz" } ], "1.0.118": [ { "comment_text": "", "digests": { "md5": "059a8a62e489b4e038b994a2aec38906", "sha256": "4b68f6f283f1b5a7920fc34fe9783fa1732ac56d18015a87d88d9ab579b65326" }, "downloads": -1, "filename": "slapos.cookbook-1.0.118.tar.gz", "has_sig": false, "md5_digest": "059a8a62e489b4e038b994a2aec38906", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 221657, "upload_time": "2019-08-13T18:55:50", "url": "https://files.pythonhosted.org/packages/de/2c/eb608c081150802b252666bc560abee9ecc59a96e36823c4756efaf1d7b4/slapos.cookbook-1.0.118.tar.gz" } ], "1.0.119": [ { "comment_text": "", "digests": { "md5": "664987b20d53f7aa7b42e1d0a03e6df5", "sha256": "e207d7914628147eb90e55a29f14bc4efe70163f408ec171e7c60df4550b9584" }, "downloads": -1, "filename": "slapos.cookbook-1.0.119.tar.gz", "has_sig": false, "md5_digest": "664987b20d53f7aa7b42e1d0a03e6df5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 221680, "upload_time": "2019-08-15T02:00:36", "url": "https://files.pythonhosted.org/packages/f6/ee/000c256f520d76edd63a82501dcefc233156230ae47c8908cda59a2713b6/slapos.cookbook-1.0.119.tar.gz" } ], "1.0.121": [ { "comment_text": "", "digests": { "md5": "7566fd85eb2b5c3620724dbc82b36cde", "sha256": "a3cddfafb2a3ba8f300737aa303cc93a1738923647e71d1dcef64ec903d746a0" }, "downloads": -1, "filename": "slapos.cookbook-1.0.121.tar.gz", "has_sig": true, "md5_digest": "7566fd85eb2b5c3620724dbc82b36cde", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 214054, "upload_time": "2019-09-12T10:42:25", "url": "https://files.pythonhosted.org/packages/9c/50/10c36d10ab49632483d9aa1be7db4fbc737a2f3780c94d3e126aae78ad7a/slapos.cookbook-1.0.121.tar.gz" } ], "1.0.122": [ { "comment_text": "", "digests": { "md5": "944b8efd851a3aee72cd2eb8a351b8a1", "sha256": "046ac35f0a33cf737cd5d73f336fff6b5ff00c9a03f1fccfc8742b539840e668" }, "downloads": -1, "filename": "slapos.cookbook-1.0.122.tar.gz", "has_sig": false, "md5_digest": "944b8efd851a3aee72cd2eb8a351b8a1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 219450, "upload_time": "2019-09-24T12:54:22", "url": "https://files.pythonhosted.org/packages/81/1e/28f1e15ec9355f5b76dd5fc3e49d6ae7280c36517af9a44929f3e51d3744/slapos.cookbook-1.0.122.tar.gz" } ], "1.0.123": [ { "comment_text": "", "digests": { "md5": "1a2e1790acb0016edbb0b5640e8fa315", "sha256": "81e9a5ad5c4848f20c60a2636937c679acf94039187e46064aaf04c47f5d548c" }, "downloads": -1, "filename": "slapos.cookbook-1.0.123.tar.gz", "has_sig": false, "md5_digest": "1a2e1790acb0016edbb0b5640e8fa315", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 219593, "upload_time": "2019-10-03T11:04:45", "url": "https://files.pythonhosted.org/packages/7f/78/1caae0fbfd4bbee36fdd8477287407928dfa9f76551573d75eedaca4e782/slapos.cookbook-1.0.123.tar.gz" } ], "1.0.14": [ { "comment_text": "", "digests": { "md5": "32ffb0bc96fd9f10b2077df0f082c996", "sha256": "4f9ce8c09883efdbcf7f546c034d6a5b5dca8b8a14d3e99f6141115589f5b0ca" }, "downloads": -1, "filename": "slapos.cookbook-1.0.14.tar.gz", "has_sig": false, "md5_digest": "32ffb0bc96fd9f10b2077df0f082c996", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 305593, "upload_time": "2015-10-26T11:58:32", "url": "https://files.pythonhosted.org/packages/07/b4/1bef939c36565e641a65cfaf4f7cabb7fb62244b593c7f64c3b534b1f67b/slapos.cookbook-1.0.14.tar.gz" } ], "1.0.16": [ { "comment_text": "", "digests": { "md5": "eb32a5bd06c575cd3bb656993e6a533f", "sha256": "91c9e09f15b26ab597dff883a6d526854c413a52618f248b0162db2ac93f55c3" }, "downloads": -1, "filename": "slapos.cookbook-1.0.16.tar.gz", "has_sig": false, "md5_digest": "eb32a5bd06c575cd3bb656993e6a533f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 305818, "upload_time": "2015-10-27T16:52:14", "url": "https://files.pythonhosted.org/packages/58/4d/37ff8935ae0643f8ff0e6c24d9d858321af904dea3e955162cbf8869a0f3/slapos.cookbook-1.0.16.tar.gz" } ], "1.0.17": [ { "comment_text": "", "digests": { "md5": "39335001b616ac1400b04305cfd0dbd8", "sha256": "7d7329d98f1968f8b73187ef2fc79c7bdbcf25e785f73832f8da44340799cb1a" }, "downloads": -1, "filename": "slapos.cookbook-1.0.17.tar.gz", "has_sig": false, "md5_digest": "39335001b616ac1400b04305cfd0dbd8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 306799, "upload_time": "2015-11-27T15:52:46", "url": "https://files.pythonhosted.org/packages/c5/2f/818c4e8a1df4876bbb62996794caa2fc2e923e02f579aec9626a10581503/slapos.cookbook-1.0.17.tar.gz" } ], "1.0.22": [ { "comment_text": "", "digests": { "md5": "0a61f03c1c3f5ef52dd0f3f262b07761", "sha256": "82bbd08ab111043d0e43a21890c0824b5df7707cd97740958498553141d039d4" }, "downloads": -1, "filename": "slapos.cookbook-1.0.22.tar.gz", "has_sig": false, "md5_digest": "0a61f03c1c3f5ef52dd0f3f262b07761", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 304244, "upload_time": "2016-03-31T09:32:17", "url": "https://files.pythonhosted.org/packages/2e/37/50335ebc0b7b03d1f6def68daee175788420243ffadd6580e2fbc63487a7/slapos.cookbook-1.0.22.tar.gz" } ], "1.0.25": [ { "comment_text": "", "digests": { "md5": "a0f772c8317d3611f161d704c8b1160a", "sha256": "c875ad511a56f7767bcb9b7faea51f6f6fa7c5a6c7af7dce76c7cf5d28db94c2" }, "downloads": -1, "filename": "slapos.cookbook-1.0.25.tar.gz", "has_sig": false, "md5_digest": "a0f772c8317d3611f161d704c8b1160a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 304733, "upload_time": "2016-04-15T15:18:37", "url": "https://files.pythonhosted.org/packages/12/26/498796ba8100222dabab2a6475cac660d769959313fca8b3e7bbe9f9f684/slapos.cookbook-1.0.25.tar.gz" } ], "1.0.30": [ { "comment_text": "", "digests": { "md5": "aab1fefe01dea8a0261d18900f8ba9c8", "sha256": "ca195fcd6462de183fd1ef3a84ef68045629c26d63d9f6315b063a7aa6a0bd99" }, "downloads": -1, "filename": "slapos.cookbook-1.0.30.tar.gz", "has_sig": false, "md5_digest": "aab1fefe01dea8a0261d18900f8ba9c8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 304847, "upload_time": "2016-05-23T16:34:14", "url": "https://files.pythonhosted.org/packages/20/0f/04b7a1d9b8e09ede75e883a18024bcf0e3e318c05af80334bd5b19ba456b/slapos.cookbook-1.0.30.tar.gz" } ], "1.0.31": [ { "comment_text": "", "digests": { "md5": "bd9d3cb142f03d0731d1f6d9fa9be959", "sha256": "40cbcbbfa8912bb45c8598143527313c67e9402266d336d60098547f11b89ee5" }, "downloads": -1, "filename": "slapos.cookbook-1.0.31.tar.gz", "has_sig": false, "md5_digest": "bd9d3cb142f03d0731d1f6d9fa9be959", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 305490, "upload_time": "2016-05-30T13:02:35", "url": "https://files.pythonhosted.org/packages/c7/96/71d465d1a2066d79c208433aa80079ba16bae534651d5863e4f3ef7fad0c/slapos.cookbook-1.0.31.tar.gz" } ], "1.0.35": [ { "comment_text": "", "digests": { "md5": "d5705e581106225505af9d68a298478a", "sha256": "2634d904ef7d5ff4906b18cd2d90f8c11aaf852abbef11ce17a98c146e697e62" }, "downloads": -1, "filename": "slapos.cookbook-1.0.35.tar.gz", "has_sig": false, "md5_digest": "d5705e581106225505af9d68a298478a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 271989, "upload_time": "2016-09-19T14:09:17", "url": "https://files.pythonhosted.org/packages/ce/01/7b747b108afaec891ca30b04053dc8ae27c40a1007ed03349219bc2e6a65/slapos.cookbook-1.0.35.tar.gz" } ], "1.0.41": [ { "comment_text": "", "digests": { "md5": "7752031e644466c969bc524c1a83aee7", "sha256": "bc4cdd0240c9df9a3b80ba7531ad838721f6ce92217c5ef7f1b6e7ba77ec8239" }, "downloads": -1, "filename": "slapos.cookbook-1.0.41.tar.gz", "has_sig": false, "md5_digest": "7752031e644466c969bc524c1a83aee7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 275352, "upload_time": "2016-10-26T16:30:19", "url": "https://files.pythonhosted.org/packages/03/51/c980d720138a3ce13b02dd92b349935fe045310839991915a5723aa55e51/slapos.cookbook-1.0.41.tar.gz" } ], "1.0.43": [ { "comment_text": "", "digests": { "md5": "d43a8f2a0d06f1dd7ff9e185333d6eaa", "sha256": "bb951c27329e7485d302ebb5fab8a39e61961030a62c34347301bad516fe1826" }, "downloads": -1, "filename": "slapos.cookbook-1.0.43.tar.gz", "has_sig": false, "md5_digest": "d43a8f2a0d06f1dd7ff9e185333d6eaa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 275734, "upload_time": "2016-11-24T21:44:26", "url": "https://files.pythonhosted.org/packages/eb/16/99fa148e47219ac0b943fd512fdca592a84d7416f986c234c013e113dbd2/slapos.cookbook-1.0.43.tar.gz" } ], "1.0.44": [ { "comment_text": "", "digests": { "md5": "517116f30fd35da9ea4bd3f828758c61", "sha256": "1152e9f4662a8628694aeb70b45b0101452c2fbf06684ba511652f3b9a440caf" }, "downloads": -1, "filename": "slapos.cookbook-1.0.44.tar.gz", "has_sig": false, "md5_digest": "517116f30fd35da9ea4bd3f828758c61", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 273035, "upload_time": "2016-12-30T14:46:21", "url": "https://files.pythonhosted.org/packages/dd/06/3b1c3c121c33b5bc5561ba7986cebe861e69cc172a5a823dfce491dee6bf/slapos.cookbook-1.0.44.tar.gz" } ], "1.0.45": [ { "comment_text": "", "digests": { "md5": "d8a2d27d0a26f4848d34625ceb422614", "sha256": "91665d9754b9eea40934ca6f42f859cc45422769ce843c6794282b1d037121bf" }, "downloads": -1, "filename": "slapos.cookbook-1.0.45.tar.gz", "has_sig": false, "md5_digest": "d8a2d27d0a26f4848d34625ceb422614", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 273320, "upload_time": "2017-01-09T16:23:59", "url": "https://files.pythonhosted.org/packages/0b/4c/34eb999959a4320ade621b4374485561a51b5502c996bfa9970f9049d983/slapos.cookbook-1.0.45.tar.gz" } ], "1.0.48": [ { "comment_text": "", "digests": { "md5": "23b69c901b092742b94cc5bf068ab6c4", "sha256": "1ef270755919ac6b636b9f75fd9e9caed5387d80856822f3310981b0e030654e" }, "downloads": -1, "filename": "slapos.cookbook-1.0.48.tar.gz", "has_sig": false, "md5_digest": "23b69c901b092742b94cc5bf068ab6c4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 270046, "upload_time": "2017-01-31T15:49:06", "url": "https://files.pythonhosted.org/packages/70/cb/80c40e1679df61041e802328504544bdcdec3dd002ccb4631d2d11169e3b/slapos.cookbook-1.0.48.tar.gz" } ], "1.0.50": [ { "comment_text": "", "digests": { "md5": "e31a4e9e2d7b64785e8370c65ffcb136", "sha256": "2dc9caf23baf9e9ba9bd6ae0f5722e565a2f7425eda8a0310d52225433b026d1" }, "downloads": -1, "filename": "slapos.cookbook-1.0.50.tar.gz", "has_sig": false, "md5_digest": "e31a4e9e2d7b64785e8370c65ffcb136", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 275218, "upload_time": "2017-04-18T16:19:38", "url": "https://files.pythonhosted.org/packages/5b/4b/5ff2cbebd96372893311cc6ff583421f9e89a10e4c49ffcbcb8eed8041c8/slapos.cookbook-1.0.50.tar.gz" } ], "1.0.52": [ { "comment_text": "", "digests": { "md5": "860f7a094a97781e06487ac42a50a5c4", "sha256": "532bfa10748187f2248ceb6df0d4e0d9ba95e6f6b29c9201c235aa25cb1431d1" }, "downloads": -1, "filename": "slapos.cookbook-1.0.52.tar.gz", "has_sig": false, "md5_digest": "860f7a094a97781e06487ac42a50a5c4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 282032, "upload_time": "2017-07-04T15:34:43", "url": "https://files.pythonhosted.org/packages/74/10/3fc32cd8c3bed0afcbd652c14cbd54f176d06dfab0a3391134661645c1f6/slapos.cookbook-1.0.52.tar.gz" } ], "1.0.53": [ { "comment_text": "", "digests": { "md5": "39210c6392acd404ef0ae22d957c4d93", "sha256": "5d4a5c59edfeb8ac723a5ff4daa1773a337fa1188e4a068ba84b99c7304dc5ae" }, "downloads": -1, "filename": "slapos.cookbook-1.0.53.tar.gz", "has_sig": false, "md5_digest": "39210c6392acd404ef0ae22d957c4d93", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 282330, "upload_time": "2017-09-13T06:59:11", "url": "https://files.pythonhosted.org/packages/b7/38/fb11f00256cfad2bf80ec845741bd64b90cf052a2f9046bdac249f4360bc/slapos.cookbook-1.0.53.tar.gz" } ], "1.0.58": [ { "comment_text": "", "digests": { "md5": "97da808b7813838de2ca57d4add4f327", "sha256": "c2092fdd642622e980049651a4f8754331708a104b4e97d08f22edeb5104062e" }, "downloads": -1, "filename": "slapos.cookbook-1.0.58.tar.gz", "has_sig": false, "md5_digest": "97da808b7813838de2ca57d4add4f327", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 225515, "upload_time": "2018-03-14T14:31:16", "url": "https://files.pythonhosted.org/packages/aa/b6/982eb0c09c44c635d26f8353326a1029c0d243790dfd84d843bfcef9749c/slapos.cookbook-1.0.58.tar.gz" } ], "1.0.59": [ { "comment_text": "", "digests": { "md5": "b21aded20d24d8434ef5f85ed3b1b247", "sha256": "474f786e75a6e22ba3d7dfed3b24c6a550f8521ee6b54299864aa601f97d403d" }, "downloads": -1, "filename": "slapos.cookbook-1.0.59.tar.gz", "has_sig": false, "md5_digest": "b21aded20d24d8434ef5f85ed3b1b247", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 225545, "upload_time": "2018-03-16T10:09:32", "url": "https://files.pythonhosted.org/packages/9b/b3/df0e0923906a5bba5e714d084af424e44b2136259488da8741b76bd7adbc/slapos.cookbook-1.0.59.tar.gz" } ], "1.0.61": [ { "comment_text": "", "digests": { "md5": "599b013a7d49acc75950612b49f05fd0", "sha256": "66b09343c17a763e40091a5963c4eecf36c1b02ad1464d3bc415f0e0a7382a3e" }, "downloads": -1, "filename": "slapos.cookbook-1.0.61.tar.gz", "has_sig": false, "md5_digest": "599b013a7d49acc75950612b49f05fd0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 227385, "upload_time": "2018-04-10T16:28:54", "url": "https://files.pythonhosted.org/packages/0a/cc/103bc78721d11c52ef08834c5785cdd5db726b65ee9bfa806c3dd087737e/slapos.cookbook-1.0.61.tar.gz" } ], "1.0.62": [ { "comment_text": "", "digests": { "md5": "ee391f6f31a46d33140df272097d8a32", "sha256": "e7afb324379c2789dd31746451743411c5d7cf8cb95b03e747b9a28c2401642b" }, "downloads": -1, "filename": "slapos.cookbook-1.0.62.tar.gz", "has_sig": false, "md5_digest": "ee391f6f31a46d33140df272097d8a32", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 227381, "upload_time": "2018-04-10T16:43:10", "url": "https://files.pythonhosted.org/packages/7b/5e/362745d8e003939f3c1fa4f78472ee342b9e3ca122c8c4a1d047e1594050/slapos.cookbook-1.0.62.tar.gz" } ], "1.0.66": [ { "comment_text": "", "digests": { "md5": "dd9bde83f2d4256bd9ff60d1e2a05698", "sha256": "7a7ba46412c46627e8f115de2f581fe5118bded77dad0e3983d751341b620040" }, "downloads": -1, "filename": "slapos.cookbook-1.0.66.tar.gz", "has_sig": false, "md5_digest": "dd9bde83f2d4256bd9ff60d1e2a05698", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 231760, "upload_time": "2018-06-22T10:45:46", "url": "https://files.pythonhosted.org/packages/ab/ef/25b5145cdd61f568ff97010230da15ab330af04045044c975df029dd7a88/slapos.cookbook-1.0.66.tar.gz" } ], "1.0.75": [ { "comment_text": "", "digests": { "md5": "f8fd58ad8f81527c71e489ceaee055bb", "sha256": "83d1c8a6f35881845a9f36125a5dcad9194c5603293767318377e00de7d4a1af" }, "downloads": -1, "filename": "slapos.cookbook-1.0.75.tar.gz", "has_sig": false, "md5_digest": "f8fd58ad8f81527c71e489ceaee055bb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 228084, "upload_time": "2018-09-05T08:48:37", "url": "https://files.pythonhosted.org/packages/8b/c5/5f0e4138e0e0616031571353f4dfcdf0aad9dd8bdf14d300a72078afbd7a/slapos.cookbook-1.0.75.tar.gz" } ], "1.0.84": [ { "comment_text": "", "digests": { "md5": "18951fb4cde0cd66d43436297775760c", "sha256": "5b56ee82b4e5d4397897ed8597ad78c927e721017b3d80c2b7948976f2050fee" }, "downloads": -1, "filename": "slapos.cookbook-1.0.84.tar.gz", "has_sig": false, "md5_digest": "18951fb4cde0cd66d43436297775760c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 227776, "upload_time": "2018-12-28T15:52:32", "url": "https://files.pythonhosted.org/packages/95/f6/3c471b13a54047c870b1c5e88733367ab92a49c28bf1c941dfe4442ce670/slapos.cookbook-1.0.84.tar.gz" } ], "1.0.85": [ { "comment_text": "", "digests": { "md5": "f28091573d58249fe2d216d64d120536", "sha256": "4e32035fbd2a3ccb7b05ca3f604a783882d29089a57f8bde1c31cb5a4856152c" }, "downloads": -1, "filename": "slapos.cookbook-1.0.85.tar.gz", "has_sig": false, "md5_digest": "f28091573d58249fe2d216d64d120536", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 227771, "upload_time": "2018-12-28T16:03:45", "url": "https://files.pythonhosted.org/packages/53/08/8e9e6fb78469b8e35f71f673c6fcfeb4a49dd067bbfb75e9f47b6a9ce719/slapos.cookbook-1.0.85.tar.gz" } ], "1.0.9": [ { "comment_text": "", "digests": { "md5": "486b052d85aff0954e96087fb4e589d7", "sha256": "fd91d1b48123b3e6c509ad4178c31f6ee001ccd3465a40c1a574e70952bd03c3" }, "downloads": -1, "filename": "slapos.cookbook-1.0.9.tar.gz", "has_sig": false, "md5_digest": "486b052d85aff0954e96087fb4e589d7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 304741, "upload_time": "2015-08-17T17:32:48", "url": "https://files.pythonhosted.org/packages/72/2f/0cb2168fa27043f29e5e127aeac94bc3dad2677ef89035334bdd60753a56/slapos.cookbook-1.0.9.tar.gz" } ], "1.0.92": [ { "comment_text": "", "digests": { "md5": "4c8a613b78edd9071040a5323b268bc0", "sha256": "793d19c45cff936ce420ee00b2821b2624848baa7a1325cfa18a1039e1e34915" }, "downloads": -1, "filename": "slapos.cookbook-1.0.92.tar.gz", "has_sig": false, "md5_digest": "4c8a613b78edd9071040a5323b268bc0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 219973, "upload_time": "2019-02-21T14:16:31", "url": "https://files.pythonhosted.org/packages/e3/1a/d7277d9413b9f20974bbf3a8dfd7125e4bd0fa62dc0fe98533d582b13e4f/slapos.cookbook-1.0.92.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1a2e1790acb0016edbb0b5640e8fa315", "sha256": "81e9a5ad5c4848f20c60a2636937c679acf94039187e46064aaf04c47f5d548c" }, "downloads": -1, "filename": "slapos.cookbook-1.0.123.tar.gz", "has_sig": false, "md5_digest": "1a2e1790acb0016edbb0b5640e8fa315", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 219593, "upload_time": "2019-10-03T11:04:45", "url": "https://files.pythonhosted.org/packages/7f/78/1caae0fbfd4bbee36fdd8477287407928dfa9f76551573d75eedaca4e782/slapos.cookbook-1.0.123.tar.gz" } ] }