toarray


Nametoarray JSON
Version 0.2.1 PyPI version JSON
download
home_pagehttps://github.com/eddiethedean/toarray
SummarySmall Python package for converting iterables to arrays.
upload_time2023-02-06 18:34:57
maintainer
docs_urlNone
authorOdos Matthews
requires_python>=3.6
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # toarray

Small Python package for converting iterables to arrays.

## Description

toarray takes an iterable and figures out what the smallest python array type can hold the values.
returns an array if all values can fit or a list if not.

## Getting Started

### Dependencies

* Python>=3.6

### Installing

* pip install toarray

### Executing program

* How to run the program
* Step-by-step bullets
```
Example code to come.
```

## Authors

Contributors names and contact info

Odos Matthews: odosmatthews@gmail.com

## License

This project is licensed under the MIT License - see the LICENSE.md file for details

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/eddiethedean/toarray",
    "name": "toarray",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "",
    "author": "Odos Matthews",
    "author_email": "odosmatthews@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/73/01/74aafd75d65fc749c1d7209fc74706f93f359466ba8f59b6f5cdb80f6397/toarray-0.2.1.tar.gz",
    "platform": null,
    "description": "# toarray\n\nSmall Python package for converting iterables to arrays.\n\n## Description\n\ntoarray takes an iterable and figures out what the smallest python array type can hold the values.\nreturns an array if all values can fit or a list if not.\n\n## Getting Started\n\n### Dependencies\n\n* Python>=3.6\n\n### Installing\n\n* pip install toarray\n\n### Executing program\n\n* How to run the program\n* Step-by-step bullets\n```\nExample code to come.\n```\n\n## Authors\n\nContributors names and contact info\n\nOdos Matthews: odosmatthews@gmail.com\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE.md file for details\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Small Python package for converting iterables to arrays.",
    "version": "0.2.1",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5a8fc9c8e4b51f84770267a881318458f00bddf8a6de56c9db89db402769cf16",
                "md5": "9e13232e45213a0602fe1233037569bc",
                "sha256": "6dbf3e813bedf515720f3f38744380be0bf9ee188aa2221febf842c692feb7ae"
            },
            "downloads": -1,
            "filename": "toarray-0.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9e13232e45213a0602fe1233037569bc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 3416,
            "upload_time": "2023-02-06T18:34:55",
            "upload_time_iso_8601": "2023-02-06T18:34:55.578302Z",
            "url": "https://files.pythonhosted.org/packages/5a/8f/c9c8e4b51f84770267a881318458f00bddf8a6de56c9db89db402769cf16/toarray-0.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "730174aafd75d65fc749c1d7209fc74706f93f359466ba8f59b6f5cdb80f6397",
                "md5": "2c45e21848b89396290b2eeed8df1ebe",
                "sha256": "2f5b1b45d5c4c98b6bd2d53814ee730754359d7f6ab39495762798bacb09b87c"
            },
            "downloads": -1,
            "filename": "toarray-0.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "2c45e21848b89396290b2eeed8df1ebe",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 3053,
            "upload_time": "2023-02-06T18:34:57",
            "upload_time_iso_8601": "2023-02-06T18:34:57.469675Z",
            "url": "https://files.pythonhosted.org/packages/73/01/74aafd75d65fc749c1d7209fc74706f93f359466ba8f59b6f5cdb80f6397/toarray-0.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-02-06 18:34:57",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "eddiethedean",
    "github_project": "toarray",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "toarray"
}
        
Elapsed time: 0.09814s