Shared Memory Dictionary utilizing Posix IPC semaphores and shared memory segments and offering permanent disk storage of data if required.
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

16 lines
360B

  1. [settings]
  2. line_length = 88
  3. known_first_party = shm_dict
  4. known_third_party = arrow
  5. posix_ipc
  6. requests
  7. six
  8. ujson
  9. urllib3
  10. multi_line_output = 3
  11. # length_sort = 1
  12. # balanced_wrapping = True
  13. force_grid_wrap = 0
  14. include_trailing_comma = True
  15. use_parentheses = True