Reading-eScience-Centre / pycovjson

Create CovJSON files from common scientific data formats
BSD 3-Clause "New" or "Revised" License
12 stars 7 forks source link

Move into package folder #2

Closed letmaik closed 8 years ago

letmaik commented 8 years ago

All the modules should go into a /pycovjson folder so that when you install the library you can do import pycovjson. The command-line script should probably go to /pycovjson/cli.py and be similar to https://github.com/esa/auromat/blob/master/auromat/cli/download.py. (On packaging, the command line scripts are declared in a setup.py file later on.)

lewismc commented 8 years ago

This is done right? @letmaik

letmaik commented 8 years ago

Yes, we can do the CLI stuff in another issue.