Closed stefanbschneider closed 6 years ago
I will check how to install the python-magic
dependency correctly and self-contained. On Windows it's simply pip install python-magic-bin
...
Instead of using python-magic
, which requires the libmagic
dependency, I now used mimetypes
. mimetypes
does not have any dependencies and recognizes MIME types based on file extensions. If no type could be detected, the user can/must specify the type manually with the -t
argument.
More custom MIME types can be added easily as required.
New functionality:
project.yml
=> more flexibletng-project -p project --add file
or--remove
Refactor:
tng-workspace
andtng-project
Closes issues #8 #9 #10