Metadata-Version: 2.1
Name: libcrap
Version: 0.3.0
Summary: Crappy functions Crabman uses. Some helpers for pytorch and ignite.
Home-page: https://bitbucket.org/nemelex/libcrap
Author: Philip Blagoveschensky
Author-email: me@crabman.me
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: tqdm (>=4.8.4)
Requires-Dist: typing (>=3.5.2.2)
Requires-Dist: more-itertools (>=7.0.0)
Provides-Extra: ignite_train
Requires-Dist: pytorch-ignite (>=0.2.0) ; extra == 'ignite_train'
Provides-Extra: test
Requires-Dist: pytest (>=3.0.4) ; extra == 'test'
Provides-Extra: torch
Requires-Dist: torch (>=1.0.1) ; extra == 'torch'

UNKNOWN


