wbintegrator_office365 2.2.1__py2.py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (41) hide show
  1. wbintegrator_office365/__init__.py +1 -0
  2. wbintegrator_office365/admin.py +209 -0
  3. wbintegrator_office365/apps.py +5 -0
  4. wbintegrator_office365/configurations/__init__.py +0 -0
  5. wbintegrator_office365/configurations/configurations/__init__.py +23 -0
  6. wbintegrator_office365/dynamic_preferences_registry.py +15 -0
  7. wbintegrator_office365/factories.py +102 -0
  8. wbintegrator_office365/filters.py +237 -0
  9. wbintegrator_office365/importer/__init__.py +3 -0
  10. wbintegrator_office365/importer/api.py +403 -0
  11. wbintegrator_office365/importer/disable_signals.py +43 -0
  12. wbintegrator_office365/importer/parser.py +135 -0
  13. wbintegrator_office365/kpi_handlers/__init__.py +1 -0
  14. wbintegrator_office365/kpi_handlers/calls.py +114 -0
  15. wbintegrator_office365/migrations/0001_initial_squashed_squashed_0003_alter_calendar_owner_alter_calendarevent_organizer_and_more.py +677 -0
  16. wbintegrator_office365/migrations/0002_remove_calendar_owner_remove_calendarevent_activity_and_more.py +85 -0
  17. wbintegrator_office365/migrations/0003_alter_event_options.py +20 -0
  18. wbintegrator_office365/migrations/__init__.py +0 -0
  19. wbintegrator_office365/models/__init__.py +3 -0
  20. wbintegrator_office365/models/event.py +623 -0
  21. wbintegrator_office365/models/subscription.py +144 -0
  22. wbintegrator_office365/models/tenant.py +62 -0
  23. wbintegrator_office365/serializers.py +266 -0
  24. wbintegrator_office365/tasks.py +108 -0
  25. wbintegrator_office365/tests/__init__.py +0 -0
  26. wbintegrator_office365/tests/conftest.py +28 -0
  27. wbintegrator_office365/tests/test_admin.py +86 -0
  28. wbintegrator_office365/tests/test_models.py +65 -0
  29. wbintegrator_office365/tests/test_tasks.py +318 -0
  30. wbintegrator_office365/tests/test_views.py +128 -0
  31. wbintegrator_office365/tests/tests.py +12 -0
  32. wbintegrator_office365/urls.py +46 -0
  33. wbintegrator_office365/viewsets/__init__.py +31 -0
  34. wbintegrator_office365/viewsets/display.py +306 -0
  35. wbintegrator_office365/viewsets/endpoints.py +52 -0
  36. wbintegrator_office365/viewsets/menu.py +65 -0
  37. wbintegrator_office365/viewsets/titles.py +49 -0
  38. wbintegrator_office365/viewsets/viewsets.py +745 -0
  39. wbintegrator_office365-2.2.1.dist-info/METADATA +10 -0
  40. wbintegrator_office365-2.2.1.dist-info/RECORD +41 -0
  41. wbintegrator_office365-2.2.1.dist-info/WHEEL +5 -0
@@ -0,0 +1,10 @@
1
+ Metadata-Version: 2.3
2
+ Name: wbintegrator_office365
3
+ Version: 2.2.1
4
+ Author-email: Christopher Wittlinger <c.wittlinger@stainly.com>
5
+ Requires-Dist: bs4==0.0.*
6
+ Requires-Dist: oauthlib==3.1.*
7
+ Requires-Dist: requests-oauthlib==1.3.*
8
+ Requires-Dist: wbcore
9
+ Requires-Dist: wbcrm
10
+ Requires-Dist: wbhuman-resources
@@ -0,0 +1,41 @@
1
+ wbintegrator_office365/__init__.py,sha256=J-j-u0itpEFT6irdmWmixQqYMadNl1X91TxUmoiLHMI,22
2
+ wbintegrator_office365/admin.py,sha256=xDqviGPUB6PAFZoN6JKffTIlbcWaS4AhyE9_vwjcrrE,6304
3
+ wbintegrator_office365/apps.py,sha256=bRcE51Shd_r2MBWhn3MOFDMZlY4ABcrH2uprlFrP7tY,118
4
+ wbintegrator_office365/dynamic_preferences_registry.py,sha256=RIptl8WGibV_XMynXl1x5tDW_UzLksfV1vfqbRywb-k,502
5
+ wbintegrator_office365/factories.py,sha256=pG8moGurbSElIugs_Gz3nd7-UJt3vC6mGy-EZQIeldI,3872
6
+ wbintegrator_office365/filters.py,sha256=G2ys0nJlCW0tCeQ4OWa_rtwQc30qrwAqaNv5LVtwMaU,7446
7
+ wbintegrator_office365/serializers.py,sha256=HpBkyfXonf_QPPkkiFuesz94D3j2890MJPpqB3RLlS4,8096
8
+ wbintegrator_office365/tasks.py,sha256=dRYdnGf2NvQvHoUBbSQSaM0o6fk3227IArw5rP-iBuY,5765
9
+ wbintegrator_office365/urls.py,sha256=AnRZTlEX9MjVODbKNQf5s6ufzwFYcfzJibVIZUvquXc,1921
10
+ wbintegrator_office365/configurations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
+ wbintegrator_office365/configurations/configurations/__init__.py,sha256=tIBWiG0KWrDJ1xtKe5m1W9aKX5PMNLwsYuoy7xrQ4uI,1145
12
+ wbintegrator_office365/importer/__init__.py,sha256=gNaDqAZV8afLM7yOHtGa8uQGvSMhajEQcLJyd5PejyY,105
13
+ wbintegrator_office365/importer/api.py,sha256=F0Ed8EZGq3-Y0gN95KQ-h6nFbg4U0HC-ObJ-S267hm8,20011
14
+ wbintegrator_office365/importer/disable_signals.py,sha256=d7vsELREUeUkrmGFMYICbvcKKrKTWhm_BEOZuPuXbAc,1090
15
+ wbintegrator_office365/importer/parser.py,sha256=6tkr9Z30SkBzm4989JONXcL8dnONf0PJIgnYlKrispU,5905
16
+ wbintegrator_office365/kpi_handlers/__init__.py,sha256=C93QmjQfQHw9L5ohR877l7zRFkYZ21PnjbCF2eVntxU,35
17
+ wbintegrator_office365/kpi_handlers/calls.py,sha256=cYOh7Fb5poT6yhhKtoJnoxQkQKtYh1-fI0mK5uuQQT0,4778
18
+ wbintegrator_office365/migrations/0001_initial_squashed_squashed_0003_alter_calendar_owner_alter_calendarevent_organizer_and_more.py,sha256=zXa_NZWCFedAH5iiWVX2E1hIip6qm8KB2FEYgeJEx7Y,33482
19
+ wbintegrator_office365/migrations/0002_remove_calendar_owner_remove_calendarevent_activity_and_more.py,sha256=VDbggoPh0HKghwoC-FnSmm1cT1KnsWid1VNg1MOu34s,2313
20
+ wbintegrator_office365/migrations/0003_alter_event_options.py,sha256=rUYPQdwEuJowo10veLOZPtV3WMqxJu8_uan600EcpN4,585
21
+ wbintegrator_office365/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
22
+ wbintegrator_office365/models/__init__.py,sha256=sZKutR9oNMm2IaON35doaMVPgeMfxmWDqoAdALHRLIA,126
23
+ wbintegrator_office365/models/event.py,sha256=TJ3rvsgA6QT8Iu0dZSioqhRtgzGIEgIJJYYrLLyyw0I,26245
24
+ wbintegrator_office365/models/subscription.py,sha256=sngZ4mATSQyUWZC7EQetwFKUrIvfTD5zOx_oA2p4Mmk,6423
25
+ wbintegrator_office365/models/tenant.py,sha256=-FS6jg9nt8IgUv_729D92QFvrrbKleBUGnXhwaLv5Sc,2357
26
+ wbintegrator_office365/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
27
+ wbintegrator_office365/tests/conftest.py,sha256=5R2mRq3sdVEDEaQx2n6CrCwQtUm5WdYC_rKJ9Gs_iOQ,971
28
+ wbintegrator_office365/tests/test_admin.py,sha256=MP_RRfHdVi9_D3-jUC05HvS-jabZHSIofr4MX41ADYY,3484
29
+ wbintegrator_office365/tests/test_models.py,sha256=mM_ti0XeOoyNz25Fb_R9LjIVscnUZTYJVWTmw6MGbM4,2395
30
+ wbintegrator_office365/tests/test_tasks.py,sha256=qrzXTjlH52gssyrsyNY1vMmfJMCUqgS6hQeZROsalE4,12565
31
+ wbintegrator_office365/tests/test_views.py,sha256=istI7h751mEt_roslIiR5qqfqDI8Sj-L2Cgd_8gKMAQ,5326
32
+ wbintegrator_office365/tests/tests.py,sha256=HS3gXIgob9Rpx8Tn7p58nuan4LAvEJwGs9fhq9pDKu8,296
33
+ wbintegrator_office365/viewsets/__init__.py,sha256=8P6rwxciuMFbxHwlb6nbNODQIP_OeTLxX2UnJAzYNi4,889
34
+ wbintegrator_office365/viewsets/display.py,sha256=b8Ld9xGTVzRt2gIEbGElQFwZTKC5aSMsxSyRh2e7yQE,12305
35
+ wbintegrator_office365/viewsets/endpoints.py,sha256=EL-2enypHcBztCAXjiz_1B-NdjRWjdZeCwm5M-8rcPw,1278
36
+ wbintegrator_office365/viewsets/menu.py,sha256=hafwoiHZmN3ltf30dTfwHreDwhyfdHlGOQk8bB7jB_o,2406
37
+ wbintegrator_office365/viewsets/titles.py,sha256=9GZ_fqN9-sJzYHFvibOhNrRQQMNTh_m4eAv66VaGzDM,1214
38
+ wbintegrator_office365/viewsets/viewsets.py,sha256=O6RHtBt6PSXXNKXUCUCflJpe1YyOLOh8JwqfJNpjcpg,26368
39
+ wbintegrator_office365-2.2.1.dist-info/METADATA,sha256=r_9VvRzxU0CUqFwku-Zb1HUkJs9sSJEKXco6giZg3gs,303
40
+ wbintegrator_office365-2.2.1.dist-info/WHEEL,sha256=aO3RJuuiFXItVSnAUEmQ0yRBvv9e1sbJh68PtuQkyAE,105
41
+ wbintegrator_office365-2.2.1.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.26.3
3
+ Root-Is-Purelib: true
4
+ Tag: py2-none-any
5
+ Tag: py3-none-any