{ "info": { "author": "Yuanle Song", "author_email": "sylecn@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Software Development :: Libraries" ], "description": "wells python utilities\n=======================\n\n.. image:: https://img.shields.io/pypi/v/wells.svg\n :target: https://pypi.org/project/wells/\n\n.. image:: https://img.shields.io/pypi/l/wells.svg\n :target: https://pypi.org/project/wells/\n\n.. image:: https://img.shields.io/pypi/wheel/wells.svg\n :target: https://pypi.org/project/wells/\n\n.. image:: https://img.shields.io/pypi/pyversions/wells.svg\n :target: https://pypi.org/project/wells/\n\n.. image:: https://travis-ci.org/python-wells/wells.svg?branch=master\n :target: https://travis-ci.org/python-wells/wells/\n\nwells is a collection of python utilities:\n\nMost common and general utilities:\n\n - utils common utilities. sequence, string and others.\n\nOther included utilities:\n\n - bashscript_utils read and write bashrc like config files (e.g. A=B)\n - config config parser. parse simple a = b config files. Because I don't like ini sections.\n - debug debug utilities, like @trace_time\n - fileutils file io, like safe_read_file, safe_write_file\n - iputils utilities to work with IP addresses\n - py3utils python 3 portability issue helper. similar to six_.\n - redisutils utilities when working with redis, including some converters for py3.\n - shellutils shell related utilities\n\n.. _six: https://pythonhosted.org/six/\n\nInstallation\n------------\n\nTo install this package:\n\n.. code-block:: bash\n\n $ pip install wells\n\nBaisc Usage\n------------\n\n.. code-block:: sh\n\n >>> import datetime\n >>> from wells.utils import sha1sum, to_json\n >>> sha1sum(\"abc\")\n 'a9993e364706816aba3e25717850c26c9cd0d89d'\n >>> to_json({\"start_date\": datetime.date.today()})\n '{\"start_date\": \"2017-04-23\"}'\n >>> import wells.utils\n >>> help(wells.utils)\n\nDocumentation\n-------------\n\nExternal documentation is not available yet. Type help() to get\ndocument in python REPL. You can also read examples in unit tests.\n\nLicense\n-------------\n\nCopyright (C) 2019 Yuanle Song \n\nThis library is licensed under the Apache License, Version 2.0 (the \u201cLicense\u201d); you may not use this file except in compliance with the License. You may obtain a copy of the License at\n\n https://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \u201cAS IS\u201d BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.\n\nChangeLog\n---------\n\n* v1.0.0 2017-04-23\n - init release.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://pypi.org/project/wells/", "keywords": "", "license": "Apache 2.0", "maintainer": "", "maintainer_email": "", "name": "wells", "package_url": "https://pypi.org/project/wells/", "platform": "", "project_url": "https://pypi.org/project/wells/", "project_urls": { "Homepage": "https://pypi.org/project/wells/" }, "release_url": "https://pypi.org/project/wells/1.4.1/", "requires_dist": null, "requires_python": "", "summary": "wells python utilities", "version": "1.4.1" }, "last_serial": 4878001, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "4f74305bb432ba5e5a72b272157f83e5", "sha256": "fbb3bca0e7cd6f993fdb36a383f5742165fafda97f072a333a170fabc136cb7d" }, "downloads": -1, "filename": "wells-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "4f74305bb432ba5e5a72b272157f83e5", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 19898, "upload_time": "2017-04-23T14:42:44", "url": "https://files.pythonhosted.org/packages/06/6a/e67d36cb6511d4a18638da8cb8bbcb2e4c821103c7930ac47440b403a931/wells-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9c28a41186300dac94aa27fa08e76f5d", "sha256": "4e4877d09b036a7da040c659d06eb0206b760becbb12a483ba0faf97aaf50d84" }, "downloads": -1, "filename": "wells-1.0.0.tar.gz", "has_sig": false, "md5_digest": "9c28a41186300dac94aa27fa08e76f5d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14868, "upload_time": "2017-04-23T14:42:50", "url": "https://files.pythonhosted.org/packages/7a/17/0ef8be932cbf0977469c60523465d7129e6dc7d1e70b77eca268813628f3/wells-1.0.0.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "a5e59b1d1e8dde115525efcbd0f836ab", "sha256": "b1c19871ca68d4706fb622eb7d1267d80bd65732c17444aa2c58842918f43696" }, "downloads": -1, "filename": "wells-1.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a5e59b1d1e8dde115525efcbd0f836ab", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 20065, "upload_time": "2017-04-24T05:40:49", "url": "https://files.pythonhosted.org/packages/c8/cd/27c46e2849b64ae6b2e0d5466bfb20597adb617a25728a8733112b4df157/wells-1.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f38c9915bb468b21a7be527bfe82fe7f", "sha256": "1a7a5a537c6e0b0cb901be3e6285bcc241284e94fa664452bdf9aaf67d4a2177" }, "downloads": -1, "filename": "wells-1.1.0.tar.gz", "has_sig": false, "md5_digest": "f38c9915bb468b21a7be527bfe82fe7f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14489, "upload_time": "2017-04-24T05:40:50", "url": "https://files.pythonhosted.org/packages/46/3a/0955815857949974c181268a242e88bbf2f80981ee327d94b09d5f615e08/wells-1.1.0.tar.gz" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "fd69729c7f1cde7c5b347bf3d451be19", "sha256": "6814f9434bf8b8cd02e846026dfaf8b9867545fd54a97958e78f42df82419b37" }, "downloads": -1, "filename": "wells-1.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "fd69729c7f1cde7c5b347bf3d451be19", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 21895, "upload_time": "2017-05-24T14:30:08", "url": "https://files.pythonhosted.org/packages/67/56/967129d13d0cb58afafc474ce4c6b61793c588ef4b4f584471c0354648c8/wells-1.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "12809c4d5ac3bc5675e9a8ef9e4c6cb0", "sha256": "092cd989a7af0c9b175da2fd7ad148e803eba39f66fe8bad50ec0fd4136884ad" }, "downloads": -1, "filename": "wells-1.2.0.tar.gz", "has_sig": false, "md5_digest": "12809c4d5ac3bc5675e9a8ef9e4c6cb0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15451, "upload_time": "2017-05-24T14:30:09", "url": "https://files.pythonhosted.org/packages/72/c5/4d61665287be9699dcd4904c37b0e1f38f6b91a324941df30766247694e5/wells-1.2.0.tar.gz" } ], "1.3.0": [ { "comment_text": "", "digests": { "md5": "6c9bcea8de28fa102d028ab011f3649f", "sha256": "2232f1764fd54e1ff66351aa14ae929ed73a1308a9f6e4f0a92910eef1a70a1c" }, "downloads": -1, "filename": "wells-1.3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6c9bcea8de28fa102d028ab011f3649f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 23188, "upload_time": "2017-08-05T02:37:03", "url": "https://files.pythonhosted.org/packages/cc/3d/ac2c23e57b759d6723451d132540b1e9aa65e884b70db4773c12a25033ac/wells-1.3.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "08aad046b4a3a3de54ca1579b3d9ad2d", "sha256": "66e19833baea6289194f3f2f3575bb3a2d890222e20f3ee33dcc81a63bd5c7ab" }, "downloads": -1, "filename": "wells-1.3.0.tar.gz", "has_sig": false, "md5_digest": "08aad046b4a3a3de54ca1579b3d9ad2d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16123, "upload_time": "2017-08-05T02:37:04", "url": "https://files.pythonhosted.org/packages/80/0b/fc14f2d139cfefac514175b6a88f68b15dde34cebb9ff513d1b4c8e544e7/wells-1.3.0.tar.gz" } ], "1.4.0": [ { "comment_text": "", "digests": { "md5": "a1925eadcc3a6aa7ef2b48763c0b0f18", "sha256": "54185bb092b6145fea1e9529d9a9e0f6062cfe20a6d6b2b09c4bb6a67abe4af4" }, "downloads": -1, "filename": "wells-1.4.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a1925eadcc3a6aa7ef2b48763c0b0f18", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 23868, "upload_time": "2018-05-04T07:00:46", "url": "https://files.pythonhosted.org/packages/4b/ec/625b9b4eb73348201ec44ddc7e9a479446d003e34554265d3b1cfc19b550/wells-1.4.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "819cb183e30165f285fb76e0796c2451", "sha256": "df6a35974b5549e855c736cd377f0a653236c5ba08db494ddf1bbd8ed40ba939" }, "downloads": -1, "filename": "wells-1.4.0.tar.gz", "has_sig": false, "md5_digest": "819cb183e30165f285fb76e0796c2451", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16483, "upload_time": "2018-05-04T07:00:46", "url": "https://files.pythonhosted.org/packages/39/25/44c46339650add01de17ae2db18387075bfe6c4b653f26d63b23524a0642/wells-1.4.0.tar.gz" } ], "1.4.1": [ { "comment_text": "", "digests": { "md5": "8cc92981cae1c3509eead8e70a8b33a4", "sha256": "e75c0b9c86bf66d804658fef206c068773ac94cc4df4772b6a071495ff26050b" }, "downloads": -1, "filename": "wells-1.4.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8cc92981cae1c3509eead8e70a8b33a4", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 24506, "upload_time": "2019-02-28T07:39:23", "url": "https://files.pythonhosted.org/packages/15/76/d686dcd70ac4bcb0005d9f18ead8a2a4914a53eb79ed911cbdbf4b828deb/wells-1.4.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fb12daf2727b44bd5ba1a067178dc80e", "sha256": "15a82671510b1a62eb3b15d966e9fed25f8da16417b3f2d2c8bd31e7000abbe1" }, "downloads": -1, "filename": "wells-1.4.1.tar.gz", "has_sig": false, "md5_digest": "fb12daf2727b44bd5ba1a067178dc80e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17088, "upload_time": "2019-02-28T07:39:25", "url": "https://files.pythonhosted.org/packages/a5/bd/7214577a9737546e29dc3240a899754f82baf39a61835111271620b49745/wells-1.4.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8cc92981cae1c3509eead8e70a8b33a4", "sha256": "e75c0b9c86bf66d804658fef206c068773ac94cc4df4772b6a071495ff26050b" }, "downloads": -1, "filename": "wells-1.4.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8cc92981cae1c3509eead8e70a8b33a4", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 24506, "upload_time": "2019-02-28T07:39:23", "url": "https://files.pythonhosted.org/packages/15/76/d686dcd70ac4bcb0005d9f18ead8a2a4914a53eb79ed911cbdbf4b828deb/wells-1.4.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fb12daf2727b44bd5ba1a067178dc80e", "sha256": "15a82671510b1a62eb3b15d966e9fed25f8da16417b3f2d2c8bd31e7000abbe1" }, "downloads": -1, "filename": "wells-1.4.1.tar.gz", "has_sig": false, "md5_digest": "fb12daf2727b44bd5ba1a067178dc80e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17088, "upload_time": "2019-02-28T07:39:25", "url": "https://files.pythonhosted.org/packages/a5/bd/7214577a9737546e29dc3240a899754f82baf39a61835111271620b49745/wells-1.4.1.tar.gz" } ] }