Metadata-Version: 2.1
Name: fastbook
Version: 0.0.6
Summary: Python supercharged for fastai development
Home-page: https://github.com/fastai/fastbook
Author: Jeremy Howard and Sylvain Gugger
Author-email: infos@fast.ai
License: Apache Software License 2.0
Keywords: python
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pip
Requires-Dist: packaging
Requires-Dist: fastai2 (>=0.0.28)
Requires-Dist: ipywidgets
Requires-Dist: nbdev (>=0.2.38)
Requires-Dist: azure-cognitiveservices-search-imagesearch
Requires-Dist: sentencepiece (<0.1.90)
Provides-Extra: dev

# fastbook libraries
> Simple installer for everything needed for fastbook

## Installing

To install everything needed for the fastbook, you can run:
``` 
conda install -c fastai fastai2 graphviz
pip install fastbook
```



