ImageButler

View on PyPIReverse Dependencies (0)

0.0.4 ImageButler-0.0.4-py3-none-any.whl

Wheel Details

Project: ImageButler
Version: 0.0.4
Filename: ImageButler-0.0.4-py3-none-any.whl
Download: [link]
Size: 19755
MD5: a2b009f53c5fd291338c8e1e60d5bb15
SHA256: e4bd7d32cf779c33bf061e738cc545b3d45f2bd6810c9fd74ea18cae376e02de
Uploaded: 2017-12-13 09:28:31 +0000

dist-info

METADATA

Metadata-Version: 2.0
Name: ImageButler
Version: 0.0.4
Summary: Simple images serving service,
Author: Trong-Nghia Nguyen
Author-Email: nghia[at]viisix.space
Home-Page: https://viisix.space/projects/image-butler/
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Framework :: Flask
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: Flask
Requires-Dist: Flask-Cors
Requires-Dist: Flask-Restful
Requires-Dist: Flask-SQLAlchemy
Requires-Dist: Flask-Migrate
Requires-Dist: Flask-Redislite
Requires-Dist: Flask-Login
Requires-Dist: pycrypto
Requires-Dist: Pillow
Requires-Dist: progressbar2
Requires-Dist: piexif
[Description omitted; length: 5699 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.30.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
ImageButler-0.0.4.dist-info/DESCRIPTION.rst sha256=PYQxGg8qUIHHz1lr5djqk8VAKHwSO43-azhXHj6G_LQ 5699
ImageButler-0.0.4.dist-info/METADATA sha256=4DoRUANBnDyXjv_xxN9ObBW3mblXApxWrI1toyMcvmQ 6609
ImageButler-0.0.4.dist-info/RECORD
ImageButler-0.0.4.dist-info/WHEEL sha256=8Lm45v9gcYRm70DrgFGVe4WsUtUMi1_0Tso1hqPGMjA 92
ImageButler-0.0.4.dist-info/entry_points.txt sha256=mPlwAMcTGjE4mlfyw9yA6aupBIca6xUKcz4xKH7zGqA 111
ImageButler-0.0.4.dist-info/metadata.json sha256=czFdNFWr99mj7fELhFsxAecCRWX6wFqL5gJX7ZqdPd0 1056
ImageButler-0.0.4.dist-info/top_level.txt sha256=3xFZ4NWZ-ERssA0kwrp4YVqlNU0eUJuXkOzWskL77hg 12
imagebutler/__init__.py sha256=XP8CPnWKJcNbUoflvgTdQIPEPn4Et9OB-WFezy7vW2Q 186
imagebutler/commands.py sha256=4y8I9yB1dS6G-IO2UGyNwfsKDmhYAW2KvajzgjNmArA 1924
imagebutler/imagebutler.py sha256=Cf9FZ23Z6F_nzxcNmFbEy5Ro2uQApXDaQ369jHPzdyQ 745
imagebutler/job_workers.py sha256=bNuIaaAoaWJNBShEWJdi43bM-UU_U51ckOqUeQZoj7g 349
imagebutler/models.py sha256=zrR-CC3m4h6Uomt12swr6gMEO8KzzBiU3watt4TYn_M 7096
imagebutler/serving_objects.py sha256=1GPIruZbSHYugAovTR3X33L387--ATiX7vbPrAc0Z2g 1153
imagebutler/settings.py sha256=EfeaBtaN1ZOmXJGS4H4Lge8SN9-HdPWqWS38gZYcNjQ 690
imagebutler/types.py sha256=Px7zG7uHKLnGGGeZPiCUIZD9XSN9WWgOWxoF1J_Pt48 385
imagebutler/utils.py sha256=ElkbSZyfIbyukznZgvbrWjFx6tJPB5bKZ-7CpMN3d_s 6516
imagebutler/views.py sha256=kX4F-vbyJMjxugmLqNfj4MA_Gw14z7DSwXAlcY73FG8 2671
imagebutler/apis/__init__.py sha256=tBYroYWop-W8A4oQtUpE9b5ywSRHeSJa2H4AXH7dQ2M 260
imagebutler/apis/apis.py sha256=h6-bNoV8mHTLwQwLkWfJN8VPXI2QCe3vaxIPhnPc9A0 83
imagebutler/apis/image.py sha256=9X8CThTZ4LmVawtru3Sx2yM_14HrnYfNYQbe7WQF3mw 4325
imagebutler/apis/images.py sha256=EEl6aAS1U9YKvcgnAPurwAE1opXosqEXlBpwPvPGaik 1201
imagebutler/apis/ping.py sha256=HeQWS0CoXVsxgXwux5S2aUCMsxJT4cwYFJCkQJrL7Gs 186
imagebutler/commands/__init__.py sha256=MllLPA96dZto4muMGq3GX6o4-dgIYPQSdLxyaYimMIk 48
imagebutler/commands/image.py sha256=z5QpRGi1XqChNawUinc0whjqSn7xNSl6TvR21TS1voY 1230
imagebutler/commands/user.py sha256=q5_a6bAK2y_w4F4AK_5QbvBtPJEfh-sgeDnLeg1inOc 1926

top_level.txt

imagebutler

entry_points.txt

image = imagebutler.commands:image
user = imagebutler.commands:user