python-shelxfile 15-1 source package in Ubuntu

Changelog

python-shelxfile (15-1) unstable; urgency=medium

  * New upstream version 15

 -- Andrius Merkys <email address hidden>  Mon, 12 Jun 2023 03:16:22 -0400

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-shelxfile_15-1.dsc 2.2 KiB 20c1e0912f8c417a5467617b37f4b03e86523379b9351f16b7fd9939038d1714
python-shelxfile_15.orig.tar.gz 1.3 MiB 977852b67beff713960060da980f80953af6f68b8f24a81c0b4b28c3255442e0
python-shelxfile_15-1.debian.tar.xz 3.3 KiB d6ccb68de6cf1e3564b41ad5c665937101ce3fb893d6f51a7807f0abd7bdcbbe

Available diffs

No changes file available.

Binary packages built by this source

python3-shelxfile: read and write SHELXL syntax files (Python 3)

 This is a full implementation of the SHELXL file syntax. Additionally it is
 able to edit SHELX properties using Python. The implementation is Python3-only
 and supports SHELXL after 2017.
 .
 Shelxfile always keeps the file order intact. Every SHELX instruction like DFIX
 or an atom is stored as an class object in the list Shelxfile._reslist. When
 writing the Shelxfile content to disk, it wites the _reslist content to disk.
 .
 Shelxfile tries to detect all possible syntax errors that SHELXL would not like
 either. If Shelxfile.DEBUG is True, more output about syntax and other errors
 are printed out. Otherwise, the parser is quiet except for really severe errors
 like a missing unit cell.
 .
 This package installs the library for Python 3.