a package to import excel files - specifically our Titelplanung and TV 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.4.6.tar.gz
(12.1 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.4.6.tar.gz.
File metadata
- Download URL: tpimporter-0.4.6.tar.gz
- Upload date:
- Size: 12.1 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 |
41de9041246640c08c7557933e948558bda589d682b164e3058ccd9daafe00d2
|
|
| MD5 |
d987af51926e39db9a6797c6ed31a142
|
|
| BLAKE2b-256 |
503acd72cb30595c03371d3b085b47252772a4805150b2f01083c199f44e2034
|
File details
Details for the file tpimporter-0.4.6-py2.py3-none-any.whl.
File metadata
- Download URL: tpimporter-0.4.6-py2.py3-none-any.whl
- Upload date:
- Size: 13.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 |
8cd657f12aa675d7232ae78f72f5f455452a0647249eb80e74cc778e394eb0d9
|
|
| MD5 |
d0e1ff280876faf8239feefb241a73d2
|
|
| BLAKE2b-256 |
5c37c7e5ad77a4ac9cd6ed01369e8cae41f186502d819129e1f2a456ee9e7d74
|