Metadata-Version: 2.1
Name: fastbook
Version: 0.0.7
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 -c pytorch fastbook
        ```
        
        or alternatively (if you've already got PyTorch installed):
        
        ```
        pip install fastbook
        ```
        
        ## Develop
        
        Development of this lib requires [nbdev](https://nbdev.fast.ai). Users of this lib do not require nbdev, however.
        
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
