jTaylo99 / kolumnextractor

A data extractor designed around building your requirements and easily extracting and verifying your data.
4 stars 8 forks source link

Make the project directory structure "standard"... #32

Open geoffleyland opened 1 year ago

geoffleyland commented 1 year ago

... where "standard" means "my best interpretation of https://github.com/pypa/sampleproject", which I think is an authority, and I think I got pretty close.

So I moved the test into "tests", and the "kolumnextractor" directory into "src", and moved the "init.py" there.

Then I had to fiddle with pyproject to get tests running.

So, this may not be an improvement, perhaps the way things were was also a legitimate project layout. I'm really not a python expert.

jTaylo99 commented 1 year ago

Just have a merge conflict that needs to be resolved (github isn't letting me do it for some reason), but once that's done I'm happy to merge it. As far as I know the structure you've worked towards is generally the standard I've seen too.