Skip to content

Instantly share code, notes, and snippets.

@chukinas
Created August 2, 2019 11:01
Show Gist options
  • Save chukinas/20865b52bfce167f71d16139a09b3e2b to your computer and use it in GitHub Desktop.
Save chukinas/20865b52bfce167f71d16139a09b3e2b to your computer and use it in GitHub Desktop.

fdr

  • Must: Pycharm refactoring must work (this, plus PEP XXX's recommendation not to use relative imports, means I have to use absolute imports.
  • Which: src or no source?
  • Which: Packaging utilities? (setup tools + twine, flit, xxxx?)
  • Must: Pytest tests must work
  • How: Developer environment (ie I don't want to have to install before running my code). Tox?
  • How: imports? relative? absolute? import the installed package?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment