Circuitpython-csv

Latest version: v1.1.5

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

Scan your dependencies

Page 3 of 3

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

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.