Metadata-Version: 2.1
Name: fastbook
Version: 0.0.2
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
Description: # 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
        ```
        
        
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
Provides-Extra: dev
