znframe


Nameznframe JSON
Version 0.1.5 PyPI version JSON
download
home_page
SummaryZnFrame - ASE-like Interface based on dataclasses
upload_time2024-01-19 17:58:08
maintainer
docs_urlNone
authorzincwarecode
requires_python>=3.9,<4.0
licenseApache-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![zincware](https://img.shields.io/badge/Powered%20by-zincware-darkcyan)](https://github.com/zincware)
[![codecov](https://codecov.io/gh/zincware/ZnFrame/graph/badge.svg?token=ZURLRO9WTI)](https://codecov.io/gh/zincware/ZnFrame)
[![PyPI version](https://badge.fury.io/py/znframe.svg)](https://badge.fury.io/py/znframe)

# ZnFrame - ASE-like Interface based on dataclasses

This package is designed for light-weight applications that require a structure
for managing atomic structures. It's primary focus lies on the conversion to /
from JSON, to send data around easily.

```python
from znframe import Frame
from ase.build import molecule

frame = Frame.from_atoms(molecule("NH3"))

print(frame.to_json())
```

# Installation

`pip install znframe`

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "znframe",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "zincwarecode",
    "author_email": "zincwarecode@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/0b/22/c040049182411957f22b78687b63d114c7ab7293c9db3dcab96b3d453009/znframe-0.1.5.tar.gz",
    "platform": null,
    "description": "[![zincware](https://img.shields.io/badge/Powered%20by-zincware-darkcyan)](https://github.com/zincware)\n[![codecov](https://codecov.io/gh/zincware/ZnFrame/graph/badge.svg?token=ZURLRO9WTI)](https://codecov.io/gh/zincware/ZnFrame)\n[![PyPI version](https://badge.fury.io/py/znframe.svg)](https://badge.fury.io/py/znframe)\n\n# ZnFrame - ASE-like Interface based on dataclasses\n\nThis package is designed for light-weight applications that require a structure\nfor managing atomic structures. It's primary focus lies on the conversion to /\nfrom JSON, to send data around easily.\n\n```python\nfrom znframe import Frame\nfrom ase.build import molecule\n\nframe = Frame.from_atoms(molecule(\"NH3\"))\n\nprint(frame.to_json())\n```\n\n# Installation\n\n`pip install znframe`\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "ZnFrame - ASE-like Interface based on dataclasses",
    "version": "0.1.5",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "43058d13acd192f87d413e7a4fea882635c26bc8c7d6f2d363edf344252a3977",
                "md5": "10b0daa2bde55f0caaceb834531a6734",
                "sha256": "3645ee836b19f3d957686ba58f2fd4c142afef44df33764856848579e3af61f4"
            },
            "downloads": -1,
            "filename": "znframe-0.1.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "10b0daa2bde55f0caaceb834531a6734",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9,<4.0",
            "size": 4383,
            "upload_time": "2024-01-19T17:58:07",
            "upload_time_iso_8601": "2024-01-19T17:58:07.041398Z",
            "url": "https://files.pythonhosted.org/packages/43/05/8d13acd192f87d413e7a4fea882635c26bc8c7d6f2d363edf344252a3977/znframe-0.1.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0b22c040049182411957f22b78687b63d114c7ab7293c9db3dcab96b3d453009",
                "md5": "97d1ced78541dfb40fa5d9d57c8781ad",
                "sha256": "b5424e196af4df7fc8662c8ce6be5950a1307b763d4159bad69a0559448f6acf"
            },
            "downloads": -1,
            "filename": "znframe-0.1.5.tar.gz",
            "has_sig": false,
            "md5_digest": "97d1ced78541dfb40fa5d9d57c8781ad",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9,<4.0",
            "size": 3838,
            "upload_time": "2024-01-19T17:58:08",
            "upload_time_iso_8601": "2024-01-19T17:58:08.933455Z",
            "url": "https://files.pythonhosted.org/packages/0b/22/c040049182411957f22b78687b63d114c7ab7293c9db3dcab96b3d453009/znframe-0.1.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-19 17:58:08",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "znframe"
}
        
Elapsed time: 0.15685s