Skip to main content

A collection of utilities to simplify a data workflow using pandas, Excel, DOMO, and other tools.

Project description

jedi_toolz

Collection of utilities to work with pandas, Excel, and other data applications and tools.

This file will become your README and also the index of your documentation.

Install

pip install jedi_toolz

How to use

Create an example.ini file. The ini file can be stored anywhere and contain login credentials, odbc arguments, default folders, etc.

set_path can be used to set the location of the .ini file at runtime OR the JEDI_TOOLZ_PATH environment variable can be set to persit the changes across usages.

example = set_path(example_ini())
print("#", f"{example.name}")
print(example.open().read())
# example.ini
[test1]
value1 = 5
value2 = 6

[test2]
valuea = ABC
valueb = 123
as_dict()
{'test1': {'value1': '5', 'value2': '6'},
 'test2': {'valuea': 'ABC', 'valueb': '123'}}
as_records()
[{'section': 'test1', 'option': 'value1', 'value': '5'},
 {'section': 'test1', 'option': 'value2', 'value': '6'},
 {'section': 'test2', 'option': 'valuea', 'value': 'ABC'},
 {'section': 'test2', 'option': 'valueb', 'value': '123'}]
select("test1")
{'value1': '5', 'value2': '6'}
select("test1", "value2")
'6'

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jedi_toolz-0.0.3.tar.gz (13.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

jedi_toolz-0.0.3-py3-none-any.whl (12.4 kB view details)

Uploaded Python 3

File details

Details for the file jedi_toolz-0.0.3.tar.gz.

File metadata

  • Download URL: jedi_toolz-0.0.3.tar.gz
  • Upload date:
  • Size: 13.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

File hashes

Hashes for jedi_toolz-0.0.3.tar.gz
Algorithm Hash digest
SHA256 217452622e42483d376a161a94ef6803a2f775adb1c813e105f54d4fe17a0e17
MD5 5e46bd31279497c7f86a7c0d630e48e0
BLAKE2b-256 dd02b46b13203aab5cb4c0b121f0765c052735132cf4f02ca6c3e32e10b564ec

See more details on using hashes here.

File details

Details for the file jedi_toolz-0.0.3-py3-none-any.whl.

File metadata

  • Download URL: jedi_toolz-0.0.3-py3-none-any.whl
  • Upload date:
  • Size: 12.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

File hashes

Hashes for jedi_toolz-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 a29eb14a5adb029e1ae99fe00b23b20f42d736c032c4b1152499b42115c14dea
MD5 5939a58ba1f3803f6301dc8ef35a269c
BLAKE2b-256 bcdcdd8ed432557f40eab2cd7025b0d46177e9b6134d4a6238a728a74849bd5d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page