Compare commits
No commits in common. "2a431f509f0f0e66cfb99905cbf2938213bef7dc" and "cc8df0cf156b52dcc2e15b13f1cd21cbd3a11421" have entirely different histories.
2a431f509f
...
cc8df0cf15
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +0,0 @@
|
|||||||
*.pyc
|
|
||||||
*.swp
|
|
@ -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()
|
|
@ -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
|
|
@ -1,3 +0,0 @@
|
|||||||
-r requirements.in
|
|
||||||
|
|
||||||
pip-tools
|
|
@ -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
|
|
@ -1 +0,0 @@
|
|||||||
npyscreen
|
|
@ -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
|
|
Loading…
x
Reference in New Issue
Block a user