Metadata-Version: 2.1
Name: semya
Version: 0.0.3
Summary: A sewn seed grows.
Home-page: http://github.com/trejas/semya
Author: Traey Hatch
Author-email: thatch@newmathdata.com
License: Apache 2.0
Project-URL: Source, https://github.com/trejas/gytrash
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: test
Provides-Extra: dev

# Semya

A module to shorten the time to setup a new python package. This is just an opinionated
way to deal with setting up a project for pip installation, running tests, and
bootstrapping setup.

## Example setup

```
from semya import Semya

seed = Semya(package_name="gytrash", project_url="https://github.com/trejas/gytrash")

seed.sew()
```


