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.
- Host: GitHub
- URL: https://github.com/txbm/pain
- Owner: txbm
- Created: 2013-04-15T22:30:52.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-04-30T05:32:54.000Z (about 13 years ago)
- Last Synced: 2025-07-30T23:03:04.068Z (11 months ago)
- Language: Python
- Size: 129 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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 :)