Object_to_xFile
Under construction! Not ready for use yet! Currently experimenting and planning!
Developed by Sachin Indoriya (c) 2022
Examples of How To Use (Buggy Alpha Version)
from object_to_xfile.xconvertor import XConverter
dummy_data = {['name':'John','age':23,'hobby':'reading'],['name':'Tom','age':23,'hobby':'coding']}
# create XConvertor object
x_convertor_obj = XConverter(dummy_data)
# for csv, call to_csv() methods
x_convertor_obj.to_csv()
# for html, call to_html() methods
x_convertor_obj.to_html()
# for excel, call to_excel() methods
x_convertor_obj.to_excel()
# for pdf, call to_pdf() methods
x_convertor_obj.to_pdf()
# for xml, call to_xml() methods
x_convertor_obj.to_xml()
Release files for object-to-xfile 0.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| object_to_xfile-0.0.3.tar.gz | 3.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| object_to_xfile-0.0.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 7.0 kB
Release files / object_to_xfile-0.0.3.tar.gz
| Download URL | object_to_xfile-0.0.3.tar.gz |
|---|---|
| Size | 3.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9b43770479cb81241b1b18012e9f06b29769eafb6ce4aa0682d47b926e23c312
|
|
BLAKE2b-256 checksum How to use checksums |
5347d94768837445d619f947be037c9fc7f72c15ee08994b7ec28d5acd9cdd24
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.64.0 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.4 CPython/3.6.9
|
Release files / object_to_xfile-0.0.3-py3-none-any.whl
| Download URL | object_to_xfile-0.0.3-py3-none-any.whl |
|---|---|
| Size | 3.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d0f195b8dad089b074d277e3d24891b1264aee75236e136f4cb20cd56ff9df73
|
|
BLAKE2b-256 checksum How to use checksums |
4692c100571b7316081014511a7d6dfbb646ad34684a7d7959f294489fdfcd4c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.64.0 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.4 CPython/3.6.9
|