typeboa


Nametypeboa JSON
Version 0.1.1 PyPI version JSON
download
home_pageNone
SummaryA description of my package.
upload_time2024-03-03 09:30:06
maintainerNone
docs_urlNone
authorNone
requires_pythonNone
licenseNone
keywords one two
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Typeboa
Typethon is a simple library that adds type checking into native python 


## Usage
```python
from typethon import *
x = Int | 23
y = List[Int] | [1, 2, 3, 4]
```
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "typeboa",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "one,two",
    "author": null,
    "author_email": "Anish Kanthamneni <akneni@example.com>",
    "download_url": "https://files.pythonhosted.org/packages/86/0a/23963606ef800ddc9ec4812ac900e72e0442d88aa3d356f3cbb70d33e6fb/typeboa-0.1.1.tar.gz",
    "platform": null,
    "description": "# Typeboa\nTypethon is a simple library that adds type checking into native python \n\n\n## Usage\n```python\nfrom typethon import *\nx = Int | 23\ny = List[Int] | [1, 2, 3, 4]\n```",
    "bugtrack_url": null,
    "license": null,
    "summary": "A description of my package.",
    "version": "0.1.1",
    "project_urls": null,
    "split_keywords": [
        "one",
        "two"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "257293c4e4105d610837ee4efcf72ed9c543739abf92d8d728a7e56a97b93859",
                "md5": "04cd06aab948a9f4f5ed32b1c43ab0c2",
                "sha256": "98feb961910a14d8dcf4d4b4381315b85af8e84ca18dc47be6161279fc654034"
            },
            "downloads": -1,
            "filename": "typeboa-0.1.1-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "04cd06aab948a9f4f5ed32b1c43ab0c2",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 2118,
            "upload_time": "2024-03-03T09:30:08",
            "upload_time_iso_8601": "2024-03-03T09:30:08.468233Z",
            "url": "https://files.pythonhosted.org/packages/25/72/93c4e4105d610837ee4efcf72ed9c543739abf92d8d728a7e56a97b93859/typeboa-0.1.1-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "860a23963606ef800ddc9ec4812ac900e72e0442d88aa3d356f3cbb70d33e6fb",
                "md5": "50414a5806b35ef037912e03f267a10f",
                "sha256": "b580a637387e574f23bb833a632b3909f259a5c3dd660399c2ab9f5165daaf5d"
            },
            "downloads": -1,
            "filename": "typeboa-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "50414a5806b35ef037912e03f267a10f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2381,
            "upload_time": "2024-03-03T09:30:06",
            "upload_time_iso_8601": "2024-03-03T09:30:06.432419Z",
            "url": "https://files.pythonhosted.org/packages/86/0a/23963606ef800ddc9ec4812ac900e72e0442d88aa3d356f3cbb70d33e6fb/typeboa-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-03 09:30:06",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "typeboa"
}
        
Elapsed time: 0.20756s