Metadata-Version: 2.4
Name: astm-2025
Version: 0.8.0
Summary: Python implementation of ASTM E1381/1394 protocol.
Home-page: http://code.google.com/p/python-astm
Author: Pratham Prasson
Author-email: prathamprasoonyt@gmail.com
License: BSD-3-Clause
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
Description-Content-Type: text/plain
License-File: COPYING
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: summary

Python implementation of ASTM E1381/1394 data protocol.

This project aims to solve three tasks:

1. Provide decoder ASTM data to Python objects and encode them back to valid
   ASTM messages.

2. Provide ability to create your own ASTM client and server applications
   followed by common specification routines.

3. Provide ready-to-use "drivers" for various ASTM-driven analysers,
   middlewares and other software or hardware solutions.


Depending on your needs you may use this project in one of these ways.
Currently, all communication routines are implemented for TCP/IP protocol driven
by a bit improved standard asynclib.

Read the docs for more info:
http://python-astm.readthedocs.org

