ramodels 49.2.2__tar.gz → 50.0.0__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 (34) hide show
  1. {ramodels-49.2.2 → ramodels-50.0.0}/PKG-INFO +1 -1
  2. {ramodels-49.2.2 → ramodels-50.0.0}/pyproject.toml +1 -1
  3. {ramodels-49.2.2 → ramodels-50.0.0}/setup.py +1 -1
  4. {ramodels-49.2.2 → ramodels-50.0.0}/README.md +0 -0
  5. {ramodels-49.2.2 → ramodels-50.0.0}/ramodels/__init__.py +0 -0
  6. {ramodels-49.2.2 → ramodels-50.0.0}/ramodels/base.py +0 -0
  7. {ramodels-49.2.2 → ramodels-50.0.0}/ramodels/exceptions.py +0 -0
  8. {ramodels-49.2.2 → ramodels-50.0.0}/ramodels/lora/__init__.py +0 -0
  9. {ramodels-49.2.2 → ramodels-50.0.0}/ramodels/lora/_shared.py +0 -0
  10. {ramodels-49.2.2 → ramodels-50.0.0}/ramodels/lora/facet.py +0 -0
  11. {ramodels-49.2.2 → ramodels-50.0.0}/ramodels/lora/itsystem.py +0 -0
  12. {ramodels-49.2.2 → ramodels-50.0.0}/ramodels/lora/klasse.py +0 -0
  13. {ramodels-49.2.2 → ramodels-50.0.0}/ramodels/lora/organisation.py +0 -0
  14. {ramodels-49.2.2 → ramodels-50.0.0}/ramodels/mo/__init__.py +0 -0
  15. {ramodels-49.2.2 → ramodels-50.0.0}/ramodels/mo/_shared.py +0 -0
  16. {ramodels-49.2.2 → ramodels-50.0.0}/ramodels/mo/class_.py +0 -0
  17. {ramodels-49.2.2 → ramodels-50.0.0}/ramodels/mo/detail.py +0 -0
  18. {ramodels-49.2.2 → ramodels-50.0.0}/ramodels/mo/details/__init__.py +0 -0
  19. {ramodels-49.2.2 → ramodels-50.0.0}/ramodels/mo/details/_shared.py +0 -0
  20. {ramodels-49.2.2 → ramodels-50.0.0}/ramodels/mo/details/address.py +0 -0
  21. {ramodels-49.2.2 → ramodels-50.0.0}/ramodels/mo/details/association.py +0 -0
  22. {ramodels-49.2.2 → ramodels-50.0.0}/ramodels/mo/details/engagement.py +0 -0
  23. {ramodels-49.2.2 → ramodels-50.0.0}/ramodels/mo/details/it_system.py +0 -0
  24. {ramodels-49.2.2 → ramodels-50.0.0}/ramodels/mo/details/kle.py +0 -0
  25. {ramodels-49.2.2 → ramodels-50.0.0}/ramodels/mo/details/leave.py +0 -0
  26. {ramodels-49.2.2 → ramodels-50.0.0}/ramodels/mo/details/manager.py +0 -0
  27. {ramodels-49.2.2 → ramodels-50.0.0}/ramodels/mo/details/owner.py +0 -0
  28. {ramodels-49.2.2 → ramodels-50.0.0}/ramodels/mo/details/related_unit.py +0 -0
  29. {ramodels-49.2.2 → ramodels-50.0.0}/ramodels/mo/details/role.py +0 -0
  30. {ramodels-49.2.2 → ramodels-50.0.0}/ramodels/mo/employee.py +0 -0
  31. {ramodels-49.2.2 → ramodels-50.0.0}/ramodels/mo/facet.py +0 -0
  32. {ramodels-49.2.2 → ramodels-50.0.0}/ramodels/mo/organisation.py +0 -0
  33. {ramodels-49.2.2 → ramodels-50.0.0}/ramodels/mo/organisation_unit.py +0 -0
  34. {ramodels-49.2.2 → ramodels-50.0.0}/ramodels/py.typed +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ramodels
3
- Version: 49.2.2
3
+ Version: 50.0.0
4
4
  Summary: Pydantic data models for OS2mo
5
5
  Home-page: https://magenta.dk/
6
6
  License: MPL-2.0
@@ -2,7 +2,7 @@
2
2
  # SPDX-License-Identifier: MPL-2.0
3
3
  [tool.poetry]
4
4
  name = "ramodels"
5
- version = "49.2.2"
5
+ version = "50.0.0"
6
6
  description = "Pydantic data models for OS2mo"
7
7
  authors = ["Magenta <info@magenta.dk>"]
8
8
  license = "MPL-2.0"
@@ -18,7 +18,7 @@ entry_points = \
18
18
 
19
19
  setup_kwargs = {
20
20
  'name': 'ramodels',
21
- 'version': '49.2.2',
21
+ 'version': '50.0.0',
22
22
  'description': 'Pydantic data models for OS2mo',
23
23
  'long_description': '<!--\nSPDX-FileCopyrightText: Magenta ApS <https://magenta.dk>\nSPDX-License-Identifier: MPL-2.0\n-->\n\n\n# MoLoRa Data Models\n\nRAModels - MoLoRa data validation models powered by [pydantic](https://github.com/samuelcolvin/pydantic/#pydantic).\n\n## Versioning\nThis project uses [Semantic Versioning](https://semver.org/) with the following strategy:\n- MAJOR: Incompatible changes to existing data models\n- MINOR: Backwards compatible updates to existing data models OR new models added\n- PATCH: Backwards compatible bug fixes\n\n\n## Authors\n\nMagenta ApS <https://magenta.dk>\n\n## License\n- This project: [MPL-2.0](MPL-2.0.txt)\n- Dependencies:\n - pydantic: [MIT](MIT.txt)\n\nThis project uses [REUSE](https://reuse.software) for licensing. All licenses can be found in the [LICENSES folder](LICENSES/) of the project.\n\n## Development\n### Prerequisites\n\n- [Poetry](https://github.com/python-poetry/poetry)\n- [Pre-commit](https://github.com/pre-commit/pre-commit)\n\n\n### Getting Started\n\n1. Clone the repository:\n`git clone git@git.magenta.dk:rammearkitektur/ra-data-models.git`\n\n2. Install all dependencies:\n`poetry install`\n\n3. Set up pre-commit:\n`pre-commit install`\n\n\n### Running the tests\n\nYou use `poetry` and `pytest` to run the tests:\n\n`poetry run pytest`\n\n\nYou can also run specific files\n\n`poetry run pytest tests/<test_folder>/<test_file.py>`\n\nand even use filtering with `-k`\n\n`poetry run pytest -k "Manager"`\n\n\nYou can use the flags `-vx` where `v` prints the test & `x` makes the test stop if any tests fails (Verbose, X-fail)\n\n### Pre-commit usage\nPre-commit must either be used via your virtual environment or globally.\nIf you want to pre-commit globally, the following extra dependencies are needed:\n`pip install mypy pydantic`\n\n\n### Models\n\n## LoRa\n`LoRa` implements the OIO standard version 1.1. The [standard](https://digitaliser.dk/resource/1569113) with\n[specification](https://www.digitaliser.dk/resource/1569113/artefact/Specifikationafserviceinterfacefororganisation-OIO-Godkendt%5bvs.1.1%5d.pdf?artefact=true&PID=1569586)\n',
24
24
  'author': 'Magenta',
File without changes
File without changes
File without changes