imcsv - Fast Python In-Memory CSV file creator!
A python library built to enhancing testing
Requirements
- Python: 3.*
Installation
Install using pip:
pip install imcsv
Usage
Provides you with an in-memory csv file
from imcsv.imcsv import generate_temp_csvfile
headers = [
"Date",
"Month",
"Year",
"Customer ID",
"Item ID",
]
rows = [
[
"5-June-2020",
"5",
"2020",
"920",
"1380",
],
[
"4-December-2020",
"12",
"2020",
"977",
"2322",
],
]
temp_csvfile = generate_temp_csvfile(headers, rows)
Release files for imcsv 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| imcsv-0.0.1.tar.gz | 2.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| imcsv-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:6.4 kB
Release files / imcsv-0.0.1.tar.gz
| Download URL | imcsv-0.0.1.tar.gz |
|---|---|
| Size | 2.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f26e45ae146aaf7e998d2469ba98e9d0793e34cd1a3c208703053a3a59a07149
|
|
BLAKE2b-256 checksum How to use checksums |
35cabd29ccda2bfe1342cfa6ef3cab4599e24e3209f7c2e9eafda6005b0a5f0f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.9.0
|
Release files / imcsv-0.0.1-py3-none-any.whl
| Download URL | imcsv-0.0.1-py3-none-any.whl |
|---|---|
| Size | 3.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
7f3796199d6bdb7ac6f4e9818e825f96cef9f409ab18c46241f2e095bcbafb9b
|
|
BLAKE2b-256 checksum How to use checksums |
3a508b5029acaf47b24d32321ef7ffc23a299bc9d38a7a8b579eb54bbc221768
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.9.0
|