#381 PyPi packaging
This commit is contained in:
57
ffx.egg-info/PKG-INFO
Normal file
57
ffx.egg-info/PKG-INFO
Normal file
@@ -0,0 +1,57 @@
|
||||
Metadata-Version: 2.1
|
||||
Name: ffx
|
||||
Version: 0.2.2
|
||||
Summary: FFX recoding and metadata managing tool
|
||||
Home-page: https://gitea.maveno.de/Javanaut/ffx
|
||||
Author: Javanaut
|
||||
Author-email: javanaut@maveno.de
|
||||
Project-URL: Bug Tracker, https://gitea.maveno.de/Javanaut/ffx/issues
|
||||
Classifier: Operating System :: OS Independent
|
||||
Requires-Python: >=3.6
|
||||
Description-Content-Type: text/markdown
|
||||
Requires-Dist: requests
|
||||
Requires-Dist: click
|
||||
Requires-Dist: textual
|
||||
Requires-Dist: sqlalchemy
|
||||
|
||||
# FFX
|
||||
|
||||
## Installation
|
||||
|
||||
per https:
|
||||
|
||||
```sh
|
||||
pip install https://<URL>/<Releaser>/ffx.git@<Branch>
|
||||
```
|
||||
|
||||
per git:
|
||||
|
||||
```sh
|
||||
pip install git+ssh://<Username>@<URL>/<Releaser>/ffx.git@<Branch>
|
||||
```
|
||||
|
||||
## Version history
|
||||
|
||||
### 0.1.1
|
||||
|
||||
Bugfixes, TMBD identify shows
|
||||
|
||||
### 0.1.2
|
||||
|
||||
Bugfixes
|
||||
|
||||
### 0.1.3
|
||||
|
||||
Subtitle file imports
|
||||
|
||||
### 0.2.0
|
||||
|
||||
Tests, Config-File
|
||||
|
||||
### 0.2.1
|
||||
|
||||
Signature, Tags cleaning, Bugfixes, Refactoring
|
||||
|
||||
### 0.2.2
|
||||
|
||||
CLI-Overrides
|
||||
Reference in New Issue
Block a user