archetypon


Namearchetypon JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/schlinkertc/archetypon
SummaryData Modeling and validation with Pydantic and Pandas, specifically designed for Jupyter Notebooks.
upload_time2023-02-10 16:33:57
maintainer
docs_urlNone
authorCharlie Schlinkert
requires_python>=3.7
licenseApache Software License 2.0
keywords nbdev jupyter notebook python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Archetypon
================

<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

`archetypon` (pronounced “archetype on”) is a library that uses Pydantic
to validate Pandas Dataframes. It includes some usefull extensions of
Pydantic’s BaseModel class display models in Jupyter Notebooks and
Jupyter Lab.

It’s built using `nbdev`

## Install

``` sh
pip install archetypon
```

## Example

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/schlinkertc/archetypon",
    "name": "archetypon",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "nbdev jupyter notebook python",
    "author": "Charlie Schlinkert",
    "author_email": "cschlinkert@pretium.com",
    "download_url": "https://files.pythonhosted.org/packages/f4/c5/c8fd62de6ce83442b7c42860d1958bee2bb42ee34b0b6d5b80ad5076d786/archetypon-0.0.1.tar.gz",
    "platform": null,
    "description": "Archetypon\n================\n\n<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->\n\n`archetypon` (pronounced \u201carchetype on\u201d) is a library that uses Pydantic\nto validate Pandas Dataframes. It includes some usefull extensions of\nPydantic\u2019s BaseModel class display models in Jupyter Notebooks and\nJupyter Lab.\n\nIt\u2019s built using `nbdev`\n\n## Install\n\n``` sh\npip install archetypon\n```\n\n## Example\n",
    "bugtrack_url": null,
    "license": "Apache Software License 2.0",
    "summary": "Data Modeling and validation with Pydantic and Pandas, specifically designed for Jupyter Notebooks.",
    "version": "0.0.1",
    "split_keywords": [
        "nbdev",
        "jupyter",
        "notebook",
        "python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4f5c3efbb2e2ddfdb07d117d8d0e6557012ce6dbc26f6f177033d373677c1a35",
                "md5": "414789c7018d42e58cb3f7d183c2a9e8",
                "sha256": "ccdb331bd79dacf648bfebd5c2d54a4325465ecea5ee6508c1a9fd1f63628b17"
            },
            "downloads": -1,
            "filename": "archetypon-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "414789c7018d42e58cb3f7d183c2a9e8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 13344,
            "upload_time": "2023-02-10T16:33:55",
            "upload_time_iso_8601": "2023-02-10T16:33:55.664717Z",
            "url": "https://files.pythonhosted.org/packages/4f/5c/3efbb2e2ddfdb07d117d8d0e6557012ce6dbc26f6f177033d373677c1a35/archetypon-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f4c5c8fd62de6ce83442b7c42860d1958bee2bb42ee34b0b6d5b80ad5076d786",
                "md5": "9bda525e726475aeedc125e87dc231cb",
                "sha256": "00375bff8ab247477cc3e56920c15017cb4b88676b3fc913cf2c2f45dd6eda96"
            },
            "downloads": -1,
            "filename": "archetypon-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "9bda525e726475aeedc125e87dc231cb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 13070,
            "upload_time": "2023-02-10T16:33:57",
            "upload_time_iso_8601": "2023-02-10T16:33:57.417642Z",
            "url": "https://files.pythonhosted.org/packages/f4/c5/c8fd62de6ce83442b7c42860d1958bee2bb42ee34b0b6d5b80ad5076d786/archetypon-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-02-10 16:33:57",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "schlinkertc",
    "github_project": "archetypon",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "archetypon"
}
        
Elapsed time: 0.04707s