Metadata-Version: 2.4
Name: buildfast
Version: 0.1.0
Summary: A fast build automation tool
Author-email: Satvik <satvik@buildfastwithai.com>
License: MIT
Project-URL: Homepage, https://github.com/satvik/buildfast
Project-URL: Bug Tracker, https://github.com/satvik/buildfast/issues
Keywords: build,automation,fast
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
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: Programming Language :: Python :: 3.11
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# buildfast


## Installation

```bash
pip install buildfast
```

## Usage

```python
from buildfast import hello, build

# Say hello
print(hello())

# Run build
build()
```

## License

MIT License
