1. 06 7月, 2020 1 次提交
  2. 05 7月, 2020 1 次提交
  3. 04 7月, 2020 3 次提交
  4. 01 7月, 2020 1 次提交
  5. 26 6月, 2020 2 次提交
  6. 19 5月, 2020 1 次提交
  7. 17 5月, 2020 4 次提交
  8. 16 5月, 2020 1 次提交
  9. 14 5月, 2020 1 次提交
  10. 15 2月, 2020 4 次提交
  11. 10 2月, 2020 1 次提交
  12. 06 1月, 2020 1 次提交
  13. 25 12月, 2019 1 次提交
  14. 11 11月, 2019 1 次提交
  15. 10 11月, 2019 1 次提交
  16. 25 10月, 2019 1 次提交
  17. 13 10月, 2019 2 次提交
  18. 21 8月, 2015 1 次提交
  19. 13 7月, 2015 1 次提交
  20. 31 5月, 2015 1 次提交
    • Derrick Petzold's avatar
      Custom section ordering and support. · 798ffa16
      Derrick Petzold 创作于
      Users can now define their own sections and ordering. For example
      
          import_heading_stdlib = Standard Library
          import_heading_thirdparty = Third Party
          import_heading_firstparty = First Party
          import_heading_django = Django
          import_heading_pandas = Pandas
          known_django = django
          known_pandas = pandas,numpy
          known_first_party = p24,p24.imports._VERSION
          sections = FUTURE,STDLIB,DJANGO,THIRDPARTY,PANDAS,FIRSTPARTY,LOCALFOLDER
      
      would create two new sections with the specified known modules.
      
          # Standard Library
          import os
          import p24.imports._argparse as argparse
          import p24.imports._subprocess as subprocess
          import sys
      
          # Django
          from django.conf import settings
          from django.db import models
      
          # Third Party
          from bottle import Bottle, redirect, response, run
      
          # Pandas
          import numpy as np
          import pandas as pd
      
          # First Party
          import p24.imports._VERSION as VERSION
          import p24.shared.media_wiki_syntax as syntax
      798ffa16
  21. 02 3月, 2015 1 次提交
  22. 05 2月, 2015 3 次提交
  23. 03 2月, 2015 1 次提交
  24. 15 1月, 2015 1 次提交
  25. 25 12月, 2014 2 次提交
  26. 07 11月, 2014 1 次提交
  27. 21 7月, 2014 1 次提交