core-extra/daemon
2019-10-29 10:25:39 -07:00
..
core updates to grpc StartSession, added utility threadpool function to help improve speed when running certain tasks, made use of utility threadpool function where needed 2019-10-29 10:25:39 -07:00
data updated core.conf to contain distributed address and grpc configurations 2019-10-18 14:43:36 -07:00
doc added a convenience target for generating all documentation based on existing google code example, fixed a few issues with doc strings 2018-03-15 14:31:07 -07:00
examples moved grpc utility functions into grpcutils, updated StartSession to threadpool node and link creation 2019-10-28 23:11:15 -07:00
proto changes to support a simpler start/stop session API 2019-10-28 15:18:57 -07:00
scripts updated all classes to be created without using (object), in python3 all classes are new style classes 2019-10-23 09:31:34 -07:00
tests removed master from corehandlers and session, since it will not be needed any more 2019-10-25 22:06:30 -07:00
.gitignore Add some gitignore files. 2015-01-28 02:15:45 +00:00
.pre-commit-config.yaml changes to fix flake8 issues 2019-09-10 21:01:51 -07:00
Makefile.am first pass at removing all python2 specific dependencies, updating python requirements.txt/setup.py/Pipfiles/Makefiles, and removing python2 compat imports 2019-10-17 14:52:31 -07:00
Pipfile grpc will now always be ran, but can be configured through command line or core.conf 2019-10-18 14:28:50 -07:00
Pipfile.lock update grpc to allow for configuring and created distributed nodes 2019-10-21 12:51:38 -07:00
requirements.txt first pass at removing all python2 specific dependencies, updating python requirements.txt/setup.py/Pipfiles/Makefiles, and removing python2 compat imports 2019-10-17 14:52:31 -07:00
setup.cfg fixed flake8 config to match other tooling 2019-09-23 23:28:08 -07:00
setup.py.in first pass at removing all python2 specific dependencies, updating python requirements.txt/setup.py/Pipfiles/Makefiles, and removing python2 compat imports 2019-10-17 14:52:31 -07:00