fuzeman/byte-pysqlite

View on GitHub
Branch: develop(View all)
NameLines of codeMaintainabilityTest coverage
.coveragerc
.editorconfig
.gitignore
.travis.yml
AUTHORS
MANIFEST.in
README.rst
flake8.ini
flake8.tests.ini
pytest.ini
requirements.txt
setup.cfg
tox.ini
byte/__init__.py4
byte/executors/__init__.py4
byte/executors/pysqlite/__init__.py7
byte/executors/pysqlite/main.py117
byte/executors/pysqlite/models/__init__.py2
byte/executors/pysqlite/models/connection.py14
A
1 hr
byte/executors/pysqlite/models/cursor.py33
byte/executors/pysqlite/models/transaction.py20
byte/executors/pysqlite/tasks.py77
C
1 day
setup.py6
tox/install_dependencies.py55