An open API service indexing awesome lists of open source software.

https://github.com/txbm/pain

A project scaffold util for python - does more than just setup project directories. Also handles basic venv setup and variable configuration structures.
https://github.com/txbm/pain

Last synced: 9 months ago
JSON representation

A project scaffold util for python - does more than just setup project directories. Also handles basic venv setup and variable configuration structures.

Awesome Lists containing this project

README

          

pain
====

Lein for Python... manage various project scaffoldings and settings.

Does not include more than the basic scaffolding as of yet, early days here.

Installation
-----

```python
pip install pain
```

Usage
------
```python
pain new app_name
```

Contribute!
-----------
* Add more file templates
* Add more project scaffolds
* Implement the config file specification :)