This website requires JavaScript.
Explore
Help
Sign In
nilm
/
nilmdb
Watch
1
Star
0
Fork
0
You've already forked nilmdb
Code
Issues
Pull Requests
Releases
Wiki
Activity
unicode
nilmdb
/
nilmtool.py
7 lines
88 B
Python
Raw
Permalink
Normal View
History
Unescape
Escape
Rename client -> cmdline git-svn-id: https://bucket.mit.edu/svn/nilm/nilmdb@10608 ddd99763-3ecb-0310-9145-efcb8ce7c51f
2012-03-20 10:19:45 -04:00
#!/usr/bin/python
import
nilmdb
Add datetime_tz module from python-datetime-tz repository. This could go away if it gets packaged in Debian etc. Add nilmdb.timestamper classes Start test_timestamper (needs work) Number the functions in test_client so they run in the right order to leave the database in a good state. Fix some brokenness with module importing and namespaces git-svn-id: https://bucket.mit.edu/svn/nilm/nilmdb@10643 ddd99763-3ecb-0310-9145-efcb8ce7c51f
2012-03-24 13:32:11 -04:00
import
sys
Rename client -> cmdline git-svn-id: https://bucket.mit.edu/svn/nilm/nilmdb@10608 ddd99763-3ecb-0310-9145-efcb8ce7c51f
2012-03-20 10:19:45 -04:00
A lot more command line testing. There'es some issue with tons of requests getting slowly blocked, though... git-svn-id: https://bucket.mit.edu/svn/nilm/nilmdb@10678 ddd99763-3ecb-0310-9145-efcb8ce7c51f
2012-04-04 18:34:01 -04:00
nilmdb
.
cmdline
.
Cmdline
(
sys
.
argv
[
1
:
]
)
.
run
(
)
Reference in New Issue
Copy Permalink