alan-turing-institute / CleverCSV

CleverCSV is a Python package for handling messy CSV files. It provides a drop-in replacement for the builtin CSV module with improved dialect detection, and comes with a handy command line application for working with CSV files.
https://clevercsv.readthedocs.io
MIT License
1.23k stars 70 forks source link

Create a conda package #120

Open buhrmann opened 5 months ago

buhrmann commented 5 months ago

Hi, I'm trying to use CleverCSV as a dependency in one of my own conda packages. But for that to work the dependency (and dependencies of dependencies, see https://github.com/GjjvdBurg/wilderness/issues/15) need to be available on conda-forge. Do you mind if I create a conda-forge package for CleverCSV following these instructions: https://conda-forge.org/docs/maintainer/adding_pkgs.html#contributing-packages?

GjjvdBurg commented 5 months ago

Hi @buhrmann, sure thing! Could you reply here when it's on conda-forge? Then we can update the readme to accordingly. Thanks!