Metadata-Version: 2.1
Name: nbdep
Version: 0.0.1
Summary: Generate `Pipfile` from `nbdev` `settings.ini` file
Home-page: https://github.com/restlessronin/nbdep
Author: restlessronin
Author-email: 88921269+restlessronin@users.noreply.github.com
License: Apache Software License 2.0
Keywords: nbdev jupyter notebook python
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE

nbdep
================

<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

In situations where you need a “.lock” file for version control, having
a `Pipfile` is convenient.

## Install

``` sh
pip install nbdep
```

## How to use

On the command line, cd to your `nbdev` project and then call

``` sh
cd my_project

nbdep_pipfile
```

to generate the pipfile.
