Shared Memory Dictionary utilizing Posix IPC semaphores and shared memory segments and offering permanent disk storage of data if required.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

16 行
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