Skip to content
This repository has been archived by the owner on May 31, 2022. It is now read-only.

Make a proper Python package #4

Open
osma opened this issue Apr 13, 2017 · 1 comment
Open

Make a proper Python package #4

osma opened this issue Apr 13, 2017 · 1 comment

Comments

@osma
Copy link
Owner

osma commented Apr 13, 2017

Currently Annif is just a bunch of ad-hoc Python scripts in the root directory of a Git repo.
They should be turned into a Python package, probably by placing them in a directory called annif, writing an __init__.py script, plus metadata (setup.py, setup.cfg etc.) so the whole package can be installed using standard Python tools.

@osma
Copy link
Owner Author

osma commented Apr 13, 2017

Some scripts are utility-like (especially related to corpus building) and should probably be separated from the main package.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant