A tool for students working with CSVs
Project description
SimpleCsv
This package is built to make it truly simple to open an work with a standard CSV file. It was initially written so that students who have just learned python can get started with data as early as possible.
from simplecsv import SimpleCsv
def main():
data = SimpleCsv('test.csv')
for datum in data:
print(datum)
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
simplecsv-0.2.1.tar.gz
(2.3 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
File details
Details for the file simplecsv-0.2.1.tar.gz.
File metadata
- Download URL: simplecsv-0.2.1.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.23.0 setuptools/47.1.1.post20200604 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
46ab4b5a73a6ea90c748c026ac0f61b73435ef8a76751ce3226e154f068ab999
|
|
| MD5 |
795f788da4d98919ca10623ef12632b0
|
|
| BLAKE2b-256 |
99ede3c6402ecf828b32a346cf1b308428a2a76c5329da9e43789dd6ecc22dca
|
File details
Details for the file simplecsv-0.2.1-py3-none-any.whl.
File metadata
- Download URL: simplecsv-0.2.1-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.23.0 setuptools/47.1.1.post20200604 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d589fb091c3cef663eb44ed0d9738fb96f00c810aff379674ed59542e6ce3736
|
|
| MD5 |
4dd127623d0f1d2f27f39fdfde99126c
|
|
| BLAKE2b-256 |
dbba829b42c1aec9567b20f215c6d8733dc7ba9823d44d0a74b3549223a90214
|