belikor / lbrytools

Python library with useful methods built on top of the lbrynet client from the LBRY project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move `zeedit` to its own repository

belikor opened this issue · comments

The program zeedit.py is contained in a single file, and uses lbrytools as backend.

The program lbrydseed (https://github.com/belikor/lbrydseed) also uses lbrytools as backend.

Therefore, this repository lbrytools, should contain only the code of the library, and it should be placed at the top level of the repository so that it can be used as a submodule by other programs, that is, zeedit and lbrydseed.

In turn, a new zeedit repository should be created to contain only the code for this program, and should have lbrytools as a submodule, just like lbrydseed.

This was accomplished in 0e33b2b to 1f2e645

The new repository for zeed is https://github.com/belikor/zeedit