Metadata-Version: 2.1
Name: pip2spack
Version: 0.2
Summary: UNKNOWN
Home-page: https://github.com/NexSabre/pip2spack
Author: Nex Sabre
Author-email: nexsabre@protonmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: requests (==2.22.0)
Requires-Dist: jinja2 (~=2.11.0)

# pip2Spack

Automatically create a spack package base on the pypi.org information

## Installation
Later, the package will be added into pypi repository.
```
pip install pip2spack
```

# Build
To build a .whl package

```
pip install setuptools wheel twine
python setup.py sdist bdist_wheel
```

Than go to `dist` directory and type

```
pip install pip2spack-0.1-py3-none-any.whl
```

## Run
Before you run the script download a spack and export `SPACK_ROOT`. 

To run a script, provide a package names:
```
pip2spack {package_names_for_convert}
```

Example:
```
pip2spack jsl 
```



