fotolab 0.1.0__py2.py3-none-any.whl → 0.1.1__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- fotolab/__init__.py +1 -1
- {fotolab-0.1.0.dist-info → fotolab-0.1.1.dist-info}/METADATA +6 -1
- fotolab-0.1.1.dist-info/RECORD +9 -0
- fotolab-0.1.0.dist-info/RECORD +0 -9
- {fotolab-0.1.0.dist-info → fotolab-0.1.1.dist-info}/LICENSE.md +0 -0
- {fotolab-0.1.0.dist-info → fotolab-0.1.1.dist-info}/WHEEL +0 -0
- {fotolab-0.1.0.dist-info → fotolab-0.1.1.dist-info}/entry_points.txt +0 -0
fotolab/__init__.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: fotolab
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.1
|
4
4
|
Summary: A console program that manipulate images.
|
5
5
|
Keywords: photography,photo
|
6
6
|
Author-email: Kian-Meng Ang <kianmeng@cpan.org>
|
@@ -122,3 +122,8 @@ PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
|
|
122
122
|
You should have received a copy of the GNU Affero General Public License along
|
123
123
|
with this program. If not, see <https://www.gnu.org/licenses/>.
|
124
124
|
|
125
|
+
The fish logo used in the documentation generated by Sphinx is a public domain
|
126
|
+
drawing of male freshwater phase [Sockeye (red) salmon (Oncorhynchus nerka)]
|
127
|
+
(https://en.wikipedia.org/w/index.php?oldid=1186575702) from
|
128
|
+
<https://commons.wikimedia.org/entity/M2787002>.
|
129
|
+
|
@@ -0,0 +1,9 @@
|
|
1
|
+
fotolab/__init__.py,sha256=57QsTLueleEa0GTREbf9O-GihfDlKKvWOGZ78M0hYuY,764
|
2
|
+
fotolab/__main__.py,sha256=aboOURPs_snOXTEWYR0q8oq1UTY9e-NxCd1j33V0wHI,833
|
3
|
+
fotolab/cli.py,sha256=xVVd82kj83RrQoc6sFbM6Re2btG8ONWsLs5XrqsE27o,3429
|
4
|
+
fotolab/watermark.py,sha256=feC6daf3MdFNq9H1IlADy1KfM3LrbW_IReNMgtCWPKg,4642
|
5
|
+
fotolab-0.1.1.dist-info/entry_points.txt,sha256=mvw7AY_yZkIyjAxPtHNed9X99NZeLnMxEeAfEJUbrCM,44
|
6
|
+
fotolab-0.1.1.dist-info/LICENSE.md,sha256=tGtFDwxWTjuR9syrJoSv1Hiffd2u8Tu8cYClfrXS_YU,31956
|
7
|
+
fotolab-0.1.1.dist-info/WHEEL,sha256=Sgu64hAMa6g5FdzHxXv9Xdse9yxpGGMeagVtPMWpJQY,99
|
8
|
+
fotolab-0.1.1.dist-info/METADATA,sha256=a-xlY3aRkJ6eJQD_iBgsOh0GQEscbdB4Q4KQMOasMj0,4320
|
9
|
+
fotolab-0.1.1.dist-info/RECORD,,
|
fotolab-0.1.0.dist-info/RECORD
DELETED
@@ -1,9 +0,0 @@
|
|
1
|
-
fotolab/__init__.py,sha256=mE267YMpEsaDsXLRFIiCOVh8S-7HpGniRPMFNtkbRTE,764
|
2
|
-
fotolab/__main__.py,sha256=aboOURPs_snOXTEWYR0q8oq1UTY9e-NxCd1j33V0wHI,833
|
3
|
-
fotolab/cli.py,sha256=xVVd82kj83RrQoc6sFbM6Re2btG8ONWsLs5XrqsE27o,3429
|
4
|
-
fotolab/watermark.py,sha256=feC6daf3MdFNq9H1IlADy1KfM3LrbW_IReNMgtCWPKg,4642
|
5
|
-
fotolab-0.1.0.dist-info/entry_points.txt,sha256=mvw7AY_yZkIyjAxPtHNed9X99NZeLnMxEeAfEJUbrCM,44
|
6
|
-
fotolab-0.1.0.dist-info/LICENSE.md,sha256=tGtFDwxWTjuR9syrJoSv1Hiffd2u8Tu8cYClfrXS_YU,31956
|
7
|
-
fotolab-0.1.0.dist-info/WHEEL,sha256=Sgu64hAMa6g5FdzHxXv9Xdse9yxpGGMeagVtPMWpJQY,99
|
8
|
-
fotolab-0.1.0.dist-info/METADATA,sha256=E3-lEv80_D4CrorY2lm7boEHuAcf-UyBU6sl2I-jva8,4053
|
9
|
-
fotolab-0.1.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|