My first PyPI version. Testing dependencies and working on the structure.
Not much to see here
Currently my work area. Doesn't do much right now.
├── ivr
│ ├── __init__.py
│ ├── ivr.py
│ └── test.py
│
├── pigeonhole | WHERE I STASH STUFF FOR TESTING
│ ├── test - Testing Settings Files
│ | ├── settings.conf
│ | └── simple.py
│ ├── README.md
│ └── stuff that MAY or MAY NOT work for you
|
├── README.md
├── LICENSE.txt
├── setup.cfg
└── setup.py