@chemistry/cif-2-json
TypeScript icon, indicating that this package has built-in type declarations

0.0.18 • Public • Published

@chemistry/cif-2-json

npm version GitHub Build Status License: MIT

Library that Convert CIF file to JSON and support manipulations

Contains following tools:

  • cif to json
  • filter json (omit some fields)
  • find loop by type
  • normalize string
  • preform basic check
  • library of unit cells

How to Use

import { parse } from '@chemistry/cif-2-json';
const jcif = parse(cifContent);
console.log(JSON.strngify(jcif, null, 4));

Technical details:

  • Zero Dependency
  • Performance optimizations

Commands:

  • Build project: npm run build

Libraries used

Contacts

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.0.1820latest

Version History

VersionDownloads (Last 7 Days)Published
0.0.1820
0.0.170
0.0.150
0.0.120
0.0.100
0.0.90
0.0.80
0.0.70
0.0.60
0.0.50
0.0.40
0.0.30

Package Sidebar

Install

npm i @chemistry/cif-2-json

Weekly Downloads

20

Version

0.0.18

License

none

Unpacked Size

45.5 MB

Total Files

43

Last publish

Collaborators

  • vreshch