Repository of functions used across CPI
Project description
CPI Data Tools
A repository of commonly used tools across CPI
Instructions
- Install:
pip install cpi_tools
AWS Tools
from cpi_tools import aws_tools
#S3 Bucket
bucket = 'YOUR_BUCKET'
#Path within S3
path = 'PATH_IN_BUCKET'
#S3 File name
file_name = 'FILE_NAME'
#Read file from S3
df = aws_tools.read_from_s3(bucket, path, file_name)
#Write file to S3
aws_tools.write_to_s3(df, bucket, path, file_name)
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
cpi_tools-0.4.2.tar.gz
(33.8 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
cpi_tools-0.4.2-py3-none-any.whl
(39.6 kB
view details)
File details
Details for the file cpi_tools-0.4.2.tar.gz.
File metadata
- Download URL: cpi_tools-0.4.2.tar.gz
- Upload date:
- Size: 33.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d9975065317f4cbe1bfb7bda71dfedcccc77ad64d2d1f9567f2337d1bb6fc651
|
|
| MD5 |
c8743f1c8dba3711eddb966996db4e26
|
|
| BLAKE2b-256 |
5924c542e3be3f4ed0eacf96a24663787452afcb862d7dcdd42870a5d4680d29
|
File details
Details for the file cpi_tools-0.4.2-py3-none-any.whl.
File metadata
- Download URL: cpi_tools-0.4.2-py3-none-any.whl
- Upload date:
- Size: 39.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
93ae9d75cbff8db88f09f1ccf3c40ba1679b9371b22dfb04fd6c26d87c933fab
|
|
| MD5 |
eb2c35a7901979e39983c469dd5b69f1
|
|
| BLAKE2b-256 |
841f3930423d9459dc69601cf9ae0fc0232611ad0a2e3856adaa7434dfedd236
|