berniey / hanziconv

Hanzi Converter for Traditional and Simplified Chinese
Other
180 stars 43 forks source link

Taking over maintenance of package #18

Open ericmjl opened 5 years ago

ericmjl commented 5 years ago

@berniey, I was wondering how open you would be to letting me become a collaborator in the development of hanziconv? I would naturally be more than happy to build on top of your current code base, and use the opportunity to knock out some of the issues that have been raised here, such as:

  1. Writing an interface for defining exceptions (e.g. things that should be converted a certain way, or characters that should not be converted),
  2. Updating the documentation on how to contribute new features.

If you'd be open to this, please let me know; the only thing that needs to be done is to grant me privileges to the repository.

As an alternative, if you're not comfortable with granting access to this repository, I'd be happy to build an updated version of hanziconv with the aforementioned features, bringing it in-line with more modern Python software practices.

loretoparisi commented 4 years ago

@ericmjl I did a small add on here - https://github.com/berniey/hanziconv/issues/14