layrz-sdk 2.1.5__tar.gz → 2.1.7__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.

Potentially problematic release.


This version of layrz-sdk might be problematic. Click here for more details.

Files changed (81) hide show
  1. {layrz-sdk-2.1.5/layrz_sdk.egg-info → layrz-sdk-2.1.7}/PKG-INFO +5 -3
  2. {layrz-sdk-2.1.5 → layrz-sdk-2.1.7}/README.md +1 -1
  3. {layrz-sdk-2.1.5 → layrz-sdk-2.1.7/layrz_sdk.egg-info}/PKG-INFO +5 -3
  4. {layrz-sdk-2.1.5 → layrz-sdk-2.1.7}/layrz_sdk.egg-info/SOURCES.txt +0 -8
  5. {layrz-sdk-2.1.5 → layrz-sdk-2.1.7}/pyproject.toml +13 -3
  6. layrz-sdk-2.1.5/.gitignore +0 -12
  7. layrz-sdk-2.1.5/.gitlab-ci.yml +0 -14
  8. layrz-sdk-2.1.5/.vscode/settings.json +0 -26
  9. layrz-sdk-2.1.5/CHANGELOG.md +0 -190
  10. layrz-sdk-2.1.5/CODE_OF_CONDUCT.md +0 -24
  11. layrz-sdk-2.1.5/CONTRIBUTING.md +0 -27
  12. layrz-sdk-2.1.5/layrz/__init__.py +0 -10
  13. layrz-sdk-2.1.5/requirements.txt +0 -3
  14. {layrz-sdk-2.1.5 → layrz-sdk-2.1.7}/LICENSE +0 -0
  15. {layrz-sdk-2.1.5 → layrz-sdk-2.1.7}/layrz/sdk/__init__.py +0 -0
  16. {layrz-sdk-2.1.5 → layrz-sdk-2.1.7}/layrz/sdk/entities/__init__.py +0 -0
  17. {layrz-sdk-2.1.5 → layrz-sdk-2.1.7}/layrz/sdk/entities/broadcasts/__init__.py +0 -0
  18. {layrz-sdk-2.1.5 → layrz-sdk-2.1.7}/layrz/sdk/entities/broadcasts/request.py +0 -0
  19. {layrz-sdk-2.1.5 → layrz-sdk-2.1.7}/layrz/sdk/entities/broadcasts/response.py +0 -0
  20. {layrz-sdk-2.1.5 → layrz-sdk-2.1.7}/layrz/sdk/entities/broadcasts/result.py +0 -0
  21. {layrz-sdk-2.1.5 → layrz-sdk-2.1.7}/layrz/sdk/entities/broadcasts/service.py +0 -0
  22. {layrz-sdk-2.1.5 → layrz-sdk-2.1.7}/layrz/sdk/entities/broadcasts/status.py +0 -0
  23. {layrz-sdk-2.1.5 → layrz-sdk-2.1.7}/layrz/sdk/entities/cases/__init__.py +0 -0
  24. {layrz-sdk-2.1.5 → layrz-sdk-2.1.7}/layrz/sdk/entities/cases/case.py +0 -0
  25. {layrz-sdk-2.1.5 → layrz-sdk-2.1.7}/layrz/sdk/entities/cases/comment.py +0 -0
  26. {layrz-sdk-2.1.5 → layrz-sdk-2.1.7}/layrz/sdk/entities/cases/trigger.py +0 -0
  27. {layrz-sdk-2.1.5 → layrz-sdk-2.1.7}/layrz/sdk/entities/charts/__init__.py +0 -0
  28. {layrz-sdk-2.1.5 → layrz-sdk-2.1.7}/layrz/sdk/entities/charts/alignment.py +0 -0
  29. {layrz-sdk-2.1.5 → layrz-sdk-2.1.7}/layrz/sdk/entities/charts/bar.py +0 -0
  30. {layrz-sdk-2.1.5 → layrz-sdk-2.1.7}/layrz/sdk/entities/charts/column.py +0 -0
  31. {layrz-sdk-2.1.5 → layrz-sdk-2.1.7}/layrz/sdk/entities/charts/configuration.py +0 -0
  32. {layrz-sdk-2.1.5 → layrz-sdk-2.1.7}/layrz/sdk/entities/charts/data_type.py +0 -0
  33. {layrz-sdk-2.1.5 → layrz-sdk-2.1.7}/layrz/sdk/entities/charts/exceptions.py +0 -0
  34. {layrz-sdk-2.1.5 → layrz-sdk-2.1.7}/layrz/sdk/entities/charts/html.py +0 -0
  35. {layrz-sdk-2.1.5 → layrz-sdk-2.1.7}/layrz/sdk/entities/charts/line.py +0 -0
  36. {layrz-sdk-2.1.5 → layrz-sdk-2.1.7}/layrz/sdk/entities/charts/map.py +0 -0
  37. {layrz-sdk-2.1.5 → layrz-sdk-2.1.7}/layrz/sdk/entities/charts/number.py +0 -0
  38. {layrz-sdk-2.1.5 → layrz-sdk-2.1.7}/layrz/sdk/entities/charts/pie.py +0 -0
  39. {layrz-sdk-2.1.5 → layrz-sdk-2.1.7}/layrz/sdk/entities/charts/radar.py +0 -0
  40. {layrz-sdk-2.1.5 → layrz-sdk-2.1.7}/layrz/sdk/entities/charts/radial_bar.py +0 -0
  41. {layrz-sdk-2.1.5 → layrz-sdk-2.1.7}/layrz/sdk/entities/charts/scatter.py +0 -0
  42. {layrz-sdk-2.1.5 → layrz-sdk-2.1.7}/layrz/sdk/entities/charts/serie.py +0 -0
  43. {layrz-sdk-2.1.5 → layrz-sdk-2.1.7}/layrz/sdk/entities/charts/serie_type.py +0 -0
  44. {layrz-sdk-2.1.5 → layrz-sdk-2.1.7}/layrz/sdk/entities/charts/table.py +0 -0
  45. {layrz-sdk-2.1.5 → layrz-sdk-2.1.7}/layrz/sdk/entities/charts/timeline.py +0 -0
  46. {layrz-sdk-2.1.5 → layrz-sdk-2.1.7}/layrz/sdk/entities/checkpoints/__init__.py +0 -0
  47. {layrz-sdk-2.1.5 → layrz-sdk-2.1.7}/layrz/sdk/entities/checkpoints/checkpoint.py +0 -0
  48. {layrz-sdk-2.1.5 → layrz-sdk-2.1.7}/layrz/sdk/entities/checkpoints/geofence.py +0 -0
  49. {layrz-sdk-2.1.5 → layrz-sdk-2.1.7}/layrz/sdk/entities/checkpoints/waypoint.py +0 -0
  50. {layrz-sdk-2.1.5 → layrz-sdk-2.1.7}/layrz/sdk/entities/events/__init__.py +0 -0
  51. {layrz-sdk-2.1.5 → layrz-sdk-2.1.7}/layrz/sdk/entities/events/event.py +0 -0
  52. {layrz-sdk-2.1.5 → layrz-sdk-2.1.7}/layrz/sdk/entities/formatting/__init__.py +0 -0
  53. {layrz-sdk-2.1.5 → layrz-sdk-2.1.7}/layrz/sdk/entities/formatting/text_align.py +0 -0
  54. {layrz-sdk-2.1.5 → layrz-sdk-2.1.7}/layrz/sdk/entities/general/__init__.py +0 -0
  55. {layrz-sdk-2.1.5 → layrz-sdk-2.1.7}/layrz/sdk/entities/general/asset.py +0 -0
  56. {layrz-sdk-2.1.5 → layrz-sdk-2.1.7}/layrz/sdk/entities/general/asset_operation_mode.py +0 -0
  57. {layrz-sdk-2.1.5 → layrz-sdk-2.1.7}/layrz/sdk/entities/general/custom_field.py +0 -0
  58. {layrz-sdk-2.1.5 → layrz-sdk-2.1.7}/layrz/sdk/entities/general/device.py +0 -0
  59. {layrz-sdk-2.1.5 → layrz-sdk-2.1.7}/layrz/sdk/entities/general/sensor.py +0 -0
  60. {layrz-sdk-2.1.5 → layrz-sdk-2.1.7}/layrz/sdk/entities/general/user.py +0 -0
  61. {layrz-sdk-2.1.5 → layrz-sdk-2.1.7}/layrz/sdk/entities/repcom/__init__.py +0 -0
  62. {layrz-sdk-2.1.5 → layrz-sdk-2.1.7}/layrz/sdk/entities/repcom/transaction.py +0 -0
  63. {layrz-sdk-2.1.5 → layrz-sdk-2.1.7}/layrz/sdk/entities/reports/__init__.py +0 -0
  64. {layrz-sdk-2.1.5 → layrz-sdk-2.1.7}/layrz/sdk/entities/reports/col.py +0 -0
  65. {layrz-sdk-2.1.5 → layrz-sdk-2.1.7}/layrz/sdk/entities/reports/format.py +0 -0
  66. {layrz-sdk-2.1.5 → layrz-sdk-2.1.7}/layrz/sdk/entities/reports/header.py +0 -0
  67. {layrz-sdk-2.1.5 → layrz-sdk-2.1.7}/layrz/sdk/entities/reports/page.py +0 -0
  68. {layrz-sdk-2.1.5 → layrz-sdk-2.1.7}/layrz/sdk/entities/reports/report.py +0 -0
  69. {layrz-sdk-2.1.5 → layrz-sdk-2.1.7}/layrz/sdk/entities/reports/row.py +0 -0
  70. {layrz-sdk-2.1.5 → layrz-sdk-2.1.7}/layrz/sdk/entities/telemetry/__init__.py +0 -0
  71. {layrz-sdk-2.1.5 → layrz-sdk-2.1.7}/layrz/sdk/entities/telemetry/message.py +0 -0
  72. {layrz-sdk-2.1.5 → layrz-sdk-2.1.7}/layrz/sdk/entities/telemetry/position.py +0 -0
  73. {layrz-sdk-2.1.5 → layrz-sdk-2.1.7}/layrz/sdk/helpers/__init__.py +0 -0
  74. {layrz-sdk-2.1.5 → layrz-sdk-2.1.7}/layrz/sdk/helpers/color.py +0 -0
  75. {layrz-sdk-2.1.5 → layrz-sdk-2.1.7}/layrz/sdk/lcl/__init__.py +0 -0
  76. {layrz-sdk-2.1.5 → layrz-sdk-2.1.7}/layrz/sdk/lcl/core.py +0 -0
  77. {layrz-sdk-2.1.5 → layrz-sdk-2.1.7}/layrz/sdk/test.py +0 -0
  78. {layrz-sdk-2.1.5 → layrz-sdk-2.1.7}/layrz_sdk.egg-info/dependency_links.txt +0 -0
  79. {layrz-sdk-2.1.5 → layrz-sdk-2.1.7}/layrz_sdk.egg-info/requires.txt +0 -0
  80. {layrz-sdk-2.1.5 → layrz-sdk-2.1.7}/layrz_sdk.egg-info/top_level.txt +0 -0
  81. {layrz-sdk-2.1.5 → layrz-sdk-2.1.7}/setup.cfg +0 -0
@@ -1,10 +1,12 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: layrz-sdk
3
- Version: 2.1.5
3
+ Version: 2.1.7
4
4
  Summary: Layrz SDK for Python
5
5
  Author-email: "Golden M, Inc." <software@goldenm.com>
6
- Maintainer-email: Kenny Mochizuki <kenny@goldenm.com>
6
+ Maintainer-email: Kenny Mochizuki <kenny@goldenm.com>, Luis Reyes <lreyes@goldenm.com>, Kasen Li <kli@goldenm.com>
7
7
  License: MIT License
8
+ Project-URL: Repository, https://github.com/goldenm-software/layrz-sdk
9
+ Project-URL: Changelog, https://github.com/goldenm-software/layrz-sdk/blob/main/CHANGELOG.md
8
10
  Keywords: sdk,goldenm,lcl,layrz compute language,layrz
9
11
  Classifier: Programming Language :: Python :: 3
10
12
  Classifier: Programming Language :: Python :: 3.10
@@ -32,7 +34,7 @@ It's available in our documentation site [developers.layrz.com](https://develope
32
34
  Golden M is a software/hardware development company what is working on
33
35
  a new, innovative and disruptive technologies.
34
36
 
35
- For more information, contact us at [sales@goldenmcorp.com](mailto:sales@goldenmcorp.com)
37
+ For more information, contact us at [sales@goldenm.com](mailto:sales@goldenm.com)
36
38
 
37
39
  ## License
38
40
  This project is under MIT License, for more information, check out the `LICENCE`
@@ -13,7 +13,7 @@ It's available in our documentation site [developers.layrz.com](https://develope
13
13
  Golden M is a software/hardware development company what is working on
14
14
  a new, innovative and disruptive technologies.
15
15
 
16
- For more information, contact us at [sales@goldenmcorp.com](mailto:sales@goldenmcorp.com)
16
+ For more information, contact us at [sales@goldenm.com](mailto:sales@goldenm.com)
17
17
 
18
18
  ## License
19
19
  This project is under MIT License, for more information, check out the `LICENCE`
@@ -1,10 +1,12 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: layrz-sdk
3
- Version: 2.1.5
3
+ Version: 2.1.7
4
4
  Summary: Layrz SDK for Python
5
5
  Author-email: "Golden M, Inc." <software@goldenm.com>
6
- Maintainer-email: Kenny Mochizuki <kenny@goldenm.com>
6
+ Maintainer-email: Kenny Mochizuki <kenny@goldenm.com>, Luis Reyes <lreyes@goldenm.com>, Kasen Li <kli@goldenm.com>
7
7
  License: MIT License
8
+ Project-URL: Repository, https://github.com/goldenm-software/layrz-sdk
9
+ Project-URL: Changelog, https://github.com/goldenm-software/layrz-sdk/blob/main/CHANGELOG.md
8
10
  Keywords: sdk,goldenm,lcl,layrz compute language,layrz
9
11
  Classifier: Programming Language :: Python :: 3
10
12
  Classifier: Programming Language :: Python :: 3.10
@@ -32,7 +34,7 @@ It's available in our documentation site [developers.layrz.com](https://develope
32
34
  Golden M is a software/hardware development company what is working on
33
35
  a new, innovative and disruptive technologies.
34
36
 
35
- For more information, contact us at [sales@goldenmcorp.com](mailto:sales@goldenmcorp.com)
37
+ For more information, contact us at [sales@goldenm.com](mailto:sales@goldenm.com)
36
38
 
37
39
  ## License
38
40
  This project is under MIT License, for more information, check out the `LICENCE`
@@ -1,14 +1,6 @@
1
- .gitignore
2
- .gitlab-ci.yml
3
- CHANGELOG.md
4
- CODE_OF_CONDUCT.md
5
- CONTRIBUTING.md
6
1
  LICENSE
7
2
  README.md
8
3
  pyproject.toml
9
- requirements.txt
10
- .vscode/settings.json
11
- layrz/__init__.py
12
4
  layrz/sdk/__init__.py
13
5
  layrz/sdk/test.py
14
6
  layrz/sdk/entities/__init__.py
@@ -1,16 +1,22 @@
1
1
  [project]
2
2
  name = "layrz-sdk"
3
- version = "2.1.5"
3
+ version = "2.1.7"
4
4
  description = "Layrz SDK for Python"
5
5
  authors = [
6
6
  {name = "Golden M, Inc.", email = "software@goldenm.com"}
7
7
  ]
8
8
  requires-python = ">=3.10"
9
+
9
10
  maintainers = [
10
- {name = "Kenny Mochizuki", email = "kenny@goldenm.com"}
11
+ {name = "Kenny Mochizuki", email = "kenny@goldenm.com"},
12
+ {name = "Luis Reyes", email = "lreyes@goldenm.com"},
13
+ {name = "Kasen Li", email = "kli@goldenm.com"},
11
14
  ]
15
+
12
16
  readme = "README.md"
17
+
13
18
  license = {text = "MIT License"}
19
+
14
20
  keywords = [
15
21
  "sdk",
16
22
  "goldenm",
@@ -30,9 +36,13 @@ dependencies = [
30
36
  "xlsxwriter",
31
37
  ]
32
38
 
39
+ [project.urls]
40
+ Repository = "https://github.com/goldenm-software/layrz-sdk"
41
+ Changelog = "https://github.com/goldenm-software/layrz-sdk/blob/main/CHANGELOG.md"
42
+
33
43
  [tool.setuptools.packages.find]
34
44
  where = ["."]
35
- include = ["layrz"]
45
+ include = ["layrz.*"]
36
46
  namespaces = true
37
47
 
38
48
  [build-system]
@@ -1,12 +0,0 @@
1
- /dist
2
- /build
3
- /*.egg-info
4
- /.pypirc
5
- /test.py
6
- /**/*.pyc
7
- /.venv
8
- /site
9
-
10
- /**/*/__pycache__
11
-
12
- tests.py
@@ -1,14 +0,0 @@
1
- image: python:latest
2
-
3
- stages:
4
- - deploy
5
-
6
- deploy-library:
7
- stage: deploy
8
- script:
9
- - pip install -U twine pip build
10
- - python3 -m build
11
- - TWINE_PASSWORD=${PYPI_PASSWORD} TWINE_USERNAME=${PYPI_USERNAME} python3 -m twine upload dist/*
12
-
13
- only:
14
- - main
@@ -1,26 +0,0 @@
1
- {
2
- "python.linting.pylintEnabled": true,
3
- "python.linting.enabled": true,
4
- "python.formatting.provider": "yapf",
5
- "python.linting.lintOnSave": true,
6
- "[python]": {
7
- "editor.codeActionsOnSave": {
8
- "source.organizeImports": true,
9
- },
10
- "editor.formatOnSave": true,
11
- "editor.rulers": [
12
- 120
13
- ]
14
- },
15
- "editor.tabSize": 2,
16
- "editor.insertSpaces": true,
17
- "editor.detectIndentation": true,
18
- "python.linting.pycodestyleEnabled": false,
19
- "python.analysis.typeCheckingMode": "off",
20
- "[ruby]": {
21
- "editor.formatOnSave": true,
22
- "editor.rulers": [
23
- 120
24
- ]
25
- }
26
- }
@@ -1,190 +0,0 @@
1
- # Changelog
2
-
3
- ## 2.1.5
4
- - Added declarative typing on all LCL functions
5
- - Added support for timezone in `UNIX_TO_STR` LCL function
6
-
7
- ## 2.1.3
8
- - Changed build mode to pyproject.toml
9
- - Updated `LcLCore.perform()` function to receive additional globals and locals in their arguments
10
-
11
- ## v2.1.2
12
- - Add UNIX_TO_STR LCL function
13
-
14
- ## v2.1.1
15
- - Added `compact` in the json return format in reports
16
-
17
- ## v2.1.0
18
- - Add bold format option to Col class
19
- - Add freeze header option to Page class
20
-
21
- ## v2.0.1
22
- - Fixes on package namespace
23
-
24
- ## v2.0.0
25
- * Deprecated `lcl.core` module
26
- * Changed `layrzsdk` to `layrz.sdk` package (With unified Layrz namespace)
27
-
28
- ## v1.4.5
29
- * Added CaseIgnoredStatus to init file
30
-
31
- ## v1.4.4
32
- * Added CaseIgnoredStatus to Case entity
33
-
34
- ## v1.4.3
35
- * Added new ChartType: TableChart and NumberChart
36
- * Starting to replace documentation format from unstructured to a structured format
37
-
38
- ## v1.4.2
39
- * Fix, added SUBSTRING LCL to global functions
40
-
41
- ## v1.4.1
42
- * Fixed LineChart xAxis Datetime conversion for CanvasJS, now will multiply the timestamp by 1000 to use milliseconds
43
-
44
- ## v1.4.0
45
- * Added support for Flutter `graphic` library
46
- * LineChart
47
- * AreaChart (Replaced previous AreaChart to a temporal extend of LineChart)
48
- * BarChart
49
- * ColumnChart
50
- * PieChart
51
- * MapChart
52
- * ScatterChart
53
- * RadialBarChart
54
- * Future deprecations:
55
- * HTMLChart
56
- * TimelineChart
57
- * RadarChart
58
-
59
- ## v1.3.9
60
- * Internal changes related to GitLab CI automation
61
-
62
- ## v1.3.8
63
- * Added SUBSTRING LCL function
64
-
65
- ## v.1.3.7
66
- * Added sequence in cases
67
-
68
- ## v1.3.6
69
- * Added new Map Chart
70
- - Added required entity MapPoint
71
- - Added required enum MapCenterType
72
- * Added new HTML Chart
73
-
74
-
75
- ## v1.3.5
76
- * Bug fix related to formula perform, added PRIMARY_DEVICE to simulation environment
77
-
78
- ## v1.3.4
79
- * Added Transaction entity for REPCOM reports
80
-
81
- ## v1.3.3
82
- - Added PRIMARY_DEVICE() function to Layrz Compute Language
83
-
84
- ## v1.3.2
85
- - Updated styles of charts return object to ApexCharts or CanvasJS
86
- - Replaced all .rst files to .md files
87
-
88
- ## v1.3.1
89
- * Removed markerSize (in CanvasJS) for dashed series
90
-
91
- ## v1.3.0
92
- * Added support for CanvasJS Javascript Library
93
- * Deprecated to_apexcharts property in charts.
94
- * New method render() in charts with support for multiple Javascript rendering library
95
- * Added color helpers in layrzsdk.helpers
96
-
97
- ## v1.2.6
98
- * Removed dataLabels in almost all charts (Except Pie and RadialBar)
99
-
100
- ## v1.2.5
101
- * Optimizations for Javascript renderer
102
-
103
- ## v1.2.4
104
- * Added dashed attribute to ChartDataSerie
105
- * Added the Possibility to mix charts, only available for:
106
- - LineChart
107
- - AreaChart
108
- - ColumnChart
109
- - ScatterChart (Only as serie, not as main chart)
110
-
111
- ## v1.2.3
112
- * Added new value in BroadcastStatus
113
-
114
- ## v1.2.2
115
- * Updated ReportCol entity to set new default values
116
- * New entity ReportDataType
117
- * Possibility to export directly to the Report class
118
- * Re-organized entities/ folder
119
- * Added Broadcasts entities
120
-
121
- ## v1.2.1
122
- * Added Report Col entity
123
-
124
- ## v1.2.0
125
- * Added reports entities
126
-
127
- ## v1.1.4
128
- * Bug fixes
129
-
130
- ## v1.1.3
131
- * Bug fixes
132
-
133
- ## v1.1.2
134
- * Bug fixes
135
-
136
- ## v1.1.1
137
- * Bug fixes
138
-
139
- ## v1.1.0
140
- * Reorganized files
141
- * Added new Charts entities
142
-
143
- ## v1.0.14
144
- * Added CONTAINS, STARTS_WITH, ENDS_WITH functions to the Layrz Computed Language
145
-
146
- ## v1.0.13
147
- * Fixed missing import into `layrzsdk.entities.__init__.py`
148
-
149
- ## v1.0.12
150
- * Added Geofence, Comment, Waypoint and Checkpoint entities
151
-
152
- ## v1.0.11
153
- * Added User, Comment and Case entities
154
-
155
- ## v1.0.10
156
- * Fixes
157
-
158
- ## v1.0.9
159
- * Added Event and Trigger entities
160
- * Renamed file `mesage.py` to `message.py`
161
-
162
- ## v1.0.8
163
- * Added title getter of all charts entities
164
-
165
- ## v1.0.7
166
- * Added PieChart, BarChart, and RadialBarChart entities
167
-
168
- ## v1.0.6
169
- * Fixed STING to STRING bug in ChartDataType enum
170
-
171
- ## v1.0.5
172
- * Bug fixes
173
-
174
- ## v1.0.4
175
- * Added data_type argument of ChartDataSerie
176
-
177
- ## v1.0.3
178
- * Added Chart configuration entity
179
-
180
- ## v1.0.2
181
- * Added entities for Range Charts:
182
- - Line Charts
183
- - Area Charts
184
- - Column Charts
185
-
186
- ## v1.0.1
187
- * Added entities for Sensors and Triggers
188
-
189
- ## v1.0.0
190
- * Initial release
@@ -1,24 +0,0 @@
1
- # Code of conduct
2
-
3
- ## Be friendly and patient.
4
- Our objective is contribute to community and help us together to create better code.
5
-
6
- ## Be welcoming
7
- We strive to be a community that welcomes and supports people of all backgrounds and identities. This includes, but is not limited to members of any race, ethnicity, culture, national origin, colour, immigration status, social and economic class, educational level, sex, sexual orientation, gender identity and expression, age, size, family status, political belief, religion, and mental and physical ability.
8
-
9
- ## Be considerate
10
- Your work will be used by other people, and you in turn will depend on the work of others. Any decision you take will affect users and colleagues, and you should take those consequences into account when making decisions. Remember that we're a world-wide community, so you might not be communicating in someone else's primary language.
11
-
12
- ## Be respectful
13
- Not all of us will agree all the time, but disagreement is no excuse for poor behavior and poor manners. We might all experience some frustration now and then, but we cannot allow that frustration to turn into a personal attack. It’s important to remember that a community where people feel uncomfortable or threatened is not a productive one.
14
-
15
- ## Be careful in the words that you choose
16
- We are a community of professionals, and we conduct ourselves professionally. Be kind to others. Do not insult or put down other participants. Harassment and other exclusionary behavior aren't acceptable. This includes, but is not limited to:
17
- * Violent threats or language directed against another person.
18
- * Discriminatory jokes and language.
19
- * Posting sexually explicit or violent material.
20
- * Posting (or threatening to post) other people's personally identifying information ("doxing").
21
- * Personal insults, especially those using racist or sexist terms.
22
- * Unwelcome sexual attention.
23
- * Advocating for, or encouraging, any of the above behavior.
24
- * Repeated harassment of others. In general, if someone asks you to stop, then stop.
@@ -1,27 +0,0 @@
1
- # Contributing
2
-
3
- As an open source project, we welcomes contributions of many forms.
4
-
5
- ## To request a Merge Request
6
- Please follow the next structure of your request:
7
-
8
- ### Title
9
- A short description of your feature/fix
10
-
11
- Also, add this prefix in the title according to the scenario:
12
-
13
- | Prefix/Tag | Meaning |
14
- |-|-|
15
- | `feature/` | New feature, like new methods, classes, etc. |
16
- | `fix/` | Bug fix or documentation related fix |
17
- | `docs/` | Documentation related changes |
18
-
19
- ### Description
20
- Explain your feature/fix request and why we should be approve.
21
-
22
- Be explicit and precise with your submission, that helps us to review and approve your request.
23
-
24
- ## Code of Conduct
25
-
26
- As a contributor, you can help us keep the Layrz community open and inclusive.
27
- Please read and follow our code of conduct in `CODE_OF_CONDUCT.md`.
@@ -1,10 +0,0 @@
1
- """ Layrz namespace package """
2
-
3
- try:
4
- import pkg_resources
5
-
6
- pkg_resources.declare_namespace(__name__)
7
- except ImportError:
8
- import pkgutil
9
-
10
- __path__ = pkgutil.extend_path(__path__, __name__) # type: ignore
@@ -1,3 +0,0 @@
1
- requests
2
- pytz
3
- xlsxwriter
File without changes
File without changes
File without changes