python-shelxfile 20-1 source package in Ubuntu

Changelog

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

  * New upstream version 20

 -- Andrius Merkys <email address hidden>  Thu, 20 Jun 2024 02:32:21 -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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-shelxfile_20-1.dsc 2.1 KiB 1e015cf3a5633fa6fccb87508aa7eb252aea93a755e7fe2d690560c40c57d2d7
python-shelxfile_20.orig.tar.gz 1.4 MiB beddfc563b7dc83b5e45f4fdf1b4463913055274b364710e47d2b43f61413655
python-shelxfile_20-1.debian.tar.xz 3.5 KiB 91e2645cfe6078fa15c8675754976db328f89e946c074c7a43cb5a32208e6d16

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.