Tags: kotarot/sawatabi
Tags
Lint (black / flake8 / isort) (#9) * Add extras require for lint * Add 'Lint with black' * Fix for black * Add a badge for black * Add 'Check with flake8' * Fix import statements based on the directory structure * Fix import and license * Add 'Check with isort' * Cope with isort * Try adding Python 3.7 * Bump up version to 0.0.1.dev3
Fix the version (utils) module (#8) * Fix the version (utils) module * Add a sample script * Fix packages and __version_info__ * Remove 'apache-beam[interactive]' * Bump up version to 0.0.1.dev2
Publish first PyPI project (#1) * Update README and add acknowledgement * Create .gitignore * Create setup.py and version function * Add first test * Add pytest to extras_require * Add first CI