Compare commits

..

No commits in common. "2a431f509f0f0e66cfb99905cbf2938213bef7dc" and "cc8df0cf156b52dcc2e15b13f1cd21cbd3a11421" have entirely different histories.

8 changed files with 0 additions and 44 deletions

2
.gitignore vendored
View File

@ -1,2 +0,0 @@
*.pyc
*.swp

View File

@ -1,15 +0,0 @@
#!/usr/bin/env python3
"""Bootstrap the application and start it."""
import npyscreen
from npytabletracker.ui import TableTrackerDisplay
class TableTrackerApplication(npyscreen.NPSAppManaged):
"""Combine the pieces of the application."""
def onStart(self):
"""Link necessary UI elements and state management and whatnot."""
self.addForm('MAIN', TableTrackerDisplay)
app = TableTrackerApplication()
app.run()

View File

@ -1,6 +0,0 @@
"""UI elements for the npytabletracker application."""
import npyscreen
class TableTrackerDisplay(npyscreen.FormMuttActiveTraditional):
"""Create the high level form, which is organized like mutt/irssi."""
pass

View File

@ -1,3 +0,0 @@
-r requirements.in
pip-tools

View File

@ -1,10 +0,0 @@
#
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --output-file=requirements/requirements-dev.txt requirements/requirements-dev.in
#
click==7.0 # via pip-tools
npyscreen==4.10.5
pip-tools==4.4.1
six==1.14.0 # via pip-tools

View File

@ -1 +0,0 @@
npyscreen

View File

@ -1,7 +0,0 @@
#
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --output-file=requirements/requirements.txt requirements/requirements.in
#
npyscreen==4.10.5