boardman


Nameboardman JSON
Version 0.1.1 PyPI version JSON
download
home_pagehttps://github.com/liminspace/boardman
SummaryMicroPython deployment tool
upload_time2023-01-25 00:04:30
maintainer
docs_urlNone
authorIgor Melnyk
requires_python>=3.10,<4.0
licenseMIT
keywords micropython raspberry pi pico
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # boardman

MicroPython deployment tool


## Development

```bash
$ poetry config --local virtualenvs.create false
$ poetry install
```

```bash
$ poetry config repositories.testpypi https://test.pypi.org/legacy/
$ poetry config pypi-token.testpypi <token>


```
```bash
$ pip install -U --pre -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ -U "boardman>0.1.0" 
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/liminspace/boardman",
    "name": "boardman",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10,<4.0",
    "maintainer_email": "",
    "keywords": "micropython,Raspberry Pi Pico",
    "author": "Igor Melnyk",
    "author_email": "liminspace@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/e3/b1/7784308e50ebce55ae068e5afba64814ea2002ff561e5fbca9884cfc052d/boardman-0.1.1.tar.gz",
    "platform": null,
    "description": "# boardman\n\nMicroPython deployment tool\n\n\n## Development\n\n```bash\n$ poetry config --local virtualenvs.create false\n$ poetry install\n```\n\n```bash\n$ poetry config repositories.testpypi https://test.pypi.org/legacy/\n$ poetry config pypi-token.testpypi <token>\n\n\n```\n```bash\n$ pip install -U --pre -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ -U \"boardman>0.1.0\" \n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "MicroPython deployment tool",
    "version": "0.1.1",
    "split_keywords": [
        "micropython",
        "raspberry pi pico"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9365a870e7388810d030829aa060f085d6b7f220041cac483e96f53e422a50a3",
                "md5": "7b54d96eb7211f84af629c02d5bec171",
                "sha256": "d7007df69af49b6c95a78480d533bf3825ee2eba6d9955606307ca7b97189cea"
            },
            "downloads": -1,
            "filename": "boardman-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7b54d96eb7211f84af629c02d5bec171",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10,<4.0",
            "size": 11782,
            "upload_time": "2023-01-25T00:04:29",
            "upload_time_iso_8601": "2023-01-25T00:04:29.109265Z",
            "url": "https://files.pythonhosted.org/packages/93/65/a870e7388810d030829aa060f085d6b7f220041cac483e96f53e422a50a3/boardman-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e3b17784308e50ebce55ae068e5afba64814ea2002ff561e5fbca9884cfc052d",
                "md5": "38c8ad266af94083df99ef58a802fdef",
                "sha256": "52d63fce6b25cd334787af335302ffb7f9f34d6762d0d551c35fde1a3e47eddb"
            },
            "downloads": -1,
            "filename": "boardman-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "38c8ad266af94083df99ef58a802fdef",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10,<4.0",
            "size": 7869,
            "upload_time": "2023-01-25T00:04:30",
            "upload_time_iso_8601": "2023-01-25T00:04:30.704628Z",
            "url": "https://files.pythonhosted.org/packages/e3/b1/7784308e50ebce55ae068e5afba64814ea2002ff561e5fbca9884cfc052d/boardman-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-25 00:04:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "liminspace",
    "github_project": "boardman",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "boardman"
}
        
Elapsed time: 0.74365s