{ "info": { "author": "Herman Tai", "author_email": "htaihm@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: Apache Software License", "Topic :: Software Development :: Libraries", "Topic :: Utilities" ], "description": "sorno-py-scripts\n================\n\nMy python scripts. `sorno` is just a brand name that I use for my stuff.\nIt's convenient to use that as a package name instead of the usual \"org.xxx\".\n\nThe source code of the whole project is in github:\nhttps://github.com/hermantai/sorno-py-scripts\n\nPyPI page: https://pypi.python.org/pypi/sorno-py-scripts\n\nAll scripts support the \"-h\" or the \"--help\" option for documentation of the\nscripts. Often the documentation is in the __doc__ of the script, so take a\nlook at that as well.\n\nAll scripts are prefixed with \"`sorno_`\" to avoid polluting the Scripts folder\n(in Windows, /usr/local/bin in \\*nix) of python or other binaries when this\nsuite is installed.\n\nThis project also includes the `sorno` library.\n\nInstallation\n--------------------\nIf you don't have Python installed, you first need to install it from\nhttps://www.python.org/downloads/. You need a version at least 2.7 but lower\nthan 3.0.\n\nFor the following commands, add **sudo** in front of the commands if you are\ngetting permission error.\n\nA Python package management system will make your life easier, so install pip\nby::\n\n $ easy_install pip\n\nIf easy_install is not on your system, you can check how to install it in\nhttps://pythonhosted.org/setuptools/easy_install.html#installing-easy-install.\n\nInstall with pip\n~~~~~~~~~~~~~~~~\n::\n\n $ pip install sorno_py_scripts # note that the project name is in underscores, not dashes\n\nInstall with easy-install\n~~~~~~~~~~~~~~~~~~~~~~~~~\n::\n\n $ easy_install sorno_py_scripts # note that the project name is in underscores, not dashes\n\nInstall from source\n~~~~~~~~~~~~~~~~~~~\nYou can install sorno-py-scripts from the source code by cloning the git repo::\n\n $ git clone https://github.com/hermantai/sorno-py-scripts\n\nThen cd to the sorno-py-scripts directory::\n\n $ cd sorno-py-scripts\n\nInstall it::\n\n $ python setup.py install\n\n\nRunning the scripts\n-------------------\nYour scripts should be installed at your $PATH. For *nix system, they are\nusually in */usr/local/bin*. For windows, they should be in a *Scripts*\ndirectory under the Python installation.\n\nMake sure your scripts are in the PATH system environment variables.\n\nThen you can run the scripts by simply invoking them from the command line\nconsole ($ is the prompt of the console)::\n\n $ sorno_gtasks.py -h\n\nRunning the tests\n-----------------\nIn the directory containing the ./test.sh file, then run it::\n\n $ ./test.sh\n\nYou can run tests only for the sorno library::\n\n $ ./test_sorno.sh\n\nOr tests only for the scripts::\n\n $ ./test_scripts.sh\n\nContents\n--------------------\nUse -h or --help options for the scripts to get more detail documentation for\neach script.\n\nsorno_alarm.py (alpha)\n~~~~~~~~~~~~~~~~~~~~~~\nA console alarm which uses the system bell as the alarm bell by default. You\nset how\nmany seconds before the alarm goes off, not an absolute time in the future.\nAfter you respond to the bell (e.g. please \"Enter\" in the console after the\nsystem bell rings), it restarts the alarm and will ring again after your\nspecified time. Use control-c to exit the alarm completely.\n\nsorno_amazon_reviews_scrape.py\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\nA script to scrape Amazon product reviews from the web page.\n\nsorno_amazon_wishlist_scrape.py\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\nA script to scrape items from an Amazon wishlist. The script only works for\nwishlists which are \"Public\". You can change the settings by following the\ninstruction in:\nhttp://www.amazon.com/gp/help/customer/display.html?nodeId=501094\n\nsorno_appcache_generator.py\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\nGenerate an appcache file to be used for html5 application cache of a web\napplication. The goal is to make the whole web app cached, so the app can be\nrun offline.\n\nsorno_attach_realdate.py\n~~~~~~~~~~~~~~~~~~~~~~~~\nAttaches the actual time in human readable format for timestamps found in\ncoming lines.\n\nExample::\n\n $ cat /tmp/abc\n once upon a time 1455225387 there is\n 1455225387 something called blah\n and 1455225387\n then foo\n\n $ cat /tmp/abc |python scripts/sorno_attach_realdate.py\n once upon a time 1455225387(2016-02-11 13:16:27) there is\n 1455225387(2016-02-11 13:16:27) something called blah\n and 1455225387(2016-02-11 13:16:27)\n then foo\n\nsorno_cloud_vision.py\n~~~~~~~~~~~~~~~~~~~~~\nsorno_cloud_vision.py makes using the Google Cloud Vision API easier.\n\nDoc: https://cloud.google.com/vision/docs\n\nThe script generates requests for the given photos, sends the requests to Cloud\nVision, then puts the results into the corresponding response files.\n\nsorno_compress_photos.py\n~~~~~~~~~~~~~~~~~~~~~~~~\nCompresses all photos in a directory to jpg quality.\n\nsorno_download_all.py\n~~~~~~~~~~~~~~~~~~~~~\nDownloads all items from all links from a URL.\n\nsorno_dropbox.py\n~~~~~~~~~~~~~~~~\nProvides utilities to work with dropbox just like the official dropbox cli\n(http://www.dropboxwiki.com/tips-and-tricks/using-the-official-dropbox-command-line-interface-cli),\nbut in a script instead of a REPL way. sorno_dropbox also has higher level\nfeatures like copying directories recursively.\n\nsorno_email.py\n~~~~~~~~~~~~~~\nSends a simple email with plain text\n\nThe script first tries to use your system Mail Transfer Agent(MTA) configured,\notherwise, it prompts for login to use Gmail SMTP server.\n\nsorno_extract_spg_properties.py\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\nExtracts Simon Property Group property information from its 10-K filings\n\nSample usage::\n\n $ sorno_extract_spg_properties.py spg_10-k.html\n\nIf you get UnicodeEncodingError, you should prefix your command with\n\"PYTHONIOENCODING=UTF-8\". E.g::\n\n $ PYTHONIOENCODING=UTF-8 sorno_extract_spg_properties.py html_file\n\n\nsorno_facts.py\n~~~~~~~~~~~~~~~~~~~~\nPrints out a random fact for fun\n\nsorno_feedly.py\n~~~~~~~~~~~~~~~\nManages feeds stored in Feedly.\n\nThis script does not implement an oauth flow, so just get a developer token\nfrom https://developer.feedly.com/v3/developer to use this script.\n\nQuickstart:\n\n First, get a developer access token through\n https://developer.feedly.com/v3/developer, then set the environment\n variable SORNO_FEEDLY_ACCESS_TOKEN.\n\n ::\n\n $ export SORNO_FEEDLY_ACCESS_TOKEN='YOUR ACCESS TOKEN HERE'\n\n Print all categories::\n\n $ sorno_feedly.py categories\n\n Print all feeds::\n\n $ sorno_feedly.py categories\n\n Print all entries, duplicated entries, and get prompted for marking\n duplicated entries to read::\n\n $ sorno_feedly.py entries\n\nsorno_gcloud_bigquery.py\n~~~~~~~~~~~~~~~~~~~~~~~~~~~\nDemos the use of Google Cloud BigQuery\n\nThe script can be run to get the result of a query.\n\nYou need to get the json credentials file before using this script. See https://developers.google.com/identity/protocols/application-default-credentials#howtheywork.\n\nQuickstart:\n\n sorno_gcloud_bigquery.py --google-json-credentials \"SELECT author,text FROM [bigquery-public-data:hacker_news.comments] where text is not null LIMIT 10\"\n\nReference: https://cloud.google.com/bigquery/create-simple-app-api#authorizing\n\nsorno_gcloud_pubsub_demo.py\n~~~~~~~~~~~~~~~~~~~~~~~~~~~\nDemos the use of Google Cloud Pub/Sub.\n\nThe script can be run as a publisher or a subscriber for a Pub/Sub topic.\n\nYou need to get the json credentials file before using this script. See https://developers.google.com/identity/protocols/application-default-credentials#howtheywork.\n\nQuickstart:\n\n To run as a publisher:\n\n sorno_gcloud_pubsub_demo.py --google-json-credentials --publisher\n\n To run as a subscriber:\n\n sorno_gcloud_pubsub_demo.py --google-json-credentials --subscriber\n\nReference: https://cloud.google.com/pubsub/configure\n\nsorno_gdoc.py\n~~~~~~~~~~~~~~~~~\nA command line client for accessing Google Docs. The API doc used to implement\nit is in https://developers.google.com/drive/web/quickstart/quickstart-python\n\nYou can search for a file and download its content (only if it's a doc).\n\nsorno_gdrive.py\n~~~~~~~~~~~~~~~~~~~\nA command line client for Google Drive. The API doc used to implement this is\nin\nhttps://developers.google.com/drive/web/quickstart/quickstart-python\n\nCurrently, you can upload files with the script.\n\nsorno_locate_git.py\n~~~~~~~~~~~~~~~~~~~\nGets the remote location of a local file/directory from a local git repository.\n\nsorno_grepchunks.py\n~~~~~~~~~~~~~~~~~~~\nOftenly, you want to treat multiple lines as one chunk and see if it matches a\nregex. If it does, you want to print out the whole chunk instead of the only\nline that matches the regex. sorno_grepchunks lets you define what a chunk\nis by giving a chunk starting regex, that is, all the lines starting from the\nline that matches the regex and before the next match are treated as one\nchunk. You can then apply another regex to match against it.\n\nsorno_gtasks.py\n~~~~~~~~~~~~~~~\nA script version of Google Tasks\n\nsorno_java_deps_graph.py\n~~~~~~~~~~~~~~~~~~~~~~~~\nPrints the class dependency graph given a bunch of java source files.\n\nsorno_join_malls_info_in_csv.py\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\nJoin the malls information in different csv files.\n\nThe first line of each csv file should be the headers. One of the header should\nbe \"Name\".\n\nSample run::\n\n sorno_join_malls_info_in_csv.py --columns-kept-last \"Total Mall Store GLA\" *.csv\n\nsorno_ls.py\n~~~~~~~~~~~\nsorno_ls.py is just like the Unix \"ls\" command\n\nsorno_merge_pdfs.py\n~~~~~~~~~~~~~~~~~~~\nMerge pdfs\n\nsorno_pick.py\n~~~~~~~~~~~~~\nA script to prompt for choosing items generated from different sources, then\nprint those items out. For example, if you have a script to generate common\ndirectories that you use, e.g. gen-fav-dir.sh, you can put the following in\nyour .bashrc, assuming sorno_pick.py and gen-fav-dir.sh are in your PATH::\n\n $ alias cdf='cd $(sorno_pick.py -c gen-fav-dir.sh)'\n\nThen you can just type::\n\n $ cdf\n\nAnd you will be given a list of directories to \"cd\" to.\n\nP.S. You probably want to set the alias to the following::\n\n $ alias cdf='tmp=\"cd $(sorno_pick.py -c gen-fav-dir.sh)\";history -s \"$tmp\";$tmp'\n\nThis ensures the history is inserted in a useful way, e.g. when you run\n\"history\", you see the actual command instead of just \"cdf\".\n\nsorno_podcast_downloader.py\n~~~~~~~~~~~~~~~~~~~~~~~~~~~\nDownloads podcasts given a feed url.\n\nThe downloaded podcasts have useful file\nnames (e.g contain the title of the podcast and prefixed by the published\ndate).\n\nsorno_protobuf_to_dict.py\n~~~~~~~~~~~~~~~~~~~~~~~~~\nConverts text format of protobufs to python dict.\n\nThe script launches ipython for you to play with the parsed python dict.\n\nsorno_realdate.py\n~~~~~~~~~~~~~~~~~\nPrints the human readable date for timestamps\n\nExample::\n\n $ sorno_realdate.py 1455223642 1455223642000 1455223642000000 1455223642000000000\n 1455223642: 2016-02-11 12:47:22-0800 PST in s\n 1455223642000: 2016-02-11 12:47:22-0800 PST in ms\n 1455223642000000: 2016-02-11 12:47:22-0800 PST in us\n 1455223642000000000: 2016-02-11 12:47:22-0800 PST in ns\n\nsorno_reduce_image_sizes.py\n~~~~~~~~~~~~~~~~~~~~~~~~~~~\nSaves images with reduced sizes.\n\nReduces the sizes of all images in a directory and its subdirectories by\nsaving them with lower quality jpg format. The directory structure is\npreserved but the new directory is created with a timestamp suffix.\n\nsorno_rename.py\n~~~~~~~~~~~~~~~\nsorno_rename.py renames files given regex for matching names of the\nexisting files and using backreferences for filenames to be renamed to.\n\nsorno_replace_thrift_const.py\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\nReplaces constants with literal values for a thrift file except for the\ndeclaration. This is mainly for thrift compilers which cannot handle constants\nwithin lists or other collection structures.\n\nsorno_scrape_peg_list_1000.py\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\nScrapes the 1000 pegs from http://www.rememberg.com/Peg-list-1000/\n\nsorno_spacefill.py\n~~~~~~~~~~~~~~~~~~\nFills up the disk space with a specific size of garbage data.\n\nsorno_stock_quote.py\n~~~~~~~~~~~~~~~~~~~~\nGets stock quotes and other information for stock symbols.\n\nThe script can print real-time or close to real-time stock quotes, historical\nquotes, and also fundamental ratios for the stock (company).\n\nsorno_summarize_code.py\n~~~~~~~~~~~~~~~~~~~~~~~\nPrints a summary of the code file.\n\nIt makes the layout of the code to be read easily. Currently it only supports\npython files.\n\nsorno_top_size_files.py\n~~~~~~~~~~~~~~~~~~~~~~~\nPrints the top files in terms of sizes.\n\nPrints the top files in terms of sizes under a directory or its subdirectories\nsize\n\nsorno_twitter_post_tweets.py\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\nBatch posting tweets on Twitter\n\nBefore using the script, go to\nhttps://dev.twitter.com/oauth/overview/application-owner-access-tokens to get\nthe necessary credentials.\n\nUse Google Doc to edit your tweets, one line per tweet. You should not use naked links (i.e. each link should be associated with some text). Then \"File\" -> \"Download as\" -> \"Web Page (.html zipped)\".\n\nUnzip the downloaded file. Then run the following command with the appropriate parameters. path_to_file should be the path to the html file you unzipped.\n\n::\n\n $ sorno_twitter_post_tweets.py --consumer-key consumer_key --consumer-secret consumer_secret --access_token-key access_token_key --access-token-secret access_token_secret --parse-tweets-from-file path_to_file\n\nThe script prints each tweet, and asks if you want to post the tweet indicated by \"Tweet preview\". Enter \"y\" if you want it posted, \"n\" otherwise.\n\nUsing scripts involving Google App API\n---------------------------------------\nFor scripts like \"sorno_gdoc.py\", \"sorno_gdrive.py\" and \"sorno_gtasks.py\", a\n**Google App project** is required to account for the quota of using the API.\nYou need to get an **OAuth2** **client id** and **secret** for your Google App\nproject, then export them as environment variables\n\"GOOGLE_APP_PROJECT_CLIENT_ID\" and \"GOOGLE_APP_PROJECT_CLIENT_SECRET\"\nrespectively (replace \"xxx\" and \"yyy\" with your actual values) before running\nthe script::\n\n export GOOGLE_APP_PROJECT_CLIENT_ID='xxx'\n export GOOGLE_APP_PROJECT_CLIENT_SECRET='yyy'\n\nYou probably want to put the two lines above in your bashrc file.\n\nYou can get the oauth2 client id and secret by the following steps:\n\n1) Choose a Google App project or create a new one in\n https://console.developers.google.com/project\n\n2) After you have chosen a Google App Project, you then go to the tab \"APIs &\n auth\" on the left.\n\n3) Click on the APIs subtab, and search for the API needed for the script you\n want to use. The help page of the script tells you what API your project\n needs. For example, sorno_gtasks.py needs the Tasks API with the scope\n 'https://www.googleapis.com/auth/tasks'. Enable it.\n\n4) Go to the \"Credentials\" subtab, click \"Add credentials\", choose \"OAuth 2.0\n client ID\", enter some information on the OAuth consent screen if prompted.\n In that screen, only email address and product name are required to be\n filled out. For the *Application type*, choose \"Other\".\n\n5) After the credentials is created, click on it and you should see your\n **Client ID** and **Client secret** there.\n\nTroubleshooting\n~~~~~~~~~~~~~~~\nIf you are getting some import error when running the script, make sure you\nhave the newest Google API Client Library for Python. You can find the\ninstallation instruction here:\nhttps://developers.google.com/api-client-library/python/start/installation\n\nDevelopment\n-----------\nStart\n~~~~~\nA sample of a script can be obtained from *python/script_template.py* in\nhttps://github.com/hermantai/samples.\n\nUnit testing\n~~~~~~~~~~~~\nYou can run the unit tests in the *scripts/tests* directory. First, set up the\ntesting environment by running::\n\n $ source setup_test_env.sh\n\nIf you have installed sorno-py-scripts in your machine, the *sorno* library\nfrom the installation is used instead of your local changes because of\neasy-install messing with the search path. In that case you need to either\nremove the egg manually or bump up the version and install it with your local\nchanges to override the existing version.\n\nThen you can run individual unit tests with::\n\n $ python scripts/tests/test_xxx.py\n\nDeployment\n~~~~~~~~~~\nThe only deployment destinations for now is github and PyPI. In github, this\nproject resides in the sorno-py-scripts project:\nhttps://github.com/hermantai/sorno-py-scripts\n\nTo deploy to PyPI, first install twine::\n\n $ pip install twine\n\nThen you can use the script to deploy to PyPI::\n\n $ ./pypi_deploy_with_twine.sh\n\nUse **sudo** if you encounter permission issues when running the commands.\n\nUse the following if you get an error saying \"twine cannot be found\" even\ntwine is on your PATH::\n\n sudo env \"PATH=$PATH\" ./pypi_deploy_with_twine.sh\n\nIf twine does not work, use the old school::\n\n $ ./pypi_deploy.sh", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/hermantai/sorno-py-scripts/archive/master.zip", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/hermantai/sorno-py-scripts", "keywords": "", "license": "APLv2", "maintainer": "", "maintainer_email": "", "name": "sorno-py-scripts", "package_url": "https://pypi.org/project/sorno-py-scripts/", "platform": "", "project_url": "https://pypi.org/project/sorno-py-scripts/", "project_urls": { "Download": "https://github.com/hermantai/sorno-py-scripts/archive/master.zip", "Homepage": "https://github.com/hermantai/sorno-py-scripts" }, "release_url": "https://pypi.org/project/sorno-py-scripts/0.47.4/", "requires_dist": null, "requires_python": "", "summary": "Herman Tai's python scripts all prefixed with \"sorno_\"", "version": "0.47.4" }, "last_serial": 5657426, "releases": { "0.21.1": [ { "comment_text": "", "digests": { "md5": "35af79bb68edb2cc24307ba8fe64d300", "sha256": "9c769f2166a4f1fd0e9363b0e160668589f2bfeb7df04aba3cfcd190fd6880f1" }, "downloads": -1, "filename": "sorno_py_scripts-0.21.1-py2.7.egg", "has_sig": false, "md5_digest": "35af79bb68edb2cc24307ba8fe64d300", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 69397, "upload_time": "2015-08-29T16:28:26", "url": "https://files.pythonhosted.org/packages/66/b9/34e29b44ace58cc321454cd9781e4c46d591382af3f99bc3f58a3c5dc115/sorno_py_scripts-0.21.1-py2.7.egg" } ], "0.21.2": [ { "comment_text": "", "digests": { "md5": "e8cdf4bdf691cdb4a2b528e5f5939ec9", "sha256": "a898f7d2af3fbe830de5013dac0cc6b3781b8b09c44186bda829ab4c5cc5b69f" }, "downloads": -1, "filename": "sorno_py_scripts-0.21.2-py2.7.egg", "has_sig": false, "md5_digest": "e8cdf4bdf691cdb4a2b528e5f5939ec9", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 71863, "upload_time": "2015-08-29T16:54:25", "url": "https://files.pythonhosted.org/packages/e3/6b/ecfb451cc07783391f9af54572e20e6389878359e44d073c3512f713c6c8/sorno_py_scripts-0.21.2-py2.7.egg" } ], "0.21.3": [ { "comment_text": "", "digests": { "md5": "d3d10ead5675d47a578dc05ae2ff9950", "sha256": "58f593900f80a9a3fd69f8f0657133e45c12aa5ca5e7ac3d960e11ed1dcbd6cf" }, "downloads": -1, "filename": "sorno_py_scripts-0.21.3-py2.7.egg", "has_sig": false, "md5_digest": "d3d10ead5675d47a578dc05ae2ff9950", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 71860, "upload_time": "2015-08-29T17:27:21", "url": "https://files.pythonhosted.org/packages/1a/26/e213200064962f6ccf7937aecc1fff4a73e6e09f0d433013efc349aad88f/sorno_py_scripts-0.21.3-py2.7.egg" } ], "0.21.4": [ { "comment_text": "", "digests": { "md5": "cc7f9ae5c8aa28cac9848e184540a32b", "sha256": "07081270c613889da780c98bcc558d90bd863f510f4e01bf35bb5322b86aee04" }, "downloads": -1, "filename": "sorno_py_scripts-0.21.4-py2.7.egg", "has_sig": false, "md5_digest": "cc7f9ae5c8aa28cac9848e184540a32b", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 72057, "upload_time": "2015-08-29T17:41:31", "url": "https://files.pythonhosted.org/packages/28/ca/b71abf809da0e2a0246ae3c72bf5ae147c17885e64c4e583a4734b0d939d/sorno_py_scripts-0.21.4-py2.7.egg" } ], "0.22.1": [ { "comment_text": "", "digests": { "md5": "7adcc8b922d4d9d16d477b4f97fbe44a", "sha256": "839030d062eaae5c035a8298b738a011b86adadbf647a31541e8a685990d99ed" }, "downloads": -1, "filename": "sorno_py_scripts-0.22.1-py2.7.egg", "has_sig": false, "md5_digest": "7adcc8b922d4d9d16d477b4f97fbe44a", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 73615, "upload_time": "2015-08-30T06:23:31", "url": "https://files.pythonhosted.org/packages/15/79/0da9014455f7848a2fe1883eea9c64d164ba849373439ce1196c7b1e1b8b/sorno_py_scripts-0.22.1-py2.7.egg" } ], "0.22.2": [ { "comment_text": "", "digests": { "md5": "360d79f6ad5349040d1790fe214eb18c", "sha256": "2f14528e631d8687a308b94c88575525e4fc231b2f929a1fe157850ccf38707c" }, "downloads": -1, "filename": "sorno_py_scripts-0.22.2-py2.7.egg", "has_sig": false, "md5_digest": "360d79f6ad5349040d1790fe214eb18c", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 73613, "upload_time": "2015-08-30T06:46:55", "url": "https://files.pythonhosted.org/packages/82/64/6a24a2218b0075011c5c6c09d7e29b85cd243cbaf73700b4040f435ae92a/sorno_py_scripts-0.22.2-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "2605f445b8783b4b6ad833f1477a86c1", "sha256": "f65346c2acac8871d4f07f2ea53d3039b5a1490206fbe8bf9345ab52286845a6" }, "downloads": -1, "filename": "sorno-py-scripts-0.22.2.tar.gz", "has_sig": false, "md5_digest": "2605f445b8783b4b6ad833f1477a86c1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38729, "upload_time": "2015-08-30T06:50:14", "url": "https://files.pythonhosted.org/packages/36/10/a2f134d0b925c55330df55ef701c71bd8961089c8eec21b512ed69dd0a1e/sorno-py-scripts-0.22.2.tar.gz" } ], "0.22.4": [ { "comment_text": "", "digests": { "md5": "a73ec5621bad476402de6a74abd69bad", "sha256": "c223377cb6e1270b97ceb40205477e39e0da5f2f4cd1103ea3ab76edfa45076c" }, "downloads": -1, "filename": "sorno_py_scripts-0.22.4-py2.7.egg", "has_sig": false, "md5_digest": "a73ec5621bad476402de6a74abd69bad", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 73614, "upload_time": "2015-08-30T06:57:13", "url": "https://files.pythonhosted.org/packages/3d/2e/064dddc6299f604a16f273e7fbfd1d4e31ce2fe31d5687f21bfc314b3af7/sorno_py_scripts-0.22.4-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "e399e84541fbb42f2764287408992a69", "sha256": "b2650ae54231c1e31f6d56c81787eb7a3405cc913e28d7cc9c4a44e54bd6ed35" }, "downloads": -1, "filename": "sorno-py-scripts-0.22.4.tar.gz", "has_sig": false, "md5_digest": "e399e84541fbb42f2764287408992a69", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38728, "upload_time": "2015-08-30T06:57:18", "url": "https://files.pythonhosted.org/packages/2a/4c/8837abd74ccf237e9567c8f310b16740ca0986c66375c6088738f13fdc55/sorno-py-scripts-0.22.4.tar.gz" } ], "0.22.5": [ { "comment_text": "", "digests": { "md5": "4860112e1f878d0f33642e8772e546a0", "sha256": "990cb2021a556e9047638c10f999098fd66ed714e9f1f9c49d4735b8fc2fc675" }, "downloads": -1, "filename": "sorno_py_scripts-0.22.5-py2.7.egg", "has_sig": false, "md5_digest": "4860112e1f878d0f33642e8772e546a0", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 73616, "upload_time": "2015-08-30T07:05:12", "url": "https://files.pythonhosted.org/packages/67/22/b7581e0e259e1f85ef05b8d6976e2a26d5060d7656f965d4f8cf50e5b7fd/sorno_py_scripts-0.22.5-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "c7b9e94bad2e1fbaff6d8b7f6d83cf76", "sha256": "e5601c63df9f6883035270196e4f7d899272d6977ec914e0b57b11f5b289a45b" }, "downloads": -1, "filename": "sorno-py-scripts-0.22.5.tar.gz", "has_sig": false, "md5_digest": "c7b9e94bad2e1fbaff6d8b7f6d83cf76", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38728, "upload_time": "2015-08-30T07:05:17", "url": "https://files.pythonhosted.org/packages/5e/ee/5e29182b3e31a7af67f0e449041b6d13bb4fa4a3a0b51a7b8ed1bb40de52/sorno-py-scripts-0.22.5.tar.gz" } ], "0.23.0": [ { "comment_text": "", "digests": { "md5": "1025edc7c88495eb66f96ac30c520c17", "sha256": "bb3cf2553dab9d010b73167f34b1364d58e20f02c0b9666ea26c4c4db9a2c608" }, "downloads": -1, "filename": "sorno_py_scripts-0.23.0-py2.7.egg", "has_sig": false, "md5_digest": "1025edc7c88495eb66f96ac30c520c17", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 78649, "upload_time": "2015-09-02T07:14:54", "url": "https://files.pythonhosted.org/packages/0e/f8/f195b87319d38f4af8ac6733a4fbb807074f352deca146ea0bc6b1f97ec8/sorno_py_scripts-0.23.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "319478e7f09d4ef3680933a083414a24", "sha256": "589c136b167ea78832e131a8a732f8523d53042dd687338c385844a8b567b859" }, "downloads": -1, "filename": "sorno-py-scripts-0.23.0.tar.gz", "has_sig": false, "md5_digest": "319478e7f09d4ef3680933a083414a24", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39061, "upload_time": "2015-09-02T07:14:58", "url": "https://files.pythonhosted.org/packages/16/65/b3524080a6cdf40589afdb42f758cd27a0a05e4b981c74e0222a39bea57d/sorno-py-scripts-0.23.0.tar.gz" } ], "0.25.0": [ { "comment_text": "", "digests": { "md5": "79363d9e6a290d001779b394669d9955", "sha256": "ca584feb896b2fe6ee3cd01ef06c9606c9547d224f40cbbafa6ec2b0663b3b06" }, "downloads": -1, "filename": "sorno_py_scripts-0.25.0-py2.7.egg", "has_sig": false, "md5_digest": "79363d9e6a290d001779b394669d9955", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 88657, "upload_time": "2015-09-02T23:33:19", "url": "https://files.pythonhosted.org/packages/ee/ef/18cca429b227f09c2194f399b97e4f5d28914e4d77dd30aa370e3a02f02e/sorno_py_scripts-0.25.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "1bb5a8cf4f8dc9693513598f5d01e14b", "sha256": "0d86b9f4e632afa1c7b7cab085f53683e82009ef752d12004310cb5e05ca5a13" }, "downloads": -1, "filename": "sorno-py-scripts-0.25.0.tar.gz", "has_sig": false, "md5_digest": "1bb5a8cf4f8dc9693513598f5d01e14b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38933, "upload_time": "2015-09-02T23:33:24", "url": "https://files.pythonhosted.org/packages/1c/c6/4b434d0dc6ae591ab863f8b89d634fde9bce10be9b248fd5171799738566/sorno-py-scripts-0.25.0.tar.gz" } ], "0.25.1": [ { "comment_text": "", "digests": { "md5": "19b3dc479c09c8d6a71a490a73083f5c", "sha256": "2084e3a059038defa372c8969dcdbe9b43e6906818b50aea93437f171cc43a38" }, "downloads": -1, "filename": "sorno_py_scripts-0.25.1-py2.7.egg", "has_sig": false, "md5_digest": "19b3dc479c09c8d6a71a490a73083f5c", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 93407, "upload_time": "2015-09-04T02:41:08", "url": "https://files.pythonhosted.org/packages/15/f3/a2b30ca67396682c57ce672a37e8800edcfef0240b57e4ce1321944f41a9/sorno_py_scripts-0.25.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "7a2cd0a2aa559d8dc88120179d30bdc3", "sha256": "1ed78ac21164ad5d4c94a3f53d00b9499bef7512bd72305f19273bb1ca1ca4dd" }, "downloads": -1, "filename": "sorno-py-scripts-0.25.1.tar.gz", "has_sig": false, "md5_digest": "7a2cd0a2aa559d8dc88120179d30bdc3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40408, "upload_time": "2015-09-04T02:41:16", "url": "https://files.pythonhosted.org/packages/9f/20/54da8b5aad5918f1f8d6996a2faf0cd02ef620d5448e15119fb6ecb996bc/sorno-py-scripts-0.25.1.tar.gz" } ], "0.26.0": [ { "comment_text": "", "digests": { "md5": "c47a5259c699d0beb46ee2cb71715154", "sha256": "0eb63f4b75a7269087f76f22a8c7bd2e6e062b9f3c1b43fb9504350ddf5d90c8" }, "downloads": -1, "filename": "sorno_py_scripts-0.26.0-py2.7.egg", "has_sig": false, "md5_digest": "c47a5259c699d0beb46ee2cb71715154", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 96184, "upload_time": "2015-09-05T00:42:46", "url": "https://files.pythonhosted.org/packages/78/0b/c67e5a3c10a5c8e40ef52cbede943dd119943cd1f55c9b6b9df0b14d8a4c/sorno_py_scripts-0.26.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "7b13aea5c46836965950632bdb84844a", "sha256": "82d3846cb196d8b83fb06be0888b108d7b815673ef13334b596b7e1517f8e7f6" }, "downloads": -1, "filename": "sorno-py-scripts-0.26.0.tar.gz", "has_sig": false, "md5_digest": "7b13aea5c46836965950632bdb84844a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 43215, "upload_time": "2015-09-05T00:42:50", "url": "https://files.pythonhosted.org/packages/2b/c1/451809a20dfed0720f914322b8c7b079a3b21cb08f4fb388790904462504/sorno-py-scripts-0.26.0.tar.gz" } ], "0.26.2": [ { "comment_text": "", "digests": { "md5": "038fe91cbca371a6cfadcf609dc205ac", "sha256": "ea4d3ff55c4f1dc808d74ad606a5c3576e9c78132401d50735fb452ccf5cb555" }, "downloads": -1, "filename": "sorno_py_scripts-0.26.2-py2.7.egg", "has_sig": false, "md5_digest": "038fe91cbca371a6cfadcf609dc205ac", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 96830, "upload_time": "2015-09-05T05:50:53", "url": "https://files.pythonhosted.org/packages/ce/fd/09a83c30f553553ee3ece86bc4c14afe6200cdfe2662c480c26306b5f57c/sorno_py_scripts-0.26.2-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "d1cda0fdba2cf9fad1877427e959ee1a", "sha256": "cd46d049c0557cc3f3b3d2a47f80233fb0b19fb741821926283bf4e320fb5b24" }, "downloads": -1, "filename": "sorno-py-scripts-0.26.2.tar.gz", "has_sig": false, "md5_digest": "d1cda0fdba2cf9fad1877427e959ee1a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44004, "upload_time": "2015-09-05T05:51:10", "url": "https://files.pythonhosted.org/packages/e2/b4/275a821beeb2a067807c640fe1c0d3d653c637c969cf846dfd15ef8b7d22/sorno-py-scripts-0.26.2.tar.gz" } ], "0.26.3": [ { "comment_text": "", "digests": { "md5": "866231242fb2d6fa5bb9468f103e2613", "sha256": "1edfd5de627869273da54c0606e6d45ccb6e4ea62acd156dac627bd23790608f" }, "downloads": -1, "filename": "sorno_py_scripts-0.26.3-py2.7.egg", "has_sig": false, "md5_digest": "866231242fb2d6fa5bb9468f103e2613", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 96889, "upload_time": "2015-09-05T19:51:09", "url": "https://files.pythonhosted.org/packages/33/60/3517ab9f7ad8cd9103c2f52c296a42455ce425ea57e60b4fc50b8849cefe/sorno_py_scripts-0.26.3-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "7c72985f6fc6ef0648dc36d630f11a88", "sha256": "086073b0f39453b0819e37d4ae7eab790a9572ae1ec3d6a14cbc95ba2ab7788b" }, "downloads": -1, "filename": "sorno-py-scripts-0.26.3.tar.gz", "has_sig": false, "md5_digest": "7c72985f6fc6ef0648dc36d630f11a88", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44067, "upload_time": "2015-09-05T19:51:13", "url": "https://files.pythonhosted.org/packages/ec/71/f0fad634b4d0f55963a757008fb9901c6c233b21fdf0040314127a4fb18f/sorno-py-scripts-0.26.3.tar.gz" } ], "0.26.4": [ { "comment_text": "", "digests": { "md5": "a283d1342c108210d8d15511966e57d2", "sha256": "47275f0b48a4aaa7b8f8f74a002aee2f33b4a1abc414ef3de509e2e8217f79a1" }, "downloads": -1, "filename": "sorno_py_scripts-0.26.4-py2.7.egg", "has_sig": false, "md5_digest": "a283d1342c108210d8d15511966e57d2", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 99113, "upload_time": "2015-09-17T16:51:50", "url": "https://files.pythonhosted.org/packages/28/97/3db1cc1a42cc8e9f445b80b4b9b39c5202a87825952df056e8f437b0f9a6/sorno_py_scripts-0.26.4-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "5bba4b456de7337b71d477fe5c672cbd", "sha256": "90a3bef93d866545aaaae4bd0dd349c96edba761a6f6efa3797ddf23cbe10def" }, "downloads": -1, "filename": "sorno-py-scripts-0.26.4.tar.gz", "has_sig": false, "md5_digest": "5bba4b456de7337b71d477fe5c672cbd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 45301, "upload_time": "2015-09-17T16:52:00", "url": "https://files.pythonhosted.org/packages/1a/d9/755f7d3d3656428fe0797f92ffa4c294887af1494527a74057f1ac8eaf46/sorno-py-scripts-0.26.4.tar.gz" } ], "0.26.5": [ { "comment_text": "", "digests": { "md5": "5a29ae92b988a977743ad328bb7938da", "sha256": "7ce42e190756bc6846eb81c661bac82c2e5b29877476972d56e1b49e25bab48e" }, "downloads": -1, "filename": "sorno_py_scripts-0.26.5-py2.7.egg", "has_sig": false, "md5_digest": "5a29ae92b988a977743ad328bb7938da", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 99160, "upload_time": "2015-09-21T16:45:10", "url": "https://files.pythonhosted.org/packages/ca/c7/62d2efae2e70697c7ba70e74e76e0a2466bfa5dc84decdae07a58dd94fc5/sorno_py_scripts-0.26.5-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "6c536c802ed06e8c7cc67342c66d5f0a", "sha256": "1724840c2fab4bb4a75c917eaf7ea092a51e35a9fbad0e40ad24353f34dd7d3f" }, "downloads": -1, "filename": "sorno-py-scripts-0.26.5.tar.gz", "has_sig": false, "md5_digest": "6c536c802ed06e8c7cc67342c66d5f0a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 45299, "upload_time": "2015-09-21T16:45:27", "url": "https://files.pythonhosted.org/packages/32/f1/6cdefbefbd16eeb64124728dd487c3f83b79619e0ff79c250ad655b238e4/sorno-py-scripts-0.26.5.tar.gz" } ], "0.27.0": [ { "comment_text": "", "digests": { "md5": "471ce233eb4f8cbb4c09a3d082803608", "sha256": "6e60f936fe3e827b167c7de44c31c9c4f676e12d24781e3deb46ffdf4574f0e2" }, "downloads": -1, "filename": "sorno_py_scripts-0.27.0-py2.7.egg", "has_sig": false, "md5_digest": "471ce233eb4f8cbb4c09a3d082803608", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 99357, "upload_time": "2015-10-11T05:00:04", "url": "https://files.pythonhosted.org/packages/83/08/b576f122f5055cdd7d56892f373bd5b1a8f0131f396e5668586a5d47c704/sorno_py_scripts-0.27.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "3680d999a0f984b818540af46336385d", "sha256": "bba08bf7e7caa76d792169ab9f33f7904d2b88e69a65cb894a24b3346c344d3b" }, "downloads": -1, "filename": "sorno-py-scripts-0.27.0.tar.gz", "has_sig": false, "md5_digest": "3680d999a0f984b818540af46336385d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 45494, "upload_time": "2015-10-11T05:00:11", "url": "https://files.pythonhosted.org/packages/e7/b9/d1f3d7688006b39b1c9cb19f131c3b1cf0a88f8ef5b38b5d6fe5f856c585/sorno-py-scripts-0.27.0.tar.gz" } ], "0.27.1": [ { "comment_text": "", "digests": { "md5": "b31189bea2faa23d51b44f471d4275c5", "sha256": "5ce573f088d91f3a63437e7885cdfc5bb9c3ad9250ec5184a22f0d7fc0ca6401" }, "downloads": -1, "filename": "sorno_py_scripts-0.27.1-py2.7.egg", "has_sig": false, "md5_digest": "b31189bea2faa23d51b44f471d4275c5", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 99535, "upload_time": "2015-10-12T17:55:33", "url": "https://files.pythonhosted.org/packages/25/8b/5ba27b1b755c7d22e65decbaf386bbe4aa6fb42c02b7beb4877f62349816/sorno_py_scripts-0.27.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "312062d28c65029609ac22eea3060f5b", "sha256": "8ad5324d204c0499fddcd6871a62b8ffb06cb698e1d2439ad499d5bb4d8d5c82" }, "downloads": -1, "filename": "sorno-py-scripts-0.27.1.tar.gz", "has_sig": false, "md5_digest": "312062d28c65029609ac22eea3060f5b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 45707, "upload_time": "2015-10-12T17:55:37", "url": "https://files.pythonhosted.org/packages/a6/14/d658f327432ded34f4cec49b51712f71d1170abcfc0043fb1934e86210cf/sorno-py-scripts-0.27.1.tar.gz" } ], "0.27.2": [ { "comment_text": "", "digests": { "md5": "be82a52805602e46974413eb86eca30b", "sha256": "9c18a855ce758248f78a40c097765c54ee7b1cb7475addf555325bea8d1c7989" }, "downloads": -1, "filename": "sorno_py_scripts-0.27.2-py2.7.egg", "has_sig": false, "md5_digest": "be82a52805602e46974413eb86eca30b", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 100270, "upload_time": "2015-11-18T05:31:07", "url": "https://files.pythonhosted.org/packages/77/30/e55e1fe419431f91802afb0121422a77b40a0e6b36258d2f9ba0f61af6c1/sorno_py_scripts-0.27.2-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "406c971474d6460b31a8cd0848b7df7f", "sha256": "4d4ed3642c67f8c31138be442f44b021bd191309adc8789790b703e4664b7652" }, "downloads": -1, "filename": "sorno-py-scripts-0.27.2.tar.gz", "has_sig": false, "md5_digest": "406c971474d6460b31a8cd0848b7df7f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 46273, "upload_time": "2015-11-18T05:31:16", "url": "https://files.pythonhosted.org/packages/c0/5b/d472e3fa50adc948b9d8f530d13b02593905da031f2be7481c73c8cd3b7a/sorno-py-scripts-0.27.2.tar.gz" } ], "0.28.1": [ { "comment_text": "", "digests": { "md5": "208a651f6e9500347cd6b721150b3d3f", "sha256": "0faab1df52d5f3a706afdfb6c262837b831ba46e6de8821137e278ac8eb54a6d" }, "downloads": -1, "filename": "sorno_py_scripts-0.28.1-py2.7.egg", "has_sig": false, "md5_digest": "208a651f6e9500347cd6b721150b3d3f", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 103296, "upload_time": "2015-11-27T18:30:29", "url": "https://files.pythonhosted.org/packages/d3/65/41a051323e01cffb6966c644aac1c4487d880aa9107dc4caa761942f0a8d/sorno_py_scripts-0.28.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "8f11a59d92d3362c03f24225c62f281b", "sha256": "0d2d1ea3bfd4debc26ba7eda4c0edc0d4f248a6210a6f3f0d0fe0011b9823175" }, "downloads": -1, "filename": "sorno-py-scripts-0.28.1.tar.gz", "has_sig": false, "md5_digest": "8f11a59d92d3362c03f24225c62f281b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 47391, "upload_time": "2015-11-27T18:30:35", "url": "https://files.pythonhosted.org/packages/e4/95/0b2936c510c2ae2b37bd0255a0a9d973244affb5ea119a0f6fcb68aece06/sorno-py-scripts-0.28.1.tar.gz" } ], "0.28.2": [ { "comment_text": "", "digests": { "md5": "60217fb1ad17d5a0d70fd40226295730", "sha256": "b2d8d2a6a203e54954d2e4abb3dd1e148b4093ad7ad7a5f75172d38bb86ec8da" }, "downloads": -1, "filename": "sorno_py_scripts-0.28.2-py2.7.egg", "has_sig": false, "md5_digest": "60217fb1ad17d5a0d70fd40226295730", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 103447, "upload_time": "2015-11-28T21:09:53", "url": "https://files.pythonhosted.org/packages/be/90/1bd76e8785710dadc8465af6d2de4ec955618399fda4fb0f758f59aebc60/sorno_py_scripts-0.28.2-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "f27a5835707395c603793050647f1d38", "sha256": "73793c41ba254f5d94e017bd91dd306755217645d9173b319045c9e2a8a86442" }, "downloads": -1, "filename": "sorno-py-scripts-0.28.2.tar.gz", "has_sig": false, "md5_digest": "f27a5835707395c603793050647f1d38", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 47532, "upload_time": "2015-11-28T21:10:20", "url": "https://files.pythonhosted.org/packages/0d/33/c3b730de15b9d7e8bb77be8a9698f21f4bfd4bf041a13f616fb0f68024fb/sorno-py-scripts-0.28.2.tar.gz" } ], "0.29.1": [ { "comment_text": "", "digests": { "md5": "3f5860b28985c858e5e7c1b22d89d16b", "sha256": "5fd299fdacb33e8cc9751156159df5d5c4cd784e59699df80ef3b0e7b8016c57" }, "downloads": -1, "filename": "sorno_py_scripts-0.29.1-py2.7.egg", "has_sig": false, "md5_digest": "3f5860b28985c858e5e7c1b22d89d16b", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 105593, "upload_time": "2016-01-27T21:52:50", "url": "https://files.pythonhosted.org/packages/f1/ac/27d8b59c2e2fa78ab87f2356f7e17e571d15b4c2c9fa1a619a3fc9b11306/sorno_py_scripts-0.29.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "4dd1958cd06ec61c60b11ff4f68438a2", "sha256": "d0796fe224a722d801c61fc233ace593317c300b723eee0d4a7915260db5f3c6" }, "downloads": -1, "filename": "sorno-py-scripts-0.29.1.tar.gz", "has_sig": false, "md5_digest": "4dd1958cd06ec61c60b11ff4f68438a2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 48695, "upload_time": "2016-01-27T21:52:55", "url": "https://files.pythonhosted.org/packages/47/8f/bd14189ba23d4c00e3bad79739a0316560f29d2e53f3a417ccbcb7b49342/sorno-py-scripts-0.29.1.tar.gz" } ], "0.30.1": [ { "comment_text": "", "digests": { "md5": "6e73dde5239bdbe1982acb6dff74faaa", "sha256": "8d11a95eadc946b2ccab3a62b6126b09c4c5fd0a3e3c3edda503212ae44455a5" }, "downloads": -1, "filename": "sorno_py_scripts-0.30.1-py2.7.egg", "has_sig": false, "md5_digest": "6e73dde5239bdbe1982acb6dff74faaa", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 108080, "upload_time": "2016-02-09T22:01:58", "url": "https://files.pythonhosted.org/packages/22/d6/b0c664eae644e21ea334fc138eb1e0c4fa54e213cdfa6ee9454da95e72b8/sorno_py_scripts-0.30.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "61f586b54b184fa6151365ae8477ed1b", "sha256": "fa9ca1f80e2b2e147e471b34b5012bbdf66c077879a8420418c9a9577ae8696f" }, "downloads": -1, "filename": "sorno-py-scripts-0.30.1.tar.gz", "has_sig": false, "md5_digest": "61f586b54b184fa6151365ae8477ed1b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 50261, "upload_time": "2016-02-09T22:02:30", "url": "https://files.pythonhosted.org/packages/0d/53/caabe589ee644642e6593b0e17a5fffaa481e31d4a81f3f96086cbcf81b1/sorno-py-scripts-0.30.1.tar.gz" } ], "0.30.2": [ { "comment_text": "", "digests": { "md5": "70d7656b5bf785b0d04f6c14cb20a00b", "sha256": "7594e1409b1569b0f91fbe1eb3febd71161331eee7aff34ca6cd2b33fafebaab" }, "downloads": -1, "filename": "sorno_py_scripts-0.30.2-py2.7.egg", "has_sig": false, "md5_digest": "70d7656b5bf785b0d04f6c14cb20a00b", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 108110, "upload_time": "2016-02-10T10:54:06", "url": "https://files.pythonhosted.org/packages/7b/26/dd59f3e22096c6c71d241b683a5adc70e8b8ca2dca7c2b96d1083aa8188d/sorno_py_scripts-0.30.2-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "ac33f377a995844cbde3abd73e222584", "sha256": "2534bd8fe27802e56515217631967983c31bfd98cb0622ccddaad6b54b40dfe4" }, "downloads": -1, "filename": "sorno-py-scripts-0.30.2.tar.gz", "has_sig": false, "md5_digest": "ac33f377a995844cbde3abd73e222584", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 50268, "upload_time": "2016-02-10T10:54:16", "url": "https://files.pythonhosted.org/packages/e0/16/2e85f5cd5662d66a1741c987e28c60f4e71a970f557648431be49294b4bc/sorno-py-scripts-0.30.2.tar.gz" } ], "0.31.0": [ { "comment_text": "", "digests": { "md5": "4b2c9d66decf6af1380dd4d37795f388", "sha256": "0701f8e5b6b08a59cb36bd09c6696a48d1a4cfc9973dfe58df255595f86626bc" }, "downloads": -1, "filename": "sorno_py_scripts-0.31.0-py2.7.egg", "has_sig": false, "md5_digest": "4b2c9d66decf6af1380dd4d37795f388", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 109119, "upload_time": "2016-02-10T11:01:57", "url": "https://files.pythonhosted.org/packages/f8/96/410a2f65646cb80d11eb250e0592a29d5d42e98b08362f04df30be7e6d81/sorno_py_scripts-0.31.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "470ef64eb72473d0d34e185863dc7bc3", "sha256": "cbee21959b3ff77cf83ef19f4236dfe490941df454e9ffa40a570a662888241c" }, "downloads": -1, "filename": "sorno-py-scripts-0.31.0.tar.gz", "has_sig": false, "md5_digest": "470ef64eb72473d0d34e185863dc7bc3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 50534, "upload_time": "2016-02-10T19:28:58", "url": "https://files.pythonhosted.org/packages/6e/bf/0099da2e75a588a60c71de987c23851b13601f015b8bef32737ef8d2b8b5/sorno-py-scripts-0.31.0.tar.gz" } ], "0.32.0": [ { "comment_text": "", "digests": { "md5": "e5774052990cd7c18fc1199afc754011", "sha256": "1520289da50a38138ead852780694360d0ee76e43f8e3bf45f44641bb2e502cd" }, "downloads": -1, "filename": "sorno_py_scripts-0.32.0-py2.7.egg", "has_sig": false, "md5_digest": "e5774052990cd7c18fc1199afc754011", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 113154, "upload_time": "2016-02-11T21:02:46", "url": "https://files.pythonhosted.org/packages/75/5e/eda6ca51147c69ea315c27e35a2e3690f45c2f1c2d78972013e9bcfe3a98/sorno_py_scripts-0.32.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "74a59928454343966dc2c943683a1923", "sha256": "534c21c58007cc5e71746febeea1a3511da69dc44504cd2191550d3c113c7253" }, "downloads": -1, "filename": "sorno-py-scripts-0.32.0.tar.gz", "has_sig": false, "md5_digest": "74a59928454343966dc2c943683a1923", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 52066, "upload_time": "2016-02-11T21:03:05", "url": "https://files.pythonhosted.org/packages/5a/51/335307f3742c03be7921c40f99051cdc8941ed32341046cd93c813ce3f3d/sorno-py-scripts-0.32.0.tar.gz" } ], "0.33.0": [ { "comment_text": "", "digests": { "md5": "7b33f362fce8ab99ff2a0a3c7b28545e", "sha256": "38b3a4d53ea5fe72bed429196d995b1bea022e7831600ec33c070bbcac2a9f93" }, "downloads": -1, "filename": "sorno_py_scripts-0.33.0-py2.7.egg", "has_sig": false, "md5_digest": "7b33f362fce8ab99ff2a0a3c7b28545e", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 114623, "upload_time": "2016-02-11T21:25:38", "url": "https://files.pythonhosted.org/packages/46/46/8eb562d7f358ad37efd04ebf048c5901cc177bbd517786543df474c52719/sorno_py_scripts-0.33.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "60c9b9854049c7006069fe9e253f281a", "sha256": "12381935432ba0dd1e5bcdaf1f6cf1bdf4bd44a5e50e327fde675fd34ef779f2" }, "downloads": -1, "filename": "sorno-py-scripts-0.33.0.tar.gz", "has_sig": false, "md5_digest": "60c9b9854049c7006069fe9e253f281a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 52983, "upload_time": "2016-02-11T21:25:46", "url": "https://files.pythonhosted.org/packages/5d/19/d79ee4988ac262b362e828cad905112480101f78951e2f2e72754ffcb6cd/sorno-py-scripts-0.33.0.tar.gz" } ], "0.33.1": [ { "comment_text": "", "digests": { "md5": "0495f7a3e85977f9ae5da436543420ef", "sha256": "18f425a781cda9dd746c5b3b7c4e8f3307c8df0d2e0ee2d94e6630615820ed9d" }, "downloads": -1, "filename": "sorno_py_scripts-0.33.1-py2.7.egg", "has_sig": false, "md5_digest": "0495f7a3e85977f9ae5da436543420ef", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 117167, "upload_time": "2016-02-15T01:05:37", "url": "https://files.pythonhosted.org/packages/61/96/dd00079848a9fc9f837f87bb3a236a9b3ed82c9aadefd8e813a1bb6b689d/sorno_py_scripts-0.33.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "d858277f02de1cda42368e4d4f5c5aaa", "sha256": "67611371fe7c402a4edb1b71f6cea8f60d33ddc540c2c23caba8ad8bed7bc1b2" }, "downloads": -1, "filename": "sorno-py-scripts-0.33.1.tar.gz", "has_sig": false, "md5_digest": "d858277f02de1cda42368e4d4f5c5aaa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 53830, "upload_time": "2016-02-15T01:05:43", "url": "https://files.pythonhosted.org/packages/0e/59/87882f57be3e2c23d6190bd7df2d7dd20b588d7a4f32424a0cc2bf0b9df1/sorno-py-scripts-0.33.1.tar.gz" } ], "0.33.2": [ { "comment_text": "", "digests": { "md5": "65810bf318db0ee83c1d6861ffc1a52e", "sha256": "b7bf27a8b278706417b30e49e8ff70f1f7c631443862f78d5b16ce9492f93ef4" }, "downloads": -1, "filename": "sorno_py_scripts-0.33.2-py2.7.egg", "has_sig": false, "md5_digest": "65810bf318db0ee83c1d6861ffc1a52e", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 117262, "upload_time": "2016-02-15T22:56:37", "url": "https://files.pythonhosted.org/packages/4f/9c/27fd2d6e846a9e27bb9e2a6b4edbbca19b7053141e64fa03a97e2fa533bf/sorno_py_scripts-0.33.2-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "61b4fba5c841136be9ea44df92dd7524", "sha256": "e90aed3181d897f313112918daed5eb09441e402839b6506eed08566b68d30f4" }, "downloads": -1, "filename": "sorno-py-scripts-0.33.2.tar.gz", "has_sig": false, "md5_digest": "61b4fba5c841136be9ea44df92dd7524", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 53933, "upload_time": "2016-02-15T22:56:47", "url": "https://files.pythonhosted.org/packages/3e/77/76ba83ed3137f09353e98919c9d3eb474aa040dee3972403031122166959/sorno-py-scripts-0.33.2.tar.gz" } ], "0.33.3": [ { "comment_text": "", "digests": { "md5": "35c7d78b4e7d2bb07a6fb9050a44f743", "sha256": "e3eb508716e598547b5690d164276d7d5a6a6a86c7b1bc152f8b3b2c29db2bbe" }, "downloads": -1, "filename": "sorno_py_scripts-0.33.3-py2.7.egg", "has_sig": false, "md5_digest": "35c7d78b4e7d2bb07a6fb9050a44f743", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 118980, "upload_time": "2016-02-16T08:37:55", "url": "https://files.pythonhosted.org/packages/34/c0/3f98ec4427fc1cd53220b52f7d993751283baccaa4737e253cbe453b1810/sorno_py_scripts-0.33.3-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "2deed3d5a51e7d1717b72dc39dc081f6", "sha256": "a8ef8f3736503a1fa50b546dadf075f66af698727eeb91e7f10ae32643af6352" }, "downloads": -1, "filename": "sorno-py-scripts-0.33.3.tar.gz", "has_sig": false, "md5_digest": "2deed3d5a51e7d1717b72dc39dc081f6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 54229, "upload_time": "2016-02-16T08:38:02", "url": "https://files.pythonhosted.org/packages/f3/0a/8d1d36e406dfc33295358859d02e911b02bf04f24ee1af63d5a8b6580f3d/sorno-py-scripts-0.33.3.tar.gz" } ], "0.33.4": [ { "comment_text": "", "digests": { "md5": "fed3d73324bbc93a9095a37d476a7b08", "sha256": "69000154378e2e5f25725086610d1fa0f5f4264bd25dcb527624a0f90b021eab" }, "downloads": -1, "filename": "sorno_py_scripts-0.33.4-py2.7.egg", "has_sig": false, "md5_digest": "fed3d73324bbc93a9095a37d476a7b08", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 119511, "upload_time": "2016-02-16T18:55:22", "url": "https://files.pythonhosted.org/packages/5f/b0/86ed2fd25163f6d0b0ca09d2817b541130a3b5d3dcd232cd3f5691be6580/sorno_py_scripts-0.33.4-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "716c5cf9c1b37210080ecdd210d7bdb7", "sha256": "d6e2ef5f8e79cc7a37d3f3b3873cfb7e15edaf17c77985ac3e1d1b734453fd6d" }, "downloads": -1, "filename": "sorno-py-scripts-0.33.4.tar.gz", "has_sig": false, "md5_digest": "716c5cf9c1b37210080ecdd210d7bdb7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 54653, "upload_time": "2016-02-16T18:55:28", "url": "https://files.pythonhosted.org/packages/2b/35/96ee70e1478d2fb15a85d21d6158054e52dfc7f886657b8c5004f358b66b/sorno-py-scripts-0.33.4.tar.gz" } ], "0.33.6": [ { "comment_text": "", "digests": { "md5": "1a528b28c042a88668d99e45aaf49249", "sha256": "944445bf316c6de11f6286f26800cb0559e3765207be0777f3f0e6abd8512cb1" }, "downloads": -1, "filename": "sorno_py_scripts-0.33.6-py2.7.egg", "has_sig": false, "md5_digest": "1a528b28c042a88668d99e45aaf49249", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 118984, "upload_time": "2016-02-29T22:39:12", "url": "https://files.pythonhosted.org/packages/30/51/86c9036e7ce820f16eac7107dd3541fb6b4977f25b1eb26c8f37f6311449/sorno_py_scripts-0.33.6-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "f6a4e31dd158c73795d95e1eef77010e", "sha256": "3bdd0a4d1c67247933353ad2f8ab9d2dd315b2433443c7aa03ca5badb9db097b" }, "downloads": -1, "filename": "sorno-py-scripts-0.33.6.tar.gz", "has_sig": false, "md5_digest": "f6a4e31dd158c73795d95e1eef77010e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 54460, "upload_time": "2016-02-29T22:39:18", "url": "https://files.pythonhosted.org/packages/ce/1c/059396cd4df0d09cbe9f691ac426f8c9adc7fc9cd57f25f1f766be290962/sorno-py-scripts-0.33.6.tar.gz" } ], "0.34.0": [ { "comment_text": "", "digests": { "md5": "73a4bebf5bbecddbb6a4163e168562da", "sha256": "14dc4f4149c2e51e4b65a832fd293e012e4f8d4dd232137f8fb455b3dd163e6d" }, "downloads": -1, "filename": "sorno_py_scripts-0.34.0-py2.7.egg", "has_sig": false, "md5_digest": "73a4bebf5bbecddbb6a4163e168562da", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 120437, "upload_time": "2016-03-17T21:32:05", "url": "https://files.pythonhosted.org/packages/55/d1/256633508e795b047a926f277d72e482ce2c9fe012af7e9ace2486538674/sorno_py_scripts-0.34.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "7205de3b71a29b301a903dae4cdc566e", "sha256": "ba5950ffb89c7c49c7d0b37d34e29b3186cf0ed179402ae6e7977ee9ec4dfd66" }, "downloads": -1, "filename": "sorno-py-scripts-0.34.0.tar.gz", "has_sig": false, "md5_digest": "7205de3b71a29b301a903dae4cdc566e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 55125, "upload_time": "2016-03-17T21:32:12", "url": "https://files.pythonhosted.org/packages/1d/a7/4c9bbd6d614e2c07295686123f0222935a7d134218059dfda5dc1aa7af62/sorno-py-scripts-0.34.0.tar.gz" } ], "0.34.1": [ { "comment_text": "", "digests": { "md5": "a7693a63189af544746bbf8643120db7", "sha256": "ad6350585fd6c032024790ee50dba473e60f5d2c4ba5d62844421cf230abb081" }, "downloads": -1, "filename": "sorno_py_scripts-0.34.1-py2.7.egg", "has_sig": false, "md5_digest": "a7693a63189af544746bbf8643120db7", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 120436, "upload_time": "2016-03-17T21:37:46", "url": "https://files.pythonhosted.org/packages/d8/5b/e58179594e5f73e7e852cf3e9ee6495999a888c8841022eb9b74d64fd491/sorno_py_scripts-0.34.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "7529cddf681ef150aa2f98971a2719bc", "sha256": "1520f4baebe1c94d577dcf22cc9990a24963b4f3830e28098f5a848f7ad42700" }, "downloads": -1, "filename": "sorno-py-scripts-0.34.1.tar.gz", "has_sig": false, "md5_digest": "7529cddf681ef150aa2f98971a2719bc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 55139, "upload_time": "2016-03-17T21:37:54", "url": "https://files.pythonhosted.org/packages/0c/12/54cb59757c5e5a991f7bf58e9ef1cd1c88f7355136a2fd3a99131a17f628/sorno-py-scripts-0.34.1.tar.gz" } ], "0.34.2": [ { "comment_text": "", "digests": { "md5": "4836cc2bb5d4d962bb8a5a169f01e65a", "sha256": "452dd2f1a13409268056cfadd86db0446aecef1a0a3c3c9307e78b8b24c69c06" }, "downloads": -1, "filename": "sorno_py_scripts-0.34.2-py2.7.egg", "has_sig": false, "md5_digest": "4836cc2bb5d4d962bb8a5a169f01e65a", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 120986, "upload_time": "2016-03-18T01:08:09", "url": "https://files.pythonhosted.org/packages/ea/57/467657d30f6a6889e9b1086df19fba932f82c8b56cf1b959adad08d8ff08/sorno_py_scripts-0.34.2-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "b6067cc15722f7d52a0fb1ce4b963672", "sha256": "7fe2fe61c99836e6ad2be0251d5a039f8b254b14534dda23e077aed9a1446ad8" }, "downloads": -1, "filename": "sorno-py-scripts-0.34.2.tar.gz", "has_sig": false, "md5_digest": "b6067cc15722f7d52a0fb1ce4b963672", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 55638, "upload_time": "2016-03-18T01:08:20", "url": "https://files.pythonhosted.org/packages/1b/8f/a08c182f83b4c7bda99d07ff443f559a838eda3568d6003d11eb1baac4df/sorno-py-scripts-0.34.2.tar.gz" } ], "0.34.3": [ { "comment_text": "", "digests": { "md5": "760e83637e8d36a7ab49ad570ddb5cf8", "sha256": "03ca756f0bd08b68d898d890e5e1f3b8b1721a4f80e81d03c700d3483749a2b6" }, "downloads": -1, "filename": "sorno_py_scripts-0.34.3-py2.7.egg", "has_sig": false, "md5_digest": "760e83637e8d36a7ab49ad570ddb5cf8", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 122252, "upload_time": "2016-03-18T17:41:59", "url": "https://files.pythonhosted.org/packages/1e/60/e484541de49ee91ca4ccadffaa611f004784d37567946fa920d55e270465/sorno_py_scripts-0.34.3-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "75f989a2673a761ce71bbeab4a0e7c7a", "sha256": "214e122300dd6f42e412668aa035f7bcebf51f5f83b251dedbc9963ffa3b4a11" }, "downloads": -1, "filename": "sorno-py-scripts-0.34.3.tar.gz", "has_sig": false, "md5_digest": "75f989a2673a761ce71bbeab4a0e7c7a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 55938, "upload_time": "2016-03-18T17:42:19", "url": "https://files.pythonhosted.org/packages/72/aa/7c1c7c65e06989bfadb1652a61a1142ef6370eb45fd6280e5c7aa1dc4851/sorno-py-scripts-0.34.3.tar.gz" } ], "0.35.0": [ { "comment_text": "", "digests": { "md5": "a07b2614064a091a659950d62deb976d", "sha256": "f7b0f3ee18848e91d8c3af2f3ad790705d192ed7caa501b9eacf6d57d45f664b" }, "downloads": -1, "filename": "sorno_py_scripts-0.35.0-py2.7.egg", "has_sig": false, "md5_digest": "a07b2614064a091a659950d62deb976d", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 125549, "upload_time": "2016-03-24T05:55:42", "url": "https://files.pythonhosted.org/packages/9d/25/224bd66c5c31b02b92c942b1c5b3ff9399f6cb7fcef274eb6e20f4747cef/sorno_py_scripts-0.35.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "62ca1a432e32edb76fd0965d76919920", "sha256": "e616780f67c1e95ed11d34ad91fb0d101fc26931450740e06195f8ba42137178" }, "downloads": -1, "filename": "sorno-py-scripts-0.35.0.tar.gz", "has_sig": false, "md5_digest": "62ca1a432e32edb76fd0965d76919920", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 58571, "upload_time": "2016-03-24T05:55:48", "url": "https://files.pythonhosted.org/packages/0e/76/9c14383e1f3f22da11de845da840f039c18e58495bdaf1cec0fa4f84afff/sorno-py-scripts-0.35.0.tar.gz" } ], "0.35.1": [ { "comment_text": "", "digests": { "md5": "533569819c039f4d6227b5b49db5ead6", "sha256": "951a4b3b8d75720bcc40621008b0122e91a6ab0ad96327b93933f7a782d97e91" }, "downloads": -1, "filename": "sorno_py_scripts-0.35.1-py2.7.egg", "has_sig": false, "md5_digest": "533569819c039f4d6227b5b49db5ead6", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 126398, "upload_time": "2016-03-24T14:30:01", "url": "https://files.pythonhosted.org/packages/cb/53/d41d5956b9e5dc0ccfcace535e4a92ba3d50599b743d114f2445703d35b2/sorno_py_scripts-0.35.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "73ffe24372d24817df46154ece231422", "sha256": "dcfa33408cefe9e73c4a3d2f9388f5e4bc318857f00e73aa307b41f7dfe87216" }, "downloads": -1, "filename": "sorno-py-scripts-0.35.1.tar.gz", "has_sig": false, "md5_digest": "73ffe24372d24817df46154ece231422", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 58966, "upload_time": "2016-03-24T14:30:25", "url": "https://files.pythonhosted.org/packages/50/ef/1eee1f8af5d13143a8d0b05ef2d02068ba7b14f87047f0d123d513b4b517/sorno-py-scripts-0.35.1.tar.gz" } ], "0.36.0": [ { "comment_text": "", "digests": { "md5": "e6eb39ab9e77a89f407c4155f832b109", "sha256": "98cef3ff674c3d70e12f2673dee81a9a74cd2039177819b00153dace157a31ce" }, "downloads": -1, "filename": "sorno_py_scripts-0.36.0-py2.7.egg", "has_sig": false, "md5_digest": "e6eb39ab9e77a89f407c4155f832b109", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 127961, "upload_time": "2016-03-25T04:06:17", "url": "https://files.pythonhosted.org/packages/15/b8/a394abc74e4497c01c4cff22a4ea0de3a013b58b08501f90dd5ab5f0a1e6/sorno_py_scripts-0.36.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "57e646b52b3cdc2b0d978ef9493a7d07", "sha256": "41c4fa7eb316e51c2e11a335469f5f26889e3a5770970287de1424a8cf8b2efe" }, "downloads": -1, "filename": "sorno-py-scripts-0.36.0.tar.gz", "has_sig": false, "md5_digest": "57e646b52b3cdc2b0d978ef9493a7d07", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 59684, "upload_time": "2016-03-25T04:06:24", "url": "https://files.pythonhosted.org/packages/d1/55/89643ed8de93f1ca14c115f24830441041b3b59982cb2fd00dfca2406942/sorno-py-scripts-0.36.0.tar.gz" } ], "0.37.0": [ { "comment_text": "", "digests": { "md5": "d1fa0ee26f9d32591a49878ffbdf3c56", "sha256": "b712530605cb609cdc75dc4ac82f499d07cdd78282618a41784dba19e9e19b4a" }, "downloads": -1, "filename": "sorno_py_scripts-0.37.0-py2.7.egg", "has_sig": false, "md5_digest": "d1fa0ee26f9d32591a49878ffbdf3c56", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 129487, "upload_time": "2016-03-25T12:41:37", "url": "https://files.pythonhosted.org/packages/76/89/f71449539af1a0bb4752eda379788e972101b37652e1a568546d6f48c516/sorno_py_scripts-0.37.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "fd5023f3d4f6fdc5439cca5c82a6612f", "sha256": "6d3775dde34942e57b5bb8ce3967c2522473de38797f96fbd5499afdb6abe087" }, "downloads": -1, "filename": "sorno-py-scripts-0.37.0.tar.gz", "has_sig": false, "md5_digest": "fd5023f3d4f6fdc5439cca5c82a6612f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 59657, "upload_time": "2016-03-25T12:41:43", "url": "https://files.pythonhosted.org/packages/22/e6/b71ad3bac90f1a18742ad9f974280b7fdc3af4b0dbe1ee5323c925b60c73/sorno-py-scripts-0.37.0.tar.gz" } ], "0.37.1": [ { "comment_text": "", "digests": { "md5": "ed6acf89231af6caf04b4a3ad8094b4a", "sha256": "79c9dbe3f969f0337172d76c0260b256c337850e4139a01c22a1153cdc4d5879" }, "downloads": -1, "filename": "sorno_py_scripts-0.37.1-py2.7.egg", "has_sig": false, "md5_digest": "ed6acf89231af6caf04b4a3ad8094b4a", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 129533, "upload_time": "2016-03-31T17:37:27", "url": "https://files.pythonhosted.org/packages/2e/f0/9e6101092911e3be9adabce71f2e66c02cc0c520f0fc538abc67240153c3/sorno_py_scripts-0.37.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "efd0262ba8d0bf3b7061ed2972485737", "sha256": "c02698e662560722fd2362fe8e247847064f8ba1811b3192a8ee2205da4f7288" }, "downloads": -1, "filename": "sorno-py-scripts-0.37.1.tar.gz", "has_sig": false, "md5_digest": "efd0262ba8d0bf3b7061ed2972485737", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 59721, "upload_time": "2016-03-31T17:37:34", "url": "https://files.pythonhosted.org/packages/47/b9/16ce44c015c9b34e809417e4b129aad1985c9ebc47f307f49169777a5855/sorno-py-scripts-0.37.1.tar.gz" } ], "0.38.0": [ { "comment_text": "", "digests": { "md5": "aff8d249fa5b5c4daada31b8011283cc", "sha256": "c6909f6c6f68223c2bf5f83c3185f1ef3f976821e632b1289aac136899a4d1d2" }, "downloads": -1, "filename": "sorno_py_scripts-0.38.0-py2.7.egg", "has_sig": false, "md5_digest": "aff8d249fa5b5c4daada31b8011283cc", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 133379, "upload_time": "2016-04-01T17:32:30", "url": "https://files.pythonhosted.org/packages/9d/87/2f031d768ecddef6bf6e686cbbd998ff235d53a236ff7344a832aac79e28/sorno_py_scripts-0.38.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "ba052e8a55dae75c8ee81715217dc10f", "sha256": "dda8db4cad1b08f2f47321b71a199dffc5927897cc08061008e00db972f4a0d2" }, "downloads": -1, "filename": "sorno-py-scripts-0.38.0.tar.gz", "has_sig": false, "md5_digest": "ba052e8a55dae75c8ee81715217dc10f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 62522, "upload_time": "2016-04-01T17:32:36", "url": "https://files.pythonhosted.org/packages/4b/ff/fedf210624ecdc3fc052bb020b39cc664014b8baaf86bf170042bbdc0c35/sorno-py-scripts-0.38.0.tar.gz" } ], "0.38.1": [ { "comment_text": "", "digests": { "md5": "cadf6b9e7ff06a8a36259ba041eacc76", "sha256": "ce35bb92b376a85c749768f5d1bbdc7e8d54b9aab1222c136c85cd8cafbf6998" }, "downloads": -1, "filename": "sorno_py_scripts-0.38.1-py2.7.egg", "has_sig": false, "md5_digest": "cadf6b9e7ff06a8a36259ba041eacc76", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 133386, "upload_time": "2016-04-01T18:15:34", "url": "https://files.pythonhosted.org/packages/ab/0d/41d6ea63545d790a621b9d7e28a5e8d9eb1eccc83adad9fd5295d400c8f4/sorno_py_scripts-0.38.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "a39549ec8bbf3fd01901854888eea796", "sha256": "89767fcdd97e5834b5aa37ae63232cb85cb8bc4e49a4cf646b83a0fa5b0f5b24" }, "downloads": -1, "filename": "sorno-py-scripts-0.38.1.tar.gz", "has_sig": false, "md5_digest": "a39549ec8bbf3fd01901854888eea796", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 62525, "upload_time": "2016-04-01T18:15:39", "url": "https://files.pythonhosted.org/packages/9c/c8/1d63212627511b8bb1557e0b238c7b7568226e588c94a56f56025c9b65c5/sorno-py-scripts-0.38.1.tar.gz" } ], "0.38.2": [ { "comment_text": "", "digests": { "md5": "35f44a8631c1284b6e7cd709d1ef5164", "sha256": "ae8294dbb2d8a141bd4ced1a97810a5c43cf42394d31bd976fdcac1fe16915fe" }, "downloads": -1, "filename": "sorno_py_scripts-0.38.2-py2.7.egg", "has_sig": false, "md5_digest": "35f44a8631c1284b6e7cd709d1ef5164", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 133464, "upload_time": "2016-04-02T07:57:38", "url": "https://files.pythonhosted.org/packages/63/63/9b0a60e6e00d0e918a05200c2839f5d0dda48115001259d1c54efb83da6b/sorno_py_scripts-0.38.2-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "89716f025218eafc87853fb222d45e40", "sha256": "ec0a47cf02f5c619b9b8d831b39c66fe19afd962195f009e9d0e3910150830a7" }, "downloads": -1, "filename": "sorno-py-scripts-0.38.2.tar.gz", "has_sig": false, "md5_digest": "89716f025218eafc87853fb222d45e40", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 62662, "upload_time": "2016-04-02T07:57:46", "url": "https://files.pythonhosted.org/packages/70/a7/95a78f3c64203da949fd9328b059acfc7b6c9bc26f7924830a49b21cac46/sorno-py-scripts-0.38.2.tar.gz" } ], "0.38.3": [ { "comment_text": "", "digests": { "md5": "db82d491f2bebd9941e486ad3e249780", "sha256": "696405690e42ce185392058bfb3a695f1b9cec3be90d6e7339489ad53a17c9ce" }, "downloads": -1, "filename": "sorno_py_scripts-0.38.3-py2.7.egg", "has_sig": false, "md5_digest": "db82d491f2bebd9941e486ad3e249780", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 133490, "upload_time": "2016-05-08T19:32:51", "url": "https://files.pythonhosted.org/packages/a6/94/16a4f3f2c959cc9f5f60b5186a0366d3d0284904891450e794418e78a402/sorno_py_scripts-0.38.3-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "9745e327ff65edfc7ab1f2cc1d432d44", "sha256": "373624f3cfd0b9fc437edad2155e765ea8db9fe807585deab47c562517c567d6" }, "downloads": -1, "filename": "sorno-py-scripts-0.38.3.tar.gz", "has_sig": false, "md5_digest": "9745e327ff65edfc7ab1f2cc1d432d44", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 62699, "upload_time": "2016-05-08T19:33:15", "url": "https://files.pythonhosted.org/packages/95/0f/8eb184245277d6f1c5bfb0908c3e698ccc82516d1700cdec4fa3e5ebfd05/sorno-py-scripts-0.38.3.tar.gz" } ], "0.39.0": [ { "comment_text": "", "digests": { "md5": "5c87eabb93abeeb58a3739e9aba9f946", "sha256": "94656ceb8de0feb265ffe4edc70400eacd280456a1c268667b1015360f9fe5cd" }, "downloads": -1, "filename": "sorno_py_scripts-0.39.0-py2.7.egg", "has_sig": false, "md5_digest": "5c87eabb93abeeb58a3739e9aba9f946", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 135507, "upload_time": "2016-06-15T18:17:09", "url": "https://files.pythonhosted.org/packages/e3/05/559d37cf359e572e338d6dc44367dbf323c56288ededd1078a6518daeaf9/sorno_py_scripts-0.39.0-py2.7.egg" } ], "0.39.10": [ { "comment_text": "", "digests": { "md5": "046b22d8babb8543c9bd0706bff69dfc", "sha256": "e66ba774134f91da421539cc933a9ec47f99cc41a17b8653ad4700e4040dbd40" }, "downloads": -1, "filename": "sorno_py_scripts-0.39.10-py2.7.egg", "has_sig": false, "md5_digest": "046b22d8babb8543c9bd0706bff69dfc", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 139553, "upload_time": "2017-01-08T04:14:22", "url": "https://files.pythonhosted.org/packages/e8/b5/466060fc983e7ada16489e21ae2328e0004f8d78880d7672846828226699/sorno_py_scripts-0.39.10-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "d2140571d16b3e07bc0064dbe5a7d4ca", "sha256": "02bfe7d2139ea6bd7e743277f14c9ba7da87b3785d75c1f6949852c73b370155" }, "downloads": -1, "filename": "sorno-py-scripts-0.39.10.tar.gz", "has_sig": false, "md5_digest": "d2140571d16b3e07bc0064dbe5a7d4ca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 66895, "upload_time": "2017-01-08T04:14:24", "url": "https://files.pythonhosted.org/packages/28/40/e27d1c5e3206f70bfdf5af6d72c48132e08bddee628ad2ba3e20a19a0b0c/sorno-py-scripts-0.39.10.tar.gz" } ], "0.39.11": [ { "comment_text": "", "digests": { "md5": "86e8b549211cfb1df04068fbb61c075c", "sha256": "97c3451ef0b3539461f413de221e0fe8309071263a3ee843888bdccccc39cbc4" }, "downloads": -1, "filename": "sorno_py_scripts-0.39.11-py2.7.egg", "has_sig": false, "md5_digest": "86e8b549211cfb1df04068fbb61c075c", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 139978, "upload_time": "2017-01-11T08:13:21", "url": "https://files.pythonhosted.org/packages/a3/bd/138b285980399ba6bcfa569dcd6af37ead326fce286b24809121c2400288/sorno_py_scripts-0.39.11-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "ada4e51ff9b316bfad75977b95be007c", "sha256": "dfe1b9c30a5dc438815b48fbaf2815463015e42164a2570e27bf75dad5e13ba7" }, "downloads": -1, "filename": "sorno-py-scripts-0.39.11.tar.gz", "has_sig": false, "md5_digest": "ada4e51ff9b316bfad75977b95be007c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 67255, "upload_time": "2017-01-11T08:13:24", "url": "https://files.pythonhosted.org/packages/73/9e/5f98db7ddb3985d297516c3a9e0cbbd0d973d37f5edd7e1f5a2f48e05937/sorno-py-scripts-0.39.11.tar.gz" } ], "0.39.12": [ { "comment_text": "", "digests": { "md5": "a2d5609b1d48c5d00297475fbf3de0c9", "sha256": "06b66bafca0c124c01df168583700a28f752482b615051e4ed175ec4924adc47" }, "downloads": -1, "filename": "sorno_py_scripts-0.39.12-py2.7.egg", "has_sig": false, "md5_digest": "a2d5609b1d48c5d00297475fbf3de0c9", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 140120, "upload_time": "2017-01-13T14:46:29", "url": "https://files.pythonhosted.org/packages/b7/5e/628e32d8eb67c280983eb733191c68e74bb0d3a9102e3d327a657cd41432/sorno_py_scripts-0.39.12-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "57dbeaebd923d70fce1cfe0fd26404c4", "sha256": "83dfa23bc9f904ec59dc8c6615667598c3379923d1e4e9c26dd60be4594a0fc9" }, "downloads": -1, "filename": "sorno-py-scripts-0.39.12.tar.gz", "has_sig": false, "md5_digest": "57dbeaebd923d70fce1cfe0fd26404c4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 67394, "upload_time": "2017-01-13T14:46:32", "url": "https://files.pythonhosted.org/packages/31/4e/89d0d27fc86bd076d434600386a265cc53aacc3a3ce876efd120d180945e/sorno-py-scripts-0.39.12.tar.gz" } ], "0.39.3": [ { "comment_text": "", "digests": { "md5": "b4be065bcaea1ffd26fb926810435350", "sha256": "9bc769f68329b09cb8eb80f3c26df7fe1a1da9e43e48cd61833356b6ce032881" }, "downloads": -1, "filename": "sorno_py_scripts-0.39.3-py2.7.egg", "has_sig": false, "md5_digest": "b4be065bcaea1ffd26fb926810435350", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 137332, "upload_time": "2016-07-06T00:10:37", "url": "https://files.pythonhosted.org/packages/84/b3/ccefee36fb556675c434c9c5280bf625ff55dbb865b0d275d1339ed57b9a/sorno_py_scripts-0.39.3-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "adfb996b6fc81f868c85915afcb94bb5", "sha256": "6898bd04a344a70aa8a66ea89dcdd13ab8395d2cd1229ea22522b5f7b46e3ea5" }, "downloads": -1, "filename": "sorno-py-scripts-0.39.3.tar.gz", "has_sig": false, "md5_digest": "adfb996b6fc81f868c85915afcb94bb5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 64778, "upload_time": "2016-07-06T00:10:41", "url": "https://files.pythonhosted.org/packages/29/de/7164a759ea3a4647ac53a46c70f0d5776cd52fc480b414f09aa9c76744cc/sorno-py-scripts-0.39.3.tar.gz" } ], "0.39.4": [ { "comment_text": "", "digests": { "md5": "71755d6886f2af9140f3c1bbc4fdf61d", "sha256": "41ce86f2ce3f05b64714805239ea60756d125b9c1611414a070927b90adacbf4" }, "downloads": -1, "filename": "sorno_py_scripts-0.39.4-py2.7.egg", "has_sig": false, "md5_digest": "71755d6886f2af9140f3c1bbc4fdf61d", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 137616, "upload_time": "2016-09-03T22:37:28", "url": "https://files.pythonhosted.org/packages/ac/20/cd08a9d03af04d0450027e6417de21094ee26fa72545994704ba1c99b308/sorno_py_scripts-0.39.4-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "422e4377540c42064ba91635cd91ebdd", "sha256": "d073ec1357b2fd93a8621bbc0bec6727b51773b9340866c3c32b30c258d5b0eb" }, "downloads": -1, "filename": "sorno-py-scripts-0.39.4.tar.gz", "has_sig": false, "md5_digest": "422e4377540c42064ba91635cd91ebdd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 65052, "upload_time": "2016-09-03T22:37:30", "url": "https://files.pythonhosted.org/packages/46/f7/c0ac47915cf351edcff54b10b61dbc72df1461e1e089f14f7656ffd1761a/sorno-py-scripts-0.39.4.tar.gz" } ], "0.39.5": [ { "comment_text": "", "digests": { "md5": "c28cf454e76ab749414ba02a8004d6d8", "sha256": "bf43c1a579a24b05093f5d25ea92eb9e9cb8a143e9e4f59438a68b57f297f137" }, "downloads": -1, "filename": "sorno_py_scripts-0.39.5-py2.7.egg", "has_sig": false, "md5_digest": "c28cf454e76ab749414ba02a8004d6d8", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 138334, "upload_time": "2016-12-24T08:54:16", "url": "https://files.pythonhosted.org/packages/3b/ec/7a8415f30ba1c277c925f46c37447c315ed3c5061759ebf0a333754e6ba0/sorno_py_scripts-0.39.5-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "6b8c0679bae9a187469424e4ddbb0dde", "sha256": "6458442aa9ecb27af014e7ac58424841e9de5cd783e218ad3bae92436dd5289d" }, "downloads": -1, "filename": "sorno-py-scripts-0.39.5.tar.gz", "has_sig": false, "md5_digest": "6b8c0679bae9a187469424e4ddbb0dde", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 65696, "upload_time": "2016-12-24T08:54:18", "url": "https://files.pythonhosted.org/packages/0b/18/46059cf4677b2b43caa80a2c718809acf9baf8a849255dd49f0d10a37823/sorno-py-scripts-0.39.5.tar.gz" } ], "0.39.7": [ { "comment_text": "", "digests": { "md5": "480ae17ac0f63de2223725d8ce5c1700", "sha256": "42083a67493bc090d0d6463ead4ae85d8772a12f7686a4828052df58d2b522d0" }, "downloads": -1, "filename": "sorno_py_scripts-0.39.7-py2.7.egg", "has_sig": false, "md5_digest": "480ae17ac0f63de2223725d8ce5c1700", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 138662, "upload_time": "2016-12-28T17:25:07", "url": "https://files.pythonhosted.org/packages/2a/23/d212257154e6df0929decafebf72c02f10d5b5cd7f5a9abd816990133408/sorno_py_scripts-0.39.7-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "2e44f57ae29211f6720650ef57748636", "sha256": "f3231a24d66376167a6222015314c911418fcc4c0b7e26d730c3e9f0e7f23d0d" }, "downloads": -1, "filename": "sorno-py-scripts-0.39.7.tar.gz", "has_sig": false, "md5_digest": "2e44f57ae29211f6720650ef57748636", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 65990, "upload_time": "2016-12-28T17:25:10", "url": "https://files.pythonhosted.org/packages/c2/68/f0b6de56afa786ba416eaa6ffde67d9187a0c92cf1cad499a4b6cafc3143/sorno-py-scripts-0.39.7.tar.gz" } ], "0.39.8": [ { "comment_text": "", "digests": { "md5": "f5c43474a8158c678eb85cbd23a185cd", "sha256": "2fd5b279b32611ebbf796bc49a9f8459ad6b7be6690547c5cde55e937647bf71" }, "downloads": -1, "filename": "sorno_py_scripts-0.39.8-py2.7.egg", "has_sig": false, "md5_digest": "f5c43474a8158c678eb85cbd23a185cd", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 139159, "upload_time": "2017-01-05T16:54:55", "url": "https://files.pythonhosted.org/packages/5c/dd/e59bd3a886e22616e1ab3835c2469cb951011c9c646526448dd01c239e01/sorno_py_scripts-0.39.8-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "ad7c55bf91a4d5cf8ba559de00d1285b", "sha256": "72f6f01140184d0941519773716a94a6520d7c61ce8880774b105201b022ac26" }, "downloads": -1, "filename": "sorno-py-scripts-0.39.8.tar.gz", "has_sig": false, "md5_digest": "ad7c55bf91a4d5cf8ba559de00d1285b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 66446, "upload_time": "2017-01-05T16:54:58", "url": "https://files.pythonhosted.org/packages/76/82/d2e6f1ae892138e843c9c8aa627f53357e25a7888597ad9d78ea71644476/sorno-py-scripts-0.39.8.tar.gz" } ], "0.39.9": [ { "comment_text": "", "digests": { "md5": "5554f45cc5a375d4448c48d9a8d3df8d", "sha256": "d63d7380c850e78504e426389be7edfc1fd0f00596ae4e0cdfa377f9e6a625ea" }, "downloads": -1, "filename": "sorno_py_scripts-0.39.9-py2.7.egg", "has_sig": false, "md5_digest": "5554f45cc5a375d4448c48d9a8d3df8d", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 139516, "upload_time": "2017-01-07T05:20:03", "url": "https://files.pythonhosted.org/packages/12/5e/983211900916386b2573f29285a7d405d4042ad012aff52f89d4b601c575/sorno_py_scripts-0.39.9-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "a7702dc8fb1215dc4d8aeed3233cf86a", "sha256": "7f4ac351225b63886b597c0dc1a9cdaa420cec5af6f2e60135859f492f9497af" }, "downloads": -1, "filename": "sorno-py-scripts-0.39.9.tar.gz", "has_sig": false, "md5_digest": "a7702dc8fb1215dc4d8aeed3233cf86a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 66850, "upload_time": "2017-01-07T05:20:06", "url": "https://files.pythonhosted.org/packages/0e/db/49e2987dd1c04d4d1b53b44c419c544f6ea4a6ab3804691c87eacfe5478f/sorno-py-scripts-0.39.9.tar.gz" } ], "0.40.0": [ { "comment_text": "", "digests": { "md5": "275b4e8ef1691710c3ce4a577408fbeb", "sha256": "ccac176aff414b0b68f1915765a9fad644d0b3d2dafe735cf7eecf7a605f1bc5" }, "downloads": -1, "filename": "sorno_py_scripts-0.40.0-py2.7.egg", "has_sig": false, "md5_digest": "275b4e8ef1691710c3ce4a577408fbeb", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 142111, "upload_time": "2017-02-08T23:16:20", "url": "https://files.pythonhosted.org/packages/db/f0/67fdb33e4b286f8be54a7c6e58d3334f6983bced287aa2a45b470d33ec65/sorno_py_scripts-0.40.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "fd23fe9951af832a18f072faa52c0582", "sha256": "567cd5352dd818c9c17b1f18d4cf3615d05ccf31039897a92b2e8e03b912976c" }, "downloads": -1, "filename": "sorno-py-scripts-0.40.0.tar.gz", "has_sig": false, "md5_digest": "fd23fe9951af832a18f072faa52c0582", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 68321, "upload_time": "2017-02-08T23:16:22", "url": "https://files.pythonhosted.org/packages/04/e6/77772ac765ebf3020443230019d03e992e99d55a07acc4c69e2d30dbeba7/sorno-py-scripts-0.40.0.tar.gz" } ], "0.40.1": [ { "comment_text": "", "digests": { "md5": "a1d94fe6d522a5b00694d444b7539508", "sha256": "d159b6ac10784b78abf1f85c1fb5a5a1d4ec8add43c1b6bdea96ca190c0019a4" }, "downloads": -1, "filename": "sorno_py_scripts-0.40.1-py2.7.egg", "has_sig": false, "md5_digest": "a1d94fe6d522a5b00694d444b7539508", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 142164, "upload_time": "2017-02-08T23:29:52", "url": "https://files.pythonhosted.org/packages/81/60/610c18e4c7af56e00db257b3f94475b9a0954f8466ad55be4932c08484a0/sorno_py_scripts-0.40.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "c90fad2c779a38ae2ec950c2ccc67da3", "sha256": "d7fc81658fec112d145612d673e124c94a08cad9bccd3da19e869b57c9f489d8" }, "downloads": -1, "filename": "sorno-py-scripts-0.40.1.tar.gz", "has_sig": false, "md5_digest": "c90fad2c779a38ae2ec950c2ccc67da3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 68337, "upload_time": "2017-02-08T23:29:55", "url": "https://files.pythonhosted.org/packages/f7/bb/7c6703635827f532c0a3fe78874b16f2d7f5e74000c98f5b53e9789379b3/sorno-py-scripts-0.40.1.tar.gz" } ], "0.41.0": [ { "comment_text": "", "digests": { "md5": "0aaff717880354522276c2864285a1b3", "sha256": "230fa29efdb332f4bbb685c3e738d08e117015f93616c7e2e27477422811c14b" }, "downloads": -1, "filename": "sorno_py_scripts-0.41.0-py2.7.egg", "has_sig": false, "md5_digest": "0aaff717880354522276c2864285a1b3", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 144565, "upload_time": "2017-02-12T03:42:08", "url": "https://files.pythonhosted.org/packages/e9/f7/abffdcb5b589919f8451d504fbbabd22eb2650102a5064c8e3864dab4886/sorno_py_scripts-0.41.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "b210f0030f3bac65d8d5311a944be048", "sha256": "ccac520435fae607e7fa74e05d7f094ecfb27e2bf2e1fa79f7496f5f141720d5" }, "downloads": -1, "filename": "sorno-py-scripts-0.41.0.tar.gz", "has_sig": false, "md5_digest": "b210f0030f3bac65d8d5311a944be048", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 69729, "upload_time": "2017-02-12T03:42:10", "url": "https://files.pythonhosted.org/packages/51/90/4966465730af0f96c9c31b5303b197ab690223a311c18a2bc749abb0b018/sorno-py-scripts-0.41.0.tar.gz" } ], "0.41.1": [ { "comment_text": "", "digests": { "md5": "e37f46fb58c9a0aa16d9882994edb1bd", "sha256": "ec7b0b2b8c82fdc4a061d64b76f89cb69549a8fe8e66d83b78ea6806b40cd705" }, "downloads": -1, "filename": "sorno_py_scripts-0.41.1-py2.7.egg", "has_sig": false, "md5_digest": "e37f46fb58c9a0aa16d9882994edb1bd", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 144569, "upload_time": "2017-02-12T05:22:31", "url": "https://files.pythonhosted.org/packages/2d/bd/ea1b739c56d3b40758a85c8d2c7e92f7ca5466e5da0f0b89e1f842ab37a3/sorno_py_scripts-0.41.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "66be1652500aac3eebe0a54c91ccc4e5", "sha256": "0cfb59a7e0d15e7d33d1e97a121d4ffae4878ffc6fa8c5e1b95baaaac0fe3321" }, "downloads": -1, "filename": "sorno-py-scripts-0.41.1.tar.gz", "has_sig": false, "md5_digest": "66be1652500aac3eebe0a54c91ccc4e5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 69713, "upload_time": "2017-02-12T05:22:32", "url": "https://files.pythonhosted.org/packages/27/81/96916fea04eaea09cddbb4ecb69d21e1ef2ac6336a474563b8cb6dce64bd/sorno-py-scripts-0.41.1.tar.gz" } ], "0.41.2": [ { "comment_text": "", "digests": { "md5": "cb977e6a419316bbe54a987cb4aa3274", "sha256": "43eb061043f8c5b9f6fda9e0f819f1fd34407bdfcb2225225f90905b9d535caa" }, "downloads": -1, "filename": "sorno_py_scripts-0.41.2-py2.7.egg", "has_sig": false, "md5_digest": "cb977e6a419316bbe54a987cb4aa3274", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 144571, "upload_time": "2017-02-12T05:24:19", "url": "https://files.pythonhosted.org/packages/db/a0/c5048afaf713613b4b653a27f1074a1bd4423314b5d1388824bb1c8d9e7b/sorno_py_scripts-0.41.2-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "859518e098f770d4e71ee18bee7a3d8d", "sha256": "75ea159dd93ba5bd5f1d8b3e2c535781e27125023385b99ac773a69c98627261" }, "downloads": -1, "filename": "sorno-py-scripts-0.41.2.tar.gz", "has_sig": false, "md5_digest": "859518e098f770d4e71ee18bee7a3d8d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 69721, "upload_time": "2017-02-12T05:24:21", "url": "https://files.pythonhosted.org/packages/23/83/221092937d7f6946c78186036acfffd1968eca98dc25b441988435406621/sorno-py-scripts-0.41.2.tar.gz" } ], "0.41.3": [ { "comment_text": "", "digests": { "md5": "63e95ee84af3db083093cbf3228f795f", "sha256": "e1dc614af7502fb1db9ef8f4c65e0a83dbd1ebdc0cc4dfc15102c1cd25a55474" }, "downloads": -1, "filename": "sorno_py_scripts-0.41.3-py2.7.egg", "has_sig": false, "md5_digest": "63e95ee84af3db083093cbf3228f795f", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 144576, "upload_time": "2017-02-12T05:39:27", "url": "https://files.pythonhosted.org/packages/4d/d0/cbd6925d18f3a10b0c6b8fc03e7ee8c00753394d85246540182027581add/sorno_py_scripts-0.41.3-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "a6a855d886d5e291945510a85228feab", "sha256": "9e21d11c725e6320977b017cf9dcede8fa19468221dd828407cdc0a4a6b09ed4" }, "downloads": -1, "filename": "sorno-py-scripts-0.41.3.tar.gz", "has_sig": false, "md5_digest": "a6a855d886d5e291945510a85228feab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 69737, "upload_time": "2017-02-12T05:39:29", "url": "https://files.pythonhosted.org/packages/2a/45/7676026effb94b435ba396ee6733fa0a10897a385c6c77f9dedf29a805bb/sorno-py-scripts-0.41.3.tar.gz" } ], "0.41.4": [ { "comment_text": "", "digests": { "md5": "8909d274498b4ff30eb3ff9bb8f4460f", "sha256": "97f0c3b139f051961387368e66e958785dfd3579a629f9a69187684e2ac9b5f1" }, "downloads": -1, "filename": "sorno_py_scripts-0.41.4-py2.7.egg", "has_sig": false, "md5_digest": "8909d274498b4ff30eb3ff9bb8f4460f", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 145529, "upload_time": "2017-02-12T06:16:11", "url": "https://files.pythonhosted.org/packages/aa/ee/b92ae872030970c45733231d8bc337ab63e17c7a738b174b6efac658f222/sorno_py_scripts-0.41.4-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "b571b2c180ed84aa1be3b43c97a90117", "sha256": "6be60a1a021a178cceb72ad3343ef1140bd6a0373311bd18a5fba17e8d854a7f" }, "downloads": -1, "filename": "sorno-py-scripts-0.41.4.tar.gz", "has_sig": false, "md5_digest": "b571b2c180ed84aa1be3b43c97a90117", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 70068, "upload_time": "2017-02-12T06:16:13", "url": "https://files.pythonhosted.org/packages/ca/fe/d60e978826d945beab2dcd441a97607d9d353587d872ae6729d446501bc1/sorno-py-scripts-0.41.4.tar.gz" } ], "0.41.6": [ { "comment_text": "", "digests": { "md5": "87053d206830ead2ed1eeda73c2041b9", "sha256": "38ffb6d2f502a9a490391cd63ed245b18ac59a77a19df7e109c6b0607fd00118" }, "downloads": -1, "filename": "sorno_py_scripts-0.41.6-py2.7.egg", "has_sig": false, "md5_digest": "87053d206830ead2ed1eeda73c2041b9", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 145859, "upload_time": "2017-02-12T18:17:48", "url": "https://files.pythonhosted.org/packages/37/1c/dbf4cf094affac830e872bb1481dbab4e6b7a7d665b1280c50bf37ad6a2d/sorno_py_scripts-0.41.6-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "13a4bec4d73a5a7edfae8c346917e9bf", "sha256": "8a3761aeb18eccb9c55538414d345b555ef114e7570f3db59ff84f5c50549877" }, "downloads": -1, "filename": "sorno-py-scripts-0.41.6.tar.gz", "has_sig": false, "md5_digest": "13a4bec4d73a5a7edfae8c346917e9bf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 70330, "upload_time": "2017-02-12T18:17:51", "url": "https://files.pythonhosted.org/packages/04/a5/b21fe3fa29434c4cc30e2b2dbba82c797b292544e27d4c1e8fd533f8846d/sorno-py-scripts-0.41.6.tar.gz" } ], "0.41.7": [ { "comment_text": "", "digests": { "md5": "6019342ff6b500de82d69db9dea788a5", "sha256": "cdfe5de55ff0cf86058d6521c55f51fe664ccb599a7c9891ec1a3f0a920283de" }, "downloads": -1, "filename": "sorno_py_scripts-0.41.7-py2.7.egg", "has_sig": false, "md5_digest": "6019342ff6b500de82d69db9dea788a5", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 145867, "upload_time": "2017-06-04T15:59:33", "url": "https://files.pythonhosted.org/packages/7c/3f/8e004363dff89f88d85ea7a129c8406d8986705ae25dbd51aa5ee222a722/sorno_py_scripts-0.41.7-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "d5a72fa5e5d108c3287baa3b10a10d48", "sha256": "2b157a1d794015264b9c9d81031bbbc0f9d204043f7c0b283bf843329f71942a" }, "downloads": -1, "filename": "sorno-py-scripts-0.41.7.tar.gz", "has_sig": false, "md5_digest": "d5a72fa5e5d108c3287baa3b10a10d48", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 70363, "upload_time": "2017-06-04T15:59:36", "url": "https://files.pythonhosted.org/packages/78/ce/18d8fb3094b34455f1726508c583eddb45b5c7761d44aacf6f40fd319901/sorno-py-scripts-0.41.7.tar.gz" } ], "0.42.1": [ { "comment_text": "", "digests": { "md5": "33cdd454da8a2c74c731a10391e13e8b", "sha256": "33d863bd7745e681dc4982db10dfbeb4f6d2991900f7d5a67d4b86de35a634dc" }, "downloads": -1, "filename": "sorno_py_scripts-0.42.1-py2.7.egg", "has_sig": false, "md5_digest": "33cdd454da8a2c74c731a10391e13e8b", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 148894, "upload_time": "2017-06-27T06:33:59", "url": "https://files.pythonhosted.org/packages/59/0d/445095f0f6f34c959695a80514d3f4d656f46877cb33e959f841581e1ffa/sorno_py_scripts-0.42.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "1df8c5257163eb6d3f111171ecd4cf77", "sha256": "ca23bcb7270a96a9cf7fad7f47c14230b7d7f65d822f2703d8bd7c71523cff6a" }, "downloads": -1, "filename": "sorno-py-scripts-0.42.1.tar.gz", "has_sig": false, "md5_digest": "1df8c5257163eb6d3f111171ecd4cf77", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 72641, "upload_time": "2017-06-27T06:34:00", "url": "https://files.pythonhosted.org/packages/f9/84/58f2c9e6bd0a1a30acd16ef8f5e23faa5ed83321b03371710e02d35ce788/sorno-py-scripts-0.42.1.tar.gz" } ], "0.42.2": [ { "comment_text": "", "digests": { "md5": "f1733b354f6892eebea28e465946341c", "sha256": "7e89d7c8b961c285c43f974723c6bfc6fbdb45171138ef15736bcfc5d43e527e" }, "downloads": -1, "filename": "sorno_py_scripts-0.42.2-py2.7.egg", "has_sig": false, "md5_digest": "f1733b354f6892eebea28e465946341c", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 151522, "upload_time": "2017-06-27T06:42:35", "url": "https://files.pythonhosted.org/packages/a2/16/ed4cfe2079133c8be53c80d894e048857e7a903d22ec3a381db99733c15f/sorno_py_scripts-0.42.2-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "56a76b5928a7423cd7bd324fda02683b", "sha256": "afbbdabb6d03691f928a4f1878de52c548386b2c9914715e39d7273a6c5c7d84" }, "downloads": -1, "filename": "sorno-py-scripts-0.42.2.tar.gz", "has_sig": false, "md5_digest": "56a76b5928a7423cd7bd324fda02683b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 72746, "upload_time": "2017-06-27T06:42:36", "url": "https://files.pythonhosted.org/packages/c4/96/120d01dbd44e925ea6a58a4e3daf959e1008e113ae4ec4129c539adedc17/sorno-py-scripts-0.42.2.tar.gz" } ], "0.42.3": [ { "comment_text": "", "digests": { "md5": "78eba7862d19864b3ddc08cb0f5eb1e9", "sha256": "30066297e2b9bb766ace5a3a729ac219e394569b90f2cc6f7655dc9b1377fbf2" }, "downloads": -1, "filename": "sorno_py_scripts-0.42.3-py2.7.egg", "has_sig": false, "md5_digest": "78eba7862d19864b3ddc08cb0f5eb1e9", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 151804, "upload_time": "2017-06-28T15:47:22", "url": "https://files.pythonhosted.org/packages/43/d8/37230c35f17d103f97aa8fd84f9841ee0ed917a5bbf0e959c6b996d5ab2c/sorno_py_scripts-0.42.3-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "dfe906f738f8f66b4a688382a73e7dc2", "sha256": "372d71be7c82aefa40bc5a97a049214a338cc565eea4dd760baa87182c069ac6" }, "downloads": -1, "filename": "sorno-py-scripts-0.42.3.tar.gz", "has_sig": false, "md5_digest": "dfe906f738f8f66b4a688382a73e7dc2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 73033, "upload_time": "2017-06-28T15:47:23", "url": "https://files.pythonhosted.org/packages/c2/8a/59ce747c81b8e01277425ce4e7b47ec7fd9ab33bd1ba484d1f2595514886/sorno-py-scripts-0.42.3.tar.gz" } ], "0.42.4": [ { "comment_text": "", "digests": { "md5": "fb9dcb3c89586ae4a30897022322e7dc", "sha256": "9b92b4d3a01ebb3f54251cf5b30535eb0dcd889f53f35b4ef2b8500e5baaeae7" }, "downloads": -1, "filename": "sorno_py_scripts-0.42.4-py2.7.egg", "has_sig": false, "md5_digest": "fb9dcb3c89586ae4a30897022322e7dc", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 151841, "upload_time": "2017-06-29T16:06:28", "url": "https://files.pythonhosted.org/packages/83/9b/41a03d60630509c56b61b2a40206c07fb6a2cda0673fc401b4d19b7f91e7/sorno_py_scripts-0.42.4-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "c807e7e5ab805802da8ea28e0ed1595e", "sha256": "4c14b777af4808c933102b62e79aafd104eb296a4dd74e9e5a7983b521dcaa3e" }, "downloads": -1, "filename": "sorno-py-scripts-0.42.4.tar.gz", "has_sig": false, "md5_digest": "c807e7e5ab805802da8ea28e0ed1595e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 73061, "upload_time": "2017-06-29T16:06:31", "url": "https://files.pythonhosted.org/packages/47/2a/f06590e72283acc26906676efcf180815a19bb108b28651abbff065edd65/sorno-py-scripts-0.42.4.tar.gz" } ], "0.43.1": [ { "comment_text": "", "digests": { "md5": "6de99240ffb246fb84b626ff4ca40e76", "sha256": "b80b28d78967cd6d1a9ecb8d547ed8c13525c5f8ef261eb48f0e04e4f9d4dc90" }, "downloads": -1, "filename": "sorno_py_scripts-0.43.1-py2.7.egg", "has_sig": false, "md5_digest": "6de99240ffb246fb84b626ff4ca40e76", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 153320, "upload_time": "2017-07-10T00:13:47", "url": "https://files.pythonhosted.org/packages/d0/48/c63016b2de67628eb20c4e7a9ab13d13484bcc348a6b2bac442d742cfa53/sorno_py_scripts-0.43.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "545a4cc2297e09056d3d7526566e81be", "sha256": "5fe05cdd29d8cb26f6ba51cc120d50cbd726cc339d4e5fc694dfb027bd262800" }, "downloads": -1, "filename": "sorno-py-scripts-0.43.1.tar.gz", "has_sig": false, "md5_digest": "545a4cc2297e09056d3d7526566e81be", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 74416, "upload_time": "2017-07-10T00:13:48", "url": "https://files.pythonhosted.org/packages/ec/86/918c129547dc422bda0d2ca44a239196e1b1705137a16b93b8e6196311d3/sorno-py-scripts-0.43.1.tar.gz" } ], "0.43.2": [ { "comment_text": "", "digests": { "md5": "ef4e14e35b47ca5e99a86129c1c0f7d7", "sha256": "9cd2a153277c42a2a1f1f003795a21112b59fb160ecf878d06784c6558bfd13c" }, "downloads": -1, "filename": "sorno_py_scripts-0.43.2-py2.7.egg", "has_sig": false, "md5_digest": "ef4e14e35b47ca5e99a86129c1c0f7d7", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 153338, "upload_time": "2017-07-22T02:05:34", "url": "https://files.pythonhosted.org/packages/6a/0a/a6f0f98aea2b58ca32803529537975e838fe8567c52e33f60ef069101dab/sorno_py_scripts-0.43.2-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "ec00b4b493b320854e82dec7a9607a72", "sha256": "992395c3df0430dfadb6e015b839631da83c7d7266562a1c4ab54ee6ac9a0910" }, "downloads": -1, "filename": "sorno-py-scripts-0.43.2.tar.gz", "has_sig": false, "md5_digest": "ec00b4b493b320854e82dec7a9607a72", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 74435, "upload_time": "2017-07-22T02:05:38", "url": "https://files.pythonhosted.org/packages/00/a1/c0c4ef8916eb4e526ea75f68b366e10afee42a5d7d246d1c1dc68d8f33cd/sorno-py-scripts-0.43.2.tar.gz" } ], "0.43.3": [ { "comment_text": "", "digests": { "md5": "16b752198076cdab4f5d4cadfdf63f92", "sha256": "3524478a30b2fbb2f81e9d02715afa318580bf60c8d0121553c65c4894fb0394" }, "downloads": -1, "filename": "sorno_py_scripts-0.43.3-py2.7.egg", "has_sig": false, "md5_digest": "16b752198076cdab4f5d4cadfdf63f92", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 153481, "upload_time": "2017-07-22T06:35:40", "url": "https://files.pythonhosted.org/packages/5e/09/c33f3a23687417fc7e5898e922b4b25d0d39004858bf34071fd880357720/sorno_py_scripts-0.43.3-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "af42c6dfe871fecf62c88e3e329358ba", "sha256": "63cc45c6334b24cd7afe753c15ccb230b7494f45d5ea65c126ebe79647423422" }, "downloads": -1, "filename": "sorno-py-scripts-0.43.3.tar.gz", "has_sig": false, "md5_digest": "af42c6dfe871fecf62c88e3e329358ba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 74582, "upload_time": "2017-07-22T06:35:42", "url": "https://files.pythonhosted.org/packages/20/b2/515bfd69d4a7a041e60b329e1d6ab8f967795a481d2495295b4e58932c49/sorno-py-scripts-0.43.3.tar.gz" } ], "0.43.4": [ { "comment_text": "", "digests": { "md5": "d2b9a7489ef90b18ffd13df128642447", "sha256": "2e7aff435271bd53a34e981035d2535df0c9f5d2bf85459670493e38cc09a936" }, "downloads": -1, "filename": "sorno_py_scripts-0.43.4-py2.7.egg", "has_sig": false, "md5_digest": "d2b9a7489ef90b18ffd13df128642447", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 153573, "upload_time": "2017-07-22T16:34:53", "url": "https://files.pythonhosted.org/packages/de/d9/08fba5d4c5f64c1fab289830d94bf08a18746e5d1b69f24afdff3bc07414/sorno_py_scripts-0.43.4-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "0d1bfb0aee522d97a73dfa0836601f26", "sha256": "07c08ed8a4dbeec7bc417ed71f22b96166baf39fe4672974e36001bebd8ec070" }, "downloads": -1, "filename": "sorno-py-scripts-0.43.4.tar.gz", "has_sig": false, "md5_digest": "0d1bfb0aee522d97a73dfa0836601f26", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 74744, "upload_time": "2017-07-22T16:34:55", "url": "https://files.pythonhosted.org/packages/79/00/d61136210c6a866acd90488a28cad2bf33764be8684909a90e20ec3f099a/sorno-py-scripts-0.43.4.tar.gz" } ], "0.43.5": [ { "comment_text": "", "digests": { "md5": "ee0cc6bae0442b9b0656670fd73888a5", "sha256": "b4a4e54d0b5cce14bd527bf2d0907882dbba4c65bfbf897d43297ec878981ad4" }, "downloads": -1, "filename": "sorno_py_scripts-0.43.5-py2.7.egg", "has_sig": false, "md5_digest": "ee0cc6bae0442b9b0656670fd73888a5", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 153577, "upload_time": "2017-07-22T19:00:40", "url": "https://files.pythonhosted.org/packages/f3/1c/0c8ece10c119ced34bc66c8e8dc3cd9a9dde6841c1e022f17126b4df4237/sorno_py_scripts-0.43.5-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "6da0666738ae8ffa13931f29bd9a35d8", "sha256": "1c62623e64ccb581b8acea5792d35a901b27c9b4c2ac48fd436b32448ddccb3e" }, "downloads": -1, "filename": "sorno-py-scripts-0.43.5.tar.gz", "has_sig": false, "md5_digest": "6da0666738ae8ffa13931f29bd9a35d8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 74757, "upload_time": "2017-07-22T19:00:42", "url": "https://files.pythonhosted.org/packages/48/10/3397e9133789b7c49fc1065da72a5c4aa91ed594d440a2942cece1bd8cda/sorno-py-scripts-0.43.5.tar.gz" } ], "0.43.6": [ { "comment_text": "", "digests": { "md5": "2470c2353af930effb4c976a32762bc4", "sha256": "5b64f006a1a64e0a6b33ea99999b647e95b4497ff5edc91bba1ff20af922d555" }, "downloads": -1, "filename": "sorno_py_scripts-0.43.6-py2.7.egg", "has_sig": false, "md5_digest": "2470c2353af930effb4c976a32762bc4", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 153694, "upload_time": "2017-07-22T19:20:12", "url": "https://files.pythonhosted.org/packages/58/13/b3485d4f783ae1c66f87110a1c6df00aeb22311870b152ff19ebe0fe51b1/sorno_py_scripts-0.43.6-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "a3647da8ff5f67c858f91f2f62f8ffcf", "sha256": "59183f36a5381c0bb2cb6b87ab0a05ed5ed6609122271eec56b990a12594bbf9" }, "downloads": -1, "filename": "sorno-py-scripts-0.43.6.tar.gz", "has_sig": false, "md5_digest": "a3647da8ff5f67c858f91f2f62f8ffcf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 74838, "upload_time": "2017-07-22T19:20:14", "url": "https://files.pythonhosted.org/packages/ed/53/c7093c4849e1efab1c8ff522d7159e0c9c3d3a3db4d747fae3b1e6aadb8e/sorno-py-scripts-0.43.6.tar.gz" } ], "0.43.7": [ { "comment_text": "", "digests": { "md5": "255be7a582f1929dac033c0c3cc1832d", "sha256": "c4ad2c33af5cbe1fca4d1b6fe902cfa4d4496c785e3f7fa55f0502c8d7d4ccd5" }, "downloads": -1, "filename": "sorno_py_scripts-0.43.7-py2.7.egg", "has_sig": false, "md5_digest": "255be7a582f1929dac033c0c3cc1832d", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 153714, "upload_time": "2017-07-22T23:28:54", "url": "https://files.pythonhosted.org/packages/b4/04/30bd3dbfe879571f541513e85d202d64dd9c8cd3e47a40f1590e64c6be8e/sorno_py_scripts-0.43.7-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "3d9b1422bd125ede6844f628e905182c", "sha256": "e4d07811e8f906978f32a84bc8127e300a419993428ec08a7fc0b5443acb5415" }, "downloads": -1, "filename": "sorno-py-scripts-0.43.7.tar.gz", "has_sig": false, "md5_digest": "3d9b1422bd125ede6844f628e905182c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 74856, "upload_time": "2017-07-22T23:28:56", "url": "https://files.pythonhosted.org/packages/4d/80/15f4e48bfd10ca687fac75accfb49761daccb1490539d47c6b604df59bb0/sorno-py-scripts-0.43.7.tar.gz" } ], "0.44.1": [ { "comment_text": "", "digests": { "md5": "eb1fb2972e11881264404c04080c5e5d", "sha256": "790ab1d207d023b2ec2de0123c6019b5817cabc2e67a22148fb08039d2362179" }, "downloads": -1, "filename": "sorno_py_scripts-0.44.1-py2.7.egg", "has_sig": false, "md5_digest": "eb1fb2972e11881264404c04080c5e5d", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 155143, "upload_time": "2017-08-02T01:11:47", "url": "https://files.pythonhosted.org/packages/76/a0/bca0b03903bf44c0046cd78242c09061f7118015ec940dc507919afd94b9/sorno_py_scripts-0.44.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "e3b052b4546cf1eb0056aca5a8d8eb83", "sha256": "90a384223f685ff1b98f9ffe74ad343cbd5e3b166c8d46b7c2e98f353b89f5f8" }, "downloads": -1, "filename": "sorno-py-scripts-0.44.1.tar.gz", "has_sig": false, "md5_digest": "e3b052b4546cf1eb0056aca5a8d8eb83", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 75303, "upload_time": "2017-08-02T01:11:49", "url": "https://files.pythonhosted.org/packages/f1/7f/b295ed31380bc1a339b147a6692d29ff906505cfc1455933c55ff3253c9d/sorno-py-scripts-0.44.1.tar.gz" } ], "0.44.2": [ { "comment_text": "", "digests": { "md5": "276169455d09d7f186f8a9b55a296559", "sha256": "ec55c2d105cc05cf11a74e1862f97a2b16ebf6da90129074127b981db5a31857" }, "downloads": -1, "filename": "sorno_py_scripts-0.44.2-py2.7.egg", "has_sig": false, "md5_digest": "276169455d09d7f186f8a9b55a296559", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 155561, "upload_time": "2018-05-08T00:49:33", "url": "https://files.pythonhosted.org/packages/47/4b/4f11159a873da3dd890821deaa71b478a124dddf66bfb708bceeda02d2c4/sorno_py_scripts-0.44.2-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "b383477543fb60151c7ce3df7ad24487", "sha256": "9e36923e518ce7ca43e51fa9dc2ac15d1d556fba26e5dc9a19bc3cac192a6ca3" }, "downloads": -1, "filename": "sorno-py-scripts-0.44.2.tar.gz", "has_sig": false, "md5_digest": "b383477543fb60151c7ce3df7ad24487", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 78747, "upload_time": "2018-05-08T00:49:35", "url": "https://files.pythonhosted.org/packages/c0/0e/1216b8520d135d6b4ff6150a19b933fe02a5af05d2fee2d26768d3bc4d7e/sorno-py-scripts-0.44.2.tar.gz" } ], "0.44.3": [ { "comment_text": "", "digests": { "md5": "ff83235cded7b6f927f61212dd35d004", "sha256": "c2b8b7010b332fd25c03c835dbe9276ac4bc0d31d8fe39ec452d3a5ca3e78111" }, "downloads": -1, "filename": "sorno_py_scripts-0.44.3-py2.7.egg", "has_sig": false, "md5_digest": "ff83235cded7b6f927f61212dd35d004", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 155630, "upload_time": "2018-06-23T16:31:41", "url": "https://files.pythonhosted.org/packages/98/d0/8a504a72ae8e3264a97159eca18134c1a54c4df5e5477ddfb0752642b2bb/sorno_py_scripts-0.44.3-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "37bb21b6e32cd953967c496520802696", "sha256": "86c8f46a0344244d3b63d17e0616666cac74786beeae30ab550f515fee03435f" }, "downloads": -1, "filename": "sorno-py-scripts-0.44.3.tar.gz", "has_sig": false, "md5_digest": "37bb21b6e32cd953967c496520802696", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 78809, "upload_time": "2018-06-23T16:31:42", "url": "https://files.pythonhosted.org/packages/28/d4/3efc1476cd34d8ae3cbeaa13ca26a351aeb485ae9eae41249728e6bf8357/sorno-py-scripts-0.44.3.tar.gz" } ], "0.45.0": [ { "comment_text": "", "digests": { "md5": "7a78026182a2338af21a333f8f69fdfc", "sha256": "ca8be60f53a07a20c3f879097bfa4908e7e4f0dcfedfc2fe5135413fe1bd1385" }, "downloads": -1, "filename": "sorno_py_scripts-0.45.0-py2.7.egg", "has_sig": false, "md5_digest": "7a78026182a2338af21a333f8f69fdfc", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 156291, "upload_time": "2019-07-28T18:23:58", "url": "https://files.pythonhosted.org/packages/c9/cf/b877a68abebda626f45e437e615a7a30aa033dcda5b6309f1ef1188c5bff/sorno_py_scripts-0.45.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "a496a53a3ccc5ff02ca5550e0a73e005", "sha256": "0194c61ab0cfe53c25f0b42334d23f3a6591571e2cd38f148fd99f2b8b5bdd4a" }, "downloads": -1, "filename": "sorno-py-scripts-0.45.0.tar.gz", "has_sig": false, "md5_digest": "a496a53a3ccc5ff02ca5550e0a73e005", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 79214, "upload_time": "2019-07-28T18:24:00", "url": "https://files.pythonhosted.org/packages/03/95/7d85e7d498c53eb2d8d53ba7dab9de2a854a3c805b6fc9aaee23818e8a38/sorno-py-scripts-0.45.0.tar.gz" } ], "0.45.1": [ { "comment_text": "", "digests": { "md5": "94e2089f675f9e5e4c31e1f43f12afbc", "sha256": "0e0288a6f68dfd5e004acb6e4600c465eb8024e10a8207666c3d47ee3ed34a3f" }, "downloads": -1, "filename": "sorno_py_scripts-0.45.1-py2.7.egg", "has_sig": false, "md5_digest": "94e2089f675f9e5e4c31e1f43f12afbc", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 156425, "upload_time": "2019-07-28T22:26:40", "url": "https://files.pythonhosted.org/packages/e9/48/014da30bb5878598581afe73342bf07521de044d82319eaf58ad75c649e7/sorno_py_scripts-0.45.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "02768ae8fc7cb2e0420139c63b68f34b", "sha256": "ad6da8f2b6fe02de78a7c6f10bf480d63bc5af46e28327983a00f3e6e8bd1d56" }, "downloads": -1, "filename": "sorno-py-scripts-0.45.1.tar.gz", "has_sig": false, "md5_digest": "02768ae8fc7cb2e0420139c63b68f34b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 79323, "upload_time": "2019-07-28T22:26:42", "url": "https://files.pythonhosted.org/packages/74/cf/c5c61f1d3f754a7209603f36079ca0c4fb662ac4de42542a6a7c5d56135f/sorno-py-scripts-0.45.1.tar.gz" } ], "0.45.2": [ { "comment_text": "", "digests": { "md5": "74c139c2d6e8d7e34480cc51807679ed", "sha256": "efa973de9677780f275f2ab730562d92ff982a22884bd7952361aeeb33023cd7" }, "downloads": -1, "filename": "sorno_py_scripts-0.45.2-py2.7.egg", "has_sig": false, "md5_digest": "74c139c2d6e8d7e34480cc51807679ed", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 156432, "upload_time": "2019-07-28T22:56:40", "url": "https://files.pythonhosted.org/packages/02/f9/065fe745e7a626d2a8bb6a4e5fbfd49cd685e3dfc475c12518031db06865/sorno_py_scripts-0.45.2-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "cd9fab3e80b63e42d394097c82e1fb24", "sha256": "024fc1af78da09aa75ec3470362701f7b8ba26f81ec255f75afe2be8461593ed" }, "downloads": -1, "filename": "sorno-py-scripts-0.45.2.tar.gz", "has_sig": false, "md5_digest": "cd9fab3e80b63e42d394097c82e1fb24", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 79325, "upload_time": "2019-07-28T22:56:42", "url": "https://files.pythonhosted.org/packages/a5/12/d3603560c0e9c6ef12251d26fc924ace6643ae102cf04a9bb02ae89a9847/sorno-py-scripts-0.45.2.tar.gz" } ], "0.45.3": [ { "comment_text": "", "digests": { "md5": "c2c9ff138e590d1d7b1768b244a17e12", "sha256": "2df9828eddd7fa13574585ab50c3ea692ec7c2471d238b1fd171b4e5b2cb4673" }, "downloads": -1, "filename": "sorno_py_scripts-0.45.3-py2.7.egg", "has_sig": false, "md5_digest": "c2c9ff138e590d1d7b1768b244a17e12", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 156466, "upload_time": "2019-07-30T02:29:50", "url": "https://files.pythonhosted.org/packages/7e/17/4414c8eb9d8bf832d9d0c7ff6602c674561bfa241ea9bfb2e472fc601474/sorno_py_scripts-0.45.3-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "2d8cd0508448d2426f7f84c3fc138cb1", "sha256": "2fbac23d5ee24ba8e99ab29185e26d68387b0e5bb3c49386daa82564b2fd7b21" }, "downloads": -1, "filename": "sorno-py-scripts-0.45.3.tar.gz", "has_sig": false, "md5_digest": "2d8cd0508448d2426f7f84c3fc138cb1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 79366, "upload_time": "2019-07-30T02:29:52", "url": "https://files.pythonhosted.org/packages/4d/9c/fc24c7c36ebb64c672608d62639b127206e340c0f0fe63bd6e9090458904/sorno-py-scripts-0.45.3.tar.gz" } ], "0.46.0": [ { "comment_text": "", "digests": { "md5": "a633cb29f855f9b43886bee41f107d25", "sha256": "300b55108a2233c5c0cb5dd1a66724703120ef85d5fbb80e1717779f43126f67" }, "downloads": -1, "filename": "sorno_py_scripts-0.46.0-py2.7.egg", "has_sig": false, "md5_digest": "a633cb29f855f9b43886bee41f107d25", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 157027, "upload_time": "2019-08-03T21:31:58", "url": "https://files.pythonhosted.org/packages/23/22/a7d7ed2e3a8e51dc30d0d3d6fe3adb01286ee3db910218e2c43f03a092bf/sorno_py_scripts-0.46.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "b6c7db3484f0602f151322358873955b", "sha256": "59c14fd7a7c045fd79f00e583d8cb3cc03cbfaf6a7ac2e911a82803955436c49" }, "downloads": -1, "filename": "sorno-py-scripts-0.46.0.tar.gz", "has_sig": false, "md5_digest": "b6c7db3484f0602f151322358873955b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 79551, "upload_time": "2019-08-03T21:32:00", "url": "https://files.pythonhosted.org/packages/a1/31/ec8ada5bc6b85247d59b5e5167c1fd86c9f48b70ca035413e49cbf765497/sorno-py-scripts-0.46.0.tar.gz" } ], "0.46.1": [ { "comment_text": "", "digests": { "md5": "51c2756791dc19a6310be9cc0ef46f2d", "sha256": "be5ec860a8ba735e00680927bbe2d1712f31127a46daed2d73d8ca571bfa5630" }, "downloads": -1, "filename": "sorno_py_scripts-0.46.1-py3.6.egg", "has_sig": false, "md5_digest": "51c2756791dc19a6310be9cc0ef46f2d", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 147665, "upload_time": "2019-08-04T04:24:03", "url": "https://files.pythonhosted.org/packages/99/37/ccf0ab651fb3f905838c3d508957c9e9e8e28c30ee9bba01bae819b97cf8/sorno_py_scripts-0.46.1-py3.6.egg" }, { "comment_text": "", "digests": { "md5": "76127872d6d72ecf0e5173e8d69388c2", "sha256": "312b475c293ac63896c465444e84aad51e7c69c05e29781f599b92a77181f6a2" }, "downloads": -1, "filename": "sorno-py-scripts-0.46.1.tar.gz", "has_sig": false, "md5_digest": "76127872d6d72ecf0e5173e8d69388c2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 79570, "upload_time": "2019-08-04T04:24:06", "url": "https://files.pythonhosted.org/packages/3e/a9/18ff7b4d690f4dd5932838f2fa4fe9e2a67ccd63489bc5fac786afde8b4e/sorno-py-scripts-0.46.1.tar.gz" } ], "0.47.0": [ { "comment_text": "", "digests": { "md5": "6744895963f445981d57c561f17cb61a", "sha256": "8d78341d46a2620322c1c85cf8184894ccde3c34c47b0582233edaeec398d5d7" }, "downloads": -1, "filename": "sorno_py_scripts-0.47.0-py3.6.egg", "has_sig": false, "md5_digest": "6744895963f445981d57c561f17cb61a", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 147670, "upload_time": "2019-08-04T04:31:45", "url": "https://files.pythonhosted.org/packages/c5/86/c1697c7b0e2f8dfff954d15ac570d5204c8fd7511736e07495673cfc5fba/sorno_py_scripts-0.47.0-py3.6.egg" }, { "comment_text": "", "digests": { "md5": "e7ca1678c13187519da93e5870536481", "sha256": "a60b149d799674e9da9019834f0b27515edff129d64d3efbcc6f355d14dae91a" }, "downloads": -1, "filename": "sorno-py-scripts-0.47.0.tar.gz", "has_sig": false, "md5_digest": "e7ca1678c13187519da93e5870536481", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 79566, "upload_time": "2019-08-04T04:31:47", "url": "https://files.pythonhosted.org/packages/e1/0e/12b10e3571635e1c376a6b4ec6d88e7dae3c99487645cd4ab797b1bf509c/sorno-py-scripts-0.47.0.tar.gz" } ], "0.47.1": [ { "comment_text": "", "digests": { "md5": "272fc25750956f479a0d603b346e3ddf", "sha256": "3dbb21119d6b40da3a951c3d9867796cb713d562f020d55882252c74778a5963" }, "downloads": -1, "filename": "sorno_py_scripts-0.47.1-py3.6.egg", "has_sig": false, "md5_digest": "272fc25750956f479a0d603b346e3ddf", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 147673, "upload_time": "2019-08-04T05:12:09", "url": "https://files.pythonhosted.org/packages/43/29/5b5dd3496f5f9ce98bab48bedb2ecae7859dbf2774251a356193705ad25a/sorno_py_scripts-0.47.1-py3.6.egg" }, { "comment_text": "", "digests": { "md5": "59d1c26232ced27ca2e977f34bfe88cf", "sha256": "5689ed6ad1b51be103e011c48a1cc623a8b1ac9d5ab8fba6797fc2210507318b" }, "downloads": -1, "filename": "sorno-py-scripts-0.47.1.tar.gz", "has_sig": false, "md5_digest": "59d1c26232ced27ca2e977f34bfe88cf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 79572, "upload_time": "2019-08-04T05:12:11", "url": "https://files.pythonhosted.org/packages/06/87/df90a8631e194b5a15973a2c5f04b0594885b334b0f6a5ca8372b3b90835/sorno-py-scripts-0.47.1.tar.gz" } ], "0.47.2": [ { "comment_text": "", "digests": { "md5": "a43f6ce43acae678e7326a2d6fd69116", "sha256": "72cfc5c5f7dea1cb3c1ebd4ae23057e23f18fc6fbaa3805e1b898fd00b129ba7" }, "downloads": -1, "filename": "sorno_py_scripts-0.47.2-py3.6.egg", "has_sig": false, "md5_digest": "a43f6ce43acae678e7326a2d6fd69116", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 147721, "upload_time": "2019-08-04T18:34:15", "url": "https://files.pythonhosted.org/packages/c4/f6/ba55695474d09907d9cdf3c40c505d908e6dda0091c3dfe26099629de13a/sorno_py_scripts-0.47.2-py3.6.egg" }, { "comment_text": "", "digests": { "md5": "9080e61c4363fe96796c0a272ead01e2", "sha256": "5f0ee9807c724033903290d80287fd394d0a6ac1c9d362fdba77a4607cbc09f9" }, "downloads": -1, "filename": "sorno-py-scripts-0.47.2.tar.gz", "has_sig": false, "md5_digest": "9080e61c4363fe96796c0a272ead01e2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 79618, "upload_time": "2019-08-04T18:34:18", "url": "https://files.pythonhosted.org/packages/61/fc/5c0f338b558c5f13151447520ddb259ebe540719b89bb47d70aef8d867ef/sorno-py-scripts-0.47.2.tar.gz" } ], "0.47.3": [ { "comment_text": "", "digests": { "md5": "efaeb9e8a8c934b1fc79afff901ee6a8", "sha256": "7f3e6d1b40b5fe5429ff45901b2af708ffc0a4a0b865671f2233e0a2e0fb19b7" }, "downloads": -1, "filename": "sorno_py_scripts-0.47.3-py3.6.egg", "has_sig": false, "md5_digest": "efaeb9e8a8c934b1fc79afff901ee6a8", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 150212, "upload_time": "2019-08-05T02:44:17", "url": "https://files.pythonhosted.org/packages/66/1d/049793bae83ba0e8b9a459e396db10591683b3419d8cb386ccb10d3c96d2/sorno_py_scripts-0.47.3-py3.6.egg" }, { "comment_text": "", "digests": { "md5": "396f43597437004b936526624bd58d02", "sha256": "0b416fb12eed6fdb73dfb84adbc210f8a76c9cc005915fd588b4eea309714538" }, "downloads": -1, "filename": "sorno-py-scripts-0.47.3.tar.gz", "has_sig": false, "md5_digest": "396f43597437004b936526624bd58d02", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 80269, "upload_time": "2019-08-05T02:44:20", "url": "https://files.pythonhosted.org/packages/61/6f/b0a1deba718c6d18159d7a12287b45b2c026cb49cb380c8ccd37582a5996/sorno-py-scripts-0.47.3.tar.gz" } ], "0.47.4": [ { "comment_text": "", "digests": { "md5": "fb70a8d4b60bea7e5ab82e437a39256b", "sha256": "8fbc5f94a9879d912f61311736a8f1ecf92623018c03bfa20d9f2d3c77b1036a" }, "downloads": -1, "filename": "sorno_py_scripts-0.47.4-py3.6.egg", "has_sig": false, "md5_digest": "fb70a8d4b60bea7e5ab82e437a39256b", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 136391, "upload_time": "2019-08-09T19:09:49", "url": "https://files.pythonhosted.org/packages/95/ce/548c49d094abcf0f64e4d87125c7d15982df99c558bad3821ca94754917d/sorno_py_scripts-0.47.4-py3.6.egg" }, { "comment_text": "", "digests": { "md5": "2a699decb7e8c7eae2d640798970b8b6", "sha256": "2270af2dcaa32c1b9a3e9d57afa01f3e54a06fdc7fd8e59f221b23287bc32f8f" }, "downloads": -1, "filename": "sorno-py-scripts-0.47.4.tar.gz", "has_sig": false, "md5_digest": "2a699decb7e8c7eae2d640798970b8b6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 79441, "upload_time": "2019-08-09T19:09:52", "url": "https://files.pythonhosted.org/packages/60/60/5a89716ae85197d714308b51df686c635a3874d27a33c516f41df7cec562/sorno-py-scripts-0.47.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "fb70a8d4b60bea7e5ab82e437a39256b", "sha256": "8fbc5f94a9879d912f61311736a8f1ecf92623018c03bfa20d9f2d3c77b1036a" }, "downloads": -1, "filename": "sorno_py_scripts-0.47.4-py3.6.egg", "has_sig": false, "md5_digest": "fb70a8d4b60bea7e5ab82e437a39256b", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 136391, "upload_time": "2019-08-09T19:09:49", "url": "https://files.pythonhosted.org/packages/95/ce/548c49d094abcf0f64e4d87125c7d15982df99c558bad3821ca94754917d/sorno_py_scripts-0.47.4-py3.6.egg" }, { "comment_text": "", "digests": { "md5": "2a699decb7e8c7eae2d640798970b8b6", "sha256": "2270af2dcaa32c1b9a3e9d57afa01f3e54a06fdc7fd8e59f221b23287bc32f8f" }, "downloads": -1, "filename": "sorno-py-scripts-0.47.4.tar.gz", "has_sig": false, "md5_digest": "2a699decb7e8c7eae2d640798970b8b6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 79441, "upload_time": "2019-08-09T19:09:52", "url": "https://files.pythonhosted.org/packages/60/60/5a89716ae85197d714308b51df686c635a3874d27a33c516f41df7cec562/sorno-py-scripts-0.47.4.tar.gz" } ] }