dkpro / dkpro-pycas

Library for working with UIMA CAS XMI files in Python. This library is deprecated. Use DKPro Cassis instead!
https://github.com/dkpro/dkpro-cassis
Apache License 2.0
3 stars 3 forks source link

Make this a proper python package #4

Open jcklie opened 6 years ago

jcklie commented 6 years ago

It would be nice to make this project installable for instance via pip. This requires the project to be a proper Python package. This would allow potential users to install this either via git:

pip install git+https://github.com/dkpro/dkpro-pycas

Another nice thing would be to publish this on pypi. An example python package can be found in https://github.com/BillMills/python-package-example.

reckart commented 6 years ago

I set up a Travis build job and added a build status badge to the README file.

mromanello commented 4 years ago

In the perspective of publishing this package on PyPi (which I do hope will happen), would it be possible to change the package name to a lowercased name without spaces, e.g. "dkpro-pycas"?

When installing this via pipenv from github I'm running into few issues that I believe are related to the package name as specified in setup.py.

jcklie commented 4 years ago

Please use dkpro-cassis.

reckart commented 4 years ago

DKPro PyCas is superseded by DKPro Cassis. The repo is here only for historic reference.