Metadata-Version: 2.1
Name: jureqex
Version: 0.1
Summary: A package to exteact the requirements from a Jupyter notebook in a smart way.
Author-email: Iván Hidalgo <ivanhcenalmor@gmail.com>
Project-URL: Homepage, https://github.com/IvanHCenalmor/JupyterReqExtractor
Project-URL: Bug Tracker, https://github.com/IvanHCenalmor/JupyterReqExtractor/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# Jupyter rquirements extractor

A simple library with a command to extract the requirements from a Jupyter or Colab notebook and extract their versions from your local environment. This can also be used in Google Colab's notebooks in orther to extract that information from their environment.

# Installation

```
pip install jureqex
```

# Usage

```
jureqex --path /path/to/notebook_folder --name notebook_name.ipynb --save /path/to/requirements.txt
```
