Skip to content
forked from jn0/fb2utils

github local copy

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

Faberman/fb2utils

 
 

Repository files navigation

fb2utils

github copy

Because the homepage is unavailable anymore.

Original author's note: (c) Lankier. Original license (the same GPLv3) is in COPYING file.

The code requires lxml.

MacOS installation

Common python2 ./setup.py build && python2 ./setup.py install will do the job.

But you have to install lxml -- read that page carefully! If you use brew, then you may have to choose pip install or you may have to fix, say, fb2validator.py by inserting something like

import sys; sys.path.append('/where/your/lxml/module/was/installed/to')

About

github local copy

Resources

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%