nmusolino / codeowners

Tool for identifying the owners of files under Github's CODEOWNERS feature.
GNU General Public License v3.0
2 stars 1 forks source link

silly question: where is the pypi package? #6

Open chrispblink opened 4 years ago

chrispblink commented 4 years ago

Description

I'd like to install this package via pip but a different package comes up under the name codeowners.

What I Did

chris.przybycien $ pip search codeowners
codeowners (0.1.2)     - A Python library to parse codeowner files
py-codeowners (0.1.0)  -

Both of these are built off https://github.com/sbdchd/codeowners.

Spacerat commented 4 years ago

I also just noticed this. It would be nice to have this library on PyPi! It's a good pure-python alternative, with more features too.

nmusolino commented 4 years ago

This is a very valid question, of course.

I would love to create a pip package. I didn't do so earlier, because I wasn't sure this was in a complete enough state.

Right now, the main limitations are developer time to learn about packaging and to actually develop the pip package.

I would welcome any contributions that get closer to this goal. I would welcome anyone who could share the package administration dates.