python-shelxfile 17-1 source package in Ubuntu

Changelog

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

  * New upstream version 17
  * Bump copyright years.
  * Drop low-level autopkgtest (superseded by autopkgtest-pkg-pybuild).

 -- Andrius Merkys <email address hidden>  Tue, 20 Feb 2024 05:10:19 -0500

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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-shelxfile_17-1.dsc 2.1 KiB 03be886920d82da3c2e3bbeff0914413dec50dd6c36a10730249f9deeac3c222
python-shelxfile_17.orig.tar.gz 1.4 MiB c385cc14867b3efb184f6b4496fbaf7d0712a329ba2687850bf83a6cc5e5872b
python-shelxfile_17-1.debian.tar.xz 3.5 KiB 1cd56018100f459b012869b30c8871bcc4d74d4a790c454e9acfea5bdfbcb882

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.