Circuitpython-csv

Latest version: v2.0.1

Safety actively analyzes 723756 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 3

1.0.5

Fixed an issue where `__version__` was not defined due to being commented out.

To use in CircuitPython, simply install the [CircuitPython Community Bundle](https://circuitpython.org/libraries).

Read the [docs](https://circuitpython-csv.readthedocs.io/en/latest/) for info on how to use it.

1.0.4

Removes usage of abstract class for typing; no change in library functionality from previous release

1.0.3

1. Updates missing and incorrect type annotations
2. Adds typing to Sphinx RTD documentation

1.0.2

- Corrected RTD documentation formatting in docstrings
- Finalized and corrected type hints
- Using format() for string formatting
- writeheader() doesn't return anything now, to keep consistency with the rest of the library; this may be changed in the future

1.0.1

writerow method will now convert all elements to strings

1.0.0

Adds basic csv reading and writing functionality, similar to CPython's csv module, including

- csv.reader
- csv.writer
- csv.DictReader
- csv.DictWriter

To use in CircuitPython, download the .mpy file and copy it to the `lib` folder on the `CIRCUITPY` drive. Or, simply install the [Community bundle](https://github.com/adafruit/CircuitPython_Community_Bundle).

Read the [docs](https://circuitpython-csv.readthedocs.io/en/latest/) for info on how to use it.

Page 3 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.