a package to import excel files - specifically our Titelplanung
Project description
TP Importer
This package is used for importing our main Titelplanung Excel file;
as this data is used in different systems this package provides adapters to use the imported data within different products
Usage
Usage Example:
def import_tp_data_for_mam():
tp_path = "G:\Listen\TPDD aktuell absolutiert.xlsm"
tp_data = TP_Importer().get_tp_data_from_file(tp_path)
tp_data_mam = Adapter_For_MAM().transform(tp_data)
for title in tp_data_mam:
print(title)
if __name__ == '__main__':
tp_data_mam = import_tp_data_for_mam()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tpimporter-0.3.1.tar.gz
(11.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tpimporter-0.3.1.tar.gz.
File metadata
- Download URL: tpimporter-0.3.1.tar.gz
- Upload date:
- Size: 11.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
264ecae6925fb91f710ecabbcc7c255464c47c81a1e4987013350cf0420aea90
|
|
| MD5 |
3273fe2e6718d8fce5f1020056053976
|
|
| BLAKE2b-256 |
ea21b38e6794298b213fdd4d4b95b458465f23a20eaab2575991c6b5ab6c8e13
|
File details
Details for the file tpimporter-0.3.1-py2.py3-none-any.whl.
File metadata
- Download URL: tpimporter-0.3.1-py2.py3-none-any.whl
- Upload date:
- Size: 11.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9e76bbbde81bb51bea12c6ef128f6f2bc7d6e1caadeb9db700fff20516824b4e
|
|
| MD5 |
1acb11499dc69e54cfe654287f592416
|
|
| BLAKE2b-256 |
16cdcd7aa0c98be28030060cff0db21c7aced5f9b0a12faac06a8aef3cd28eb3
|