Metadata-Version: 2.1
Name: smolai
Version: 0.1
Summary: python version of npx envinfo
License: MIT
Author: swyx
Author-email: swyx@dontemail.me
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/markdown

# [stuck] python version of npx envinfo

i tried to make a python verison of envinfo but failed with the packaging.

```
'report-env' executable script not found in package 'report-env'.
Available executable scripts:
```

## Distributing

- failed to use poetry to bundle - got `/Users/swyx/Desktop/Work/env-info/report_env does not contain any element` error and couldnt fix
- `python3 -m build`
- `python3 -m twine upload dist/*`


## thanks

- https://packaging.python.org/en/latest/tutorials/packaging-projects/
- https://github.com/cs01/pycowsay

