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.1.tar.gz (10.0 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.1-py3-none-any.whl (7.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: jedi_toolz-0.0.1.tar.gz
  • Upload date:
  • Size: 10.0 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.1.tar.gz
Algorithm Hash digest
SHA256 4bce7547190d1f407840525e32e611b776823bee8ed4d029e4354e0b03514bf9
MD5 3581bf0c1a9ef1e744a585866c584ddf
BLAKE2b-256 6e6205c0ee80a7c270977b736ef7a6402695053f79c59d5599ae617560c23183

See more details on using hashes here.

File details

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

File metadata

  • Download URL: jedi_toolz-0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 7.9 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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 278b863286754e4ef86634796fb0fab053e7effe20434da7bf0ad6322ef34ce1
MD5 b49aa5b4c1045f44006d5ecb1272714b
BLAKE2b-256 d4f4faa86a2d4f612753ba2fc5ab2e723fd129d7b9145dbeb252f37427304ba3

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