{ "info": { "author": "Valentin Lab", "author_email": "valentin.lab@kalysto.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Programming Language :: Python", "Topic :: Software Development", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "=========================\nkids.common\n=========================\n\n.. image:: http://img.shields.io/pypi/v/kids.common.svg?style=flat\n :target: https://pypi.python.org/pypi/kids.common/\n :alt: Latest PyPI version\n\n.. image:: http://img.shields.io/pypi/dm/kids.common.svg?style=flat\n :target: https://pypi.python.org/pypi/kids.common/\n :alt: Number of PyPI downloads\n\n.. image:: http://img.shields.io/travis/0k/kids.common/master.svg?style=flat\n :target: https://travis-ci.org/0k/kids.common/\n :alt: Travis CI build status\n\n.. image:: http://img.shields.io/coveralls/0k/kids.common/master.svg?style=flat\n :target: https://coveralls.io/r/0k/kids.common\n :alt: Test coverage\n\n\n\n``kids.common`` is a Python library providing helpers when writing command\nline utilities in python.\n\nIt's part of 'Kids' (for Keep It Dead Simple) library.\n\n\nMaturity\n========\n\nThis code is in alpha stage. It wasn't tested on Windows. API may change.\nThis is more a draft for an ongoing reflection.\n\nAnd I should add this is probably not ready to show. Although, a lot of these\nfunction are used everyday in my projects and I got sick rewritting them for\nevery project.\n\n\nFeatures\n========\n\nusing ``kids.common``:\n\n- TBD\n\n\nCompatibility\n=============\n\nTis code is python2 and python3 ready. It wasn't tested on windows.\n\n\nInstallation\n============\n\nYou don't need to download the GIT version of the code as ``kids.common`` is\navailable on the PyPI. So you should be able to run::\n\n pip install kids.common\n\nIf you have downloaded the GIT sources, then you could add install\nthe current version via traditional::\n\n python setup.py install\n\nAnd if you don't have the GIT sources but would like to get the latest\nmaster or branch from github, you could also::\n\n pip install git+https://github.com/0k/kids.common\n\nOr even select a specific revision (branch/tag/commit)::\n\n pip install git+https://github.com/0k/kids.common@master\n\n\nUsage\n=====\n\nTBD\n\n\nContributing\n============\n\nAny suggestion or issue is welcome. Push request are very welcome,\nplease check out the guidelines.\n\n\nPush Request Guidelines\n-----------------------\n\nYou can send any code. I'll look at it and will integrate it myself in\nthe code base and leave you as the author. This process can take time and\nit'll take less time if you follow the following guidelines:\n\n- check your code with PEP8 or pylint. Try to stick to 80 columns wide.\n- separate your commits per smallest concern.\n- each commit should pass the tests (to allow easy bisect)\n- each functionality/bugfix commit should contain the code, tests,\n and doc.\n- prior minor commit with typographic or code cosmetic changes are\n very welcome. These should be tagged in their commit summary with\n ``!minor``.\n- the commit message should follow gitchangelog rules (check the git\n log to get examples)\n- if the commit fixes an issue or finished the implementation of a\n feature, please mention it in the summary.\n\nIf you have some questions about guidelines which is not answered here,\nplease check the current ``git log``, you might find previous commit that\nwould show you how to deal with your issue.\n\n\nLicense\n=======\n\nCopyright (c) 2015 Valentin Lab.\n\nLicensed under the `BSD License`_.\n\n.. _BSD License: http://raw.github.com/0k/kids.common/master/LICENSE\n\nChangelog\n=========\n\n0.0.1 (2015-03-11)\n------------------\n\n- First import. [Valentin Lab]", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/0k/kids.common", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "kids.common", "package_url": "https://pypi.org/project/kids.common/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/kids.common/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/0k/kids.common" }, "release_url": "https://pypi.org/project/kids.common/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "Common KIDS python library", "version": "0.0.1" }, "last_serial": 1458223, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "20374f3c9b58b307c5c7d346a4e4cca1", "sha256": "5fe54d867171af699d8a6cdefad3de1c2a0c82124f235b1a550d47918b953558" }, "downloads": -1, "filename": "kids.common-0.0.1.tar.gz", "has_sig": false, "md5_digest": "20374f3c9b58b307c5c7d346a4e4cca1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6845, "upload_time": "2015-03-12T04:45:14", "url": "https://files.pythonhosted.org/packages/9c/fc/1c61161fdcbb01ca47849f13440232c9708f6b46c8f608cf369d81b33dfa/kids.common-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "20374f3c9b58b307c5c7d346a4e4cca1", "sha256": "5fe54d867171af699d8a6cdefad3de1c2a0c82124f235b1a550d47918b953558" }, "downloads": -1, "filename": "kids.common-0.0.1.tar.gz", "has_sig": false, "md5_digest": "20374f3c9b58b307c5c7d346a4e4cca1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6845, "upload_time": "2015-03-12T04:45:14", "url": "https://files.pythonhosted.org/packages/9c/fc/1c61161fdcbb01ca47849f13440232c9708f6b46c8f608cf369d81b33dfa/kids.common-0.0.1.tar.gz" } ] }