Generate csv,xlxs,excel,pdf and html file from python dictionary objects
Project description
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()
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
object_to_xfile-0.0.3.tar.gz
(3.2 kB
view details)
Built Distribution
File details
Details for the file object_to_xfile-0.0.3.tar.gz
.
File metadata
- Download URL: object_to_xfile-0.0.3.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
9b43770479cb81241b1b18012e9f06b29769eafb6ce4aa0682d47b926e23c312
|
|
MD5 |
09b3a9561f82f93f8142a7921061efaf
|
|
BLAKE2b-256 |
5347d94768837445d619f947be037c9fc7f72c15ee08994b7ec28d5acd9cdd24
|
File details
Details for the file object_to_xfile-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: object_to_xfile-0.0.3-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
d0f195b8dad089b074d277e3d24891b1264aee75236e136f4cb20cd56ff9df73
|
|
MD5 |
d4e51d7f243de6af1a06eefd795d42c1
|
|
BLAKE2b-256 |
4692c100571b7316081014511a7d6dfbb646ad34684a7d7959f294489fdfcd4c
|