python-shelxfile 10-1 source package in Ubuntu

Changelog

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

  * New upstream version 10
  * Update standards version to 4.6.1, no changes needed.
  * Remove no longer existing file from debian/copyright.

 -- Andrius Merkys <email address hidden>  Tue, 18 Oct 2022 01:49:03 -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
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-shelxfile_10-1.dsc 2.1 KiB 3dfcc6b883ef25a9bcd61dfb1f6683291667ef2759a7a863a08a58844ecd41c8
python-shelxfile_10.orig.tar.gz 1.3 MiB 93076f431065f44c725f2386d9a1196acf8f65b912dee108e29945ce7b56cb17
python-shelxfile_10-1.debian.tar.xz 3.3 KiB 173c1df1c01273dd0ff0e2bce8e952bac0d4018a47dd354d34613de27ba55b1c

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.