values


Namevalues JSON
Version 2020.12.3 PyPI version JSON
download
home_pagehttps://github.com/andrewp-as-is/values.py
Summaryvalues.get(input) - create list from input
upload_time2020-12-03 20:42:55
maintainer
docs_urlNone
author
requires_python
licenseUnlicense
keywords list values
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <!--
https://readme42.com
-->


[![](https://img.shields.io/pypi/v/values.svg?maxAge=3600)](https://pypi.org/project/values/)
[![](https://img.shields.io/badge/License-Unlicense-blue.svg?longCache=True)](https://unlicense.org/)

### Installation
```bash
$ [sudo] pip install values
```

#### Examples
```python
>>> import values
>>> values.get(1)
[1]

>>> values.get("string")
["string"]

>>> values.get([1,2])
[1,2]

>>> values.get(None)
[]
```

<p align="center">
    <a href="https://readme42.com/">readme42.com</a>
</p>
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/andrewp-as-is/values.py",
    "name": "values",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "list values",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/cc/18/952219903bde3175113927866c19b536cfcea3259cd4e3fdacb8604723f6/values-2020.12.3.tar.gz",
    "platform": "",
    "description": "<!--\nhttps://readme42.com\n-->\n\n\n[![](https://img.shields.io/pypi/v/values.svg?maxAge=3600)](https://pypi.org/project/values/)\n[![](https://img.shields.io/badge/License-Unlicense-blue.svg?longCache=True)](https://unlicense.org/)\n\n### Installation\n```bash\n$ [sudo] pip install values\n```\n\n#### Examples\n```python\n>>> import values\n>>> values.get(1)\n[1]\n\n>>> values.get(\"string\")\n[\"string\"]\n\n>>> values.get([1,2])\n[1,2]\n\n>>> values.get(None)\n[]\n```\n\n<p align=\"center\">\n    <a href=\"https://readme42.com/\">readme42.com</a>\n</p>",
    "bugtrack_url": null,
    "license": "Unlicense",
    "summary": "values.get(input) - create list from input",
    "version": "2020.12.3",
    "split_keywords": [
        "list",
        "values"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "795db30aaa21e7b0c08bd9b77e7c67ea",
                "sha256": "30b1b74674b546188b77d8398de17ea49f3692191114da43c703bda5b54402f5"
            },
            "downloads": -1,
            "filename": "values-2020.12.3.tar.gz",
            "has_sig": false,
            "md5_digest": "795db30aaa21e7b0c08bd9b77e7c67ea",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1319,
            "upload_time": "2020-12-03T20:42:55",
            "upload_time_iso_8601": "2020-12-03T20:42:55.010139Z",
            "url": "https://files.pythonhosted.org/packages/cc/18/952219903bde3175113927866c19b536cfcea3259cd4e3fdacb8604723f6/values-2020.12.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2020-12-03 20:42:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "andrewp-as-is",
    "github_project": "values.py",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "values"
}
        
Elapsed time: 0.02204s