danishi/dynamodb-csv

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.devcontainer/Dockerfile
.devcontainer/devcontainer.json
.devcontainer/docker-compose.yaml
.devcontainer/my_table_create.py59
A
0 mins
.devcontainer/postStartCommand.sh
.editorconfig
.flake8
.gitattributes
.github/CODEOWNERS
.github/CONTRIBUTING.md
.github/ISSUE_TEMPLATE/bug-report.yaml
.github/ISSUE_TEMPLATE/custom.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/PULL_REQUEST_TEMPLATE.md
.github/dependabot.yaml
.github/release.yaml
.github/workflows/ci.yaml
.github/workflows/release.yaml
.github/workflows/reviewdog.yaml
.github/workflows/stale.yaml
.github/workflows/test-github-package-release.yaml
.github/workflows/test-pypi-release.yaml
.gitignore
.vscode/cspell.json
.vscode/extensions.json
.vscode/launch.json
.vscode/python.code-snippets
.vscode/settings.json
Dockerfile
LICENSE
README.md
app/__init__.py0
A
0 mins
app/dynamodb/__init__.py5
A
0 mins
app/dynamodb/csv_export.py139
C
1 day
app/dynamodb/csv_import.py117
C
1 day
app/dynamodb/move.py39
A
1 hr
app/dynamodb/truncate.py34
A
35 mins
app/main.py118
B
4 hrs
config.ini.example
my_table.json
pytest.ini
requirements-dev.txt
requirements.txt
sample.csv
sample.csv.spec
sample_exp.csv.spec
sample_gsi_exp.csv.spec
sample_query_exp.csv.spec
sample_query_exp2.csv.spec
setup.cfg