Metadata-Version: 2.1
Name: bauplan
Version: 0.0.3a2
Summary: Bauplan CLI
Author: Jacopo Tagliabue
Author-email: jacopo.tagliabue@bauplanlabs.com
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/markdown

# Bauplan CLI

## Requirements

- [direnv](https://direnv.net/)
- [nix](https://nixos.org)
- [devenv](https://devenv.sh/)

## Package publication

Currently wheel is only supported on OSX with arm64

First compile dependency binaries (the actual CLI)

```bash
$ python build.py
...
```

To build the poetry package:

```bash
$ poetry build
...
```

To publish, first bump the version, then run `publish`

```bash
$ python build.py && poetry -vvv publish -u __token__ -p pypi-blahblahblah --build
...
```

