olira 0.1.0__py3-none-any.whl
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.
- olira/__init__.py +13 -0
- olira-0.1.0.dist-info/METADATA +59 -0
- olira-0.1.0.dist-info/RECORD +6 -0
- olira-0.1.0.dist-info/WHEEL +5 -0
- olira-0.1.0.dist-info/licenses/LICENSE +22 -0
- olira-0.1.0.dist-info/top_level.txt +1 -0
olira/__init__.py
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"""
|
|
2
|
+
Olira AI - Health and wellness technology platform.
|
|
3
|
+
|
|
4
|
+
This is a namespace package for the Olira ecosystem.
|
|
5
|
+
"""
|
|
6
|
+
|
|
7
|
+
__version__ = "0.1.0"
|
|
8
|
+
__author__ = "Olira AI"
|
|
9
|
+
__email__ = "dev@olira.ai"
|
|
10
|
+
|
|
11
|
+
# This is a namespace package - subpackages will be added in future releases
|
|
12
|
+
__all__ = ["__version__", "__author__", "__email__"]
|
|
13
|
+
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: olira
|
|
3
|
+
Version: 0.1.0
|
|
4
|
+
Summary: Olira AI - Health and wellness technology platform
|
|
5
|
+
Author-email: Olira AI <dev@olira.ai>
|
|
6
|
+
License: MIT
|
|
7
|
+
Project-URL: Homepage, https://olira.ai
|
|
8
|
+
Project-URL: Documentation, https://github.com/raia-health/olira-common-models
|
|
9
|
+
Project-URL: Source, https://github.com/raia-health/olira-common-models
|
|
10
|
+
Keywords: olira,health,wellness,ai
|
|
11
|
+
Classifier: Development Status :: 2 - Pre-Alpha
|
|
12
|
+
Classifier: Intended Audience :: Developers
|
|
13
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
14
|
+
Classifier: Programming Language :: Python :: 3
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
17
|
+
Classifier: Operating System :: OS Independent
|
|
18
|
+
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
19
|
+
Requires-Python: >=3.11
|
|
20
|
+
Description-Content-Type: text/markdown
|
|
21
|
+
License-File: LICENSE
|
|
22
|
+
Dynamic: license-file
|
|
23
|
+
|
|
24
|
+
# Olira
|
|
25
|
+
|
|
26
|
+
**Olira AI** - Health and wellness technology platform.
|
|
27
|
+
|
|
28
|
+
## About
|
|
29
|
+
|
|
30
|
+
This is a namespace package for the Olira ecosystem. Olira provides AI-powered health and wellness solutions.
|
|
31
|
+
|
|
32
|
+
## Installation
|
|
33
|
+
|
|
34
|
+
```bash
|
|
35
|
+
pip install olira
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
## Status
|
|
39
|
+
|
|
40
|
+
This package is currently in pre-alpha development. Full functionality will be available in future releases.
|
|
41
|
+
|
|
42
|
+
## Related Packages
|
|
43
|
+
|
|
44
|
+
- `olira-common-models` - Core data models and schemas (coming soon)
|
|
45
|
+
- Additional Olira packages (coming soon)
|
|
46
|
+
|
|
47
|
+
## Links
|
|
48
|
+
|
|
49
|
+
- **Website**: [olira.ai](https://olira.ai)
|
|
50
|
+
- **GitHub**: [github.com/raia-health](https://github.com/raia-health)
|
|
51
|
+
|
|
52
|
+
## License
|
|
53
|
+
|
|
54
|
+
MIT License - Copyright (c) 2025 Olira AI
|
|
55
|
+
|
|
56
|
+
## Contact
|
|
57
|
+
|
|
58
|
+
For inquiries: dev@olira.ai
|
|
59
|
+
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
olira/__init__.py,sha256=LdVHj0GKgNpCCJzQInoIy2V2X3VnDnMJSwJGvMfXd9I,320
|
|
2
|
+
olira-0.1.0.dist-info/licenses/LICENSE,sha256=O7wpU6JDuBhflnAgPGtVSVK15eDH4MwdezlMr-xAQ2g,1066
|
|
3
|
+
olira-0.1.0.dist-info/METADATA,sha256=-AxlxEaMEeAI-zEM_3mxn1K3oqNowSeMuztapm2O940,1619
|
|
4
|
+
olira-0.1.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
5
|
+
olira-0.1.0.dist-info/top_level.txt,sha256=pfZ_uPlSOK2EBZ10QHxG2weqJZl3opvsE_WxgMfz8f0,6
|
|
6
|
+
olira-0.1.0.dist-info/RECORD,,
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2025 Olira AI
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
22
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
olira
|