Metadata-Version: 2.1
Name: hs-build-tools
Version: 2019.7
Summary: hashstore build tools
Home-page: https://github.com/walnutgeek/hashstore
Author: Walnut Geek
Author-email: wg@walnutgeek.com
License: Apache 2.0
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
Provides-Extra: dev
Requires-Dist: sniffer ; extra == 'dev'
Requires-Dist: coverage ; extra == 'dev'
Requires-Dist: mypy ; extra == 'dev'
Requires-Dist: twine ; extra == 'dev'
Requires-Dist: wheel ; extra == 'dev'
Requires-Dist: nose ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: pyinotify ; extra == 'dev'

# hs_build_tools


Tools to build, test and release hashstore and hashkernel. 
Calendar versioning.

### Installation

```
pip install hs_build_tools
```



