Metadata-Version: 2.1
Name: freelanceapi
Version: 0.1.2b0
Summary: FreelanceAPI is a module for reading & evaluating export files from the Freelance control system.
Home-page: https://github.com/DarkJumper/FreelanceAPI
License: GNU
Author: Peter Schwarz
Author-email: p.schwarz1994@outlook.de
Requires-Python: >=3.9.1,<4.0.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Project-URL: Repository, https://github.com/DarkJumper/FreelanceAPI
Description-Content-Type: text/markdown

# FreecomAPI

[![Python 3.9+](https://img.shields.io/badge/python-3.9+-blue.svg)](https://www.python.org/downloads/release/python-360/)
[![PyPI version](https://badge.fury.io/py/freelanceapi.svg)](https://badge.fury.io/py/freelanceapi)
[![GitHub license](https://img.shields.io/github/license/DarkJumper/FreelanceAPI)](https://github.com/DarkJumper/FreelanceAPI/blob/main/LICENSE)

With the Freelance API an export file from the ABB Freelance control system can be evaluated.

## It provides:

Meanings of the Dict Keys:
- KW: Key Word
- LEN: Length of Dataset
- NA: Next element available
- MN: Measuring point name
- MT: Module Type
- ST: Short Text
- LT: Long Text
- AD: Area Definition
- SB: Status Bit
- VN: Variable Name
- DT: Data Typ
- VT: Variable Text
- PI: Process image
- EX: Exported Variable
- VC: Variable(0) or Const (1)
- FB: FBS Name
- LB: Libary
- DTMN: DTM Number
- DTMC: DTM Config
- QC: Quantity counter
- FN: Function Name

