Tapi 0.1.2__tar.gz → 0.1.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (74) hide show
  1. {tapi-0.1.2 → tapi-0.1.3}/PKG-INFO +2 -2
  2. {tapi-0.1.2 → tapi-0.1.3}/README.md +1 -1
  3. {tapi-0.1.2 → tapi-0.1.3}/Tapi.egg-info/PKG-INFO +2 -2
  4. {tapi-0.1.2 → tapi-0.1.3}/setup.py +1 -1
  5. {tapi-0.1.2 → tapi-0.1.3}/LICENSE +0 -0
  6. {tapi-0.1.2 → tapi-0.1.3}/Tapi.egg-info/SOURCES.txt +0 -0
  7. {tapi-0.1.2 → tapi-0.1.3}/Tapi.egg-info/dependency_links.txt +0 -0
  8. {tapi-0.1.2 → tapi-0.1.3}/Tapi.egg-info/requires.txt +0 -0
  9. {tapi-0.1.2 → tapi-0.1.3}/Tapi.egg-info/top_level.txt +0 -0
  10. {tapi-0.1.2 → tapi-0.1.3}/setup.cfg +0 -0
  11. {tapi-0.1.2 → tapi-0.1.3}/tapi/__init__.py +0 -0
  12. {tapi-0.1.2 → tapi-0.1.3}/tapi/api/__init__.py +0 -0
  13. {tapi-0.1.2 → tapi-0.1.3}/tapi/api/action/__init__.py +0 -0
  14. {tapi-0.1.2 → tapi-0.1.3}/tapi/api/action/actions.py +0 -0
  15. {tapi-0.1.2 → tapi-0.1.3}/tapi/api/action/events.py +0 -0
  16. {tapi-0.1.2 → tapi-0.1.3}/tapi/api/action/logs.py +0 -0
  17. {tapi-0.1.2 → tapi-0.1.3}/tapi/api/admin/__init__.py +0 -0
  18. {tapi-0.1.2 → tapi-0.1.3}/tapi/api/admin/action_egress_control_rules.py +0 -0
  19. {tapi-0.1.2 → tapi-0.1.3}/tapi/api/admin/admin.py +0 -0
  20. {tapi-0.1.2 → tapi-0.1.3}/tapi/api/admin/ip_access_control.py +0 -0
  21. {tapi-0.1.2 → tapi-0.1.3}/tapi/api/admin/job.py +0 -0
  22. {tapi-0.1.2 → tapi-0.1.3}/tapi/api/admin/scim.py +0 -0
  23. {tapi-0.1.2 → tapi-0.1.3}/tapi/api/admin/template.py +0 -0
  24. {tapi-0.1.2 → tapi-0.1.3}/tapi/api/admin/user.py +0 -0
  25. {tapi-0.1.2 → tapi-0.1.3}/tapi/api/audit_log/__init__.py +0 -0
  26. {tapi-0.1.2 → tapi-0.1.3}/tapi/api/audit_log/audit_logs.py +0 -0
  27. {tapi-0.1.2 → tapi-0.1.3}/tapi/api/case/__init__.py +0 -0
  28. {tapi-0.1.2 → tapi-0.1.3}/tapi/api/case/actions.py +0 -0
  29. {tapi-0.1.2 → tapi-0.1.3}/tapi/api/case/activities.py +0 -0
  30. {tapi-0.1.2 → tapi-0.1.3}/tapi/api/case/assignees.py +0 -0
  31. {tapi-0.1.2 → tapi-0.1.3}/tapi/api/case/blocks.py +0 -0
  32. {tapi-0.1.2 → tapi-0.1.3}/tapi/api/case/cases.py +0 -0
  33. {tapi-0.1.2 → tapi-0.1.3}/tapi/api/case/comments.py +0 -0
  34. {tapi-0.1.2 → tapi-0.1.3}/tapi/api/case/fields.py +0 -0
  35. {tapi-0.1.2 → tapi-0.1.3}/tapi/api/case/files.py +0 -0
  36. {tapi-0.1.2 → tapi-0.1.3}/tapi/api/case/inputs.py +0 -0
  37. {tapi-0.1.2 → tapi-0.1.3}/tapi/api/case/linked_cases.py +0 -0
  38. {tapi-0.1.2 → tapi-0.1.3}/tapi/api/case/metadata.py +0 -0
  39. {tapi-0.1.2 → tapi-0.1.3}/tapi/api/case/notes.py +0 -0
  40. {tapi-0.1.2 → tapi-0.1.3}/tapi/api/case/records.py +0 -0
  41. {tapi-0.1.2 → tapi-0.1.3}/tapi/api/case/subscribers.py +0 -0
  42. {tapi-0.1.2 → tapi-0.1.3}/tapi/api/credential/__init__.py +0 -0
  43. {tapi-0.1.2 → tapi-0.1.3}/tapi/api/credential/credentials.py +0 -0
  44. {tapi-0.1.2 → tapi-0.1.3}/tapi/api/event/__init__.py +0 -0
  45. {tapi-0.1.2 → tapi-0.1.3}/tapi/api/event/events.py +0 -0
  46. {tapi-0.1.2 → tapi-0.1.3}/tapi/api/folder/__init__.py +0 -0
  47. {tapi-0.1.2 → tapi-0.1.3}/tapi/api/folder/folders.py +0 -0
  48. {tapi-0.1.2 → tapi-0.1.3}/tapi/api/note/__init__.py +0 -0
  49. {tapi-0.1.2 → tapi-0.1.3}/tapi/api/note/notes.py +0 -0
  50. {tapi-0.1.2 → tapi-0.1.3}/tapi/api/record/__init__.py +0 -0
  51. {tapi-0.1.2 → tapi-0.1.3}/tapi/api/record/artifacts.py +0 -0
  52. {tapi-0.1.2 → tapi-0.1.3}/tapi/api/record/records.py +0 -0
  53. {tapi-0.1.2 → tapi-0.1.3}/tapi/api/record/types.py +0 -0
  54. {tapi-0.1.2 → tapi-0.1.3}/tapi/api/report/__init__.py +0 -0
  55. {tapi-0.1.2 → tapi-0.1.3}/tapi/api/report/reporting.py +0 -0
  56. {tapi-0.1.2 → tapi-0.1.3}/tapi/api/resource/__init__.py +0 -0
  57. {tapi-0.1.2 → tapi-0.1.3}/tapi/api/resource/resources.py +0 -0
  58. {tapi-0.1.2 → tapi-0.1.3}/tapi/api/story/__init__.py +0 -0
  59. {tapi-0.1.2 → tapi-0.1.3}/tapi/api/story/change_requests.py +0 -0
  60. {tapi-0.1.2 → tapi-0.1.3}/tapi/api/story/drafts.py +0 -0
  61. {tapi-0.1.2 → tapi-0.1.3}/tapi/api/story/groups.py +0 -0
  62. {tapi-0.1.2 → tapi-0.1.3}/tapi/api/story/runs.py +0 -0
  63. {tapi-0.1.2 → tapi-0.1.3}/tapi/api/story/stories.py +0 -0
  64. {tapi-0.1.2 → tapi-0.1.3}/tapi/api/story/versions.py +0 -0
  65. {tapi-0.1.2 → tapi-0.1.3}/tapi/api/team/__init__.py +0 -0
  66. {tapi-0.1.2 → tapi-0.1.3}/tapi/api/team/members.py +0 -0
  67. {tapi-0.1.2 → tapi-0.1.3}/tapi/api/team/teams.py +0 -0
  68. {tapi-0.1.2 → tapi-0.1.3}/tapi/api/tenant.py +0 -0
  69. {tapi-0.1.2 → tapi-0.1.3}/tapi/client/__init__.py +0 -0
  70. {tapi-0.1.2 → tapi-0.1.3}/tapi/client/client.py +0 -0
  71. {tapi-0.1.2 → tapi-0.1.3}/tapi/utils/helpers.py +0 -0
  72. {tapi-0.1.2 → tapi-0.1.3}/tapi/utils/http.py +0 -0
  73. {tapi-0.1.2 → tapi-0.1.3}/tapi/utils/testing_decorators.py +0 -0
  74. {tapi-0.1.2 → tapi-0.1.3}/tapi/utils/types.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: Tapi
3
- Version: 0.1.2
3
+ Version: 0.1.3
4
4
  Summary: Tines REST API wrapper
5
5
  Home-page: https://github.com/1Doomdie1/Tapi
6
6
  Author: Todoran Horia
@@ -47,7 +47,7 @@ A simple Python wrapper for the Tines API.
47
47
  ## ⚙️Installation
48
48
 
49
49
  ```bash
50
- pip install tapi-python
50
+ pip install tapi
51
51
  ```
52
52
 
53
53
  ## 🔄 Usage
@@ -4,7 +4,7 @@ A simple Python wrapper for the Tines API.
4
4
  ## ⚙️Installation
5
5
 
6
6
  ```bash
7
- pip install tapi-python
7
+ pip install tapi
8
8
  ```
9
9
 
10
10
  ## 🔄 Usage
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: Tapi
3
- Version: 0.1.2
3
+ Version: 0.1.3
4
4
  Summary: Tines REST API wrapper
5
5
  Home-page: https://github.com/1Doomdie1/Tapi
6
6
  Author: Todoran Horia
@@ -47,7 +47,7 @@ A simple Python wrapper for the Tines API.
47
47
  ## ⚙️Installation
48
48
 
49
49
  ```bash
50
- pip install tapi-python
50
+ pip install tapi
51
51
  ```
52
52
 
53
53
  ## 🔄 Usage
@@ -8,7 +8,7 @@ with open("README.md", "r", encoding="utf-8") as f:
8
8
 
9
9
  setup(
10
10
  name = "Tapi",
11
- version = "0.1.2",
11
+ version = "0.1.3",
12
12
  description = "Tines REST API wrapper",
13
13
  long_description = long_description,
14
14
  long_description_content_type = "text/markdown",
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes