# py-models-by-sporniket -- A collection of basic data models in python
![PyPI - Version](https://img.shields.io/pypi/v/py-models-by-sporniket)
![PyPI - License](https://img.shields.io/pypi/l/py-models-by-sporniket)
> [WARNING] Please read carefully this note before using this project. It contains important facts.
Content
1. What is **py-models-by-sporniket -- A collection of basic data models in python**, and when to use it ?
2. What should you know before using **py-models-by-sporniket -- A collection of basic data models in python** ?
3. How to use **py-models-by-sporniket -- A collection of basic data models in python** ?
4. Known issues
5. Miscellanous
## 1. What is **py-models-by-sporniket -- A collection of basic data models in python**, and when to use it ?
**py-models-by-sporniket -- A collection of basic data models in python** includes the following data models :
* Interval
* Rooted tree
### What's new in v1.0.0
Initial release.
### Licence
**py-models-by-sporniket -- A collection of basic data models in python** is free software: you can redistribute it and/or modify it under the terms of the
GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your
option) any later version.
**py-models-by-sporniket -- A collection of basic data models in python** is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
more details.
You should have received a copy of the GNU General Public License along with **py-models-by-sporniket -- A collection of basic data models in python**.
If not, see http://www.gnu.org/licenses/ .
## 2. What should you know before using **py-models-by-sporniket -- A collection of basic data models in python** ?
**py-models-by-sporniket -- A collection of basic data models in python** is written in [Python](http://python.org) language
> Do not use **py-models-by-sporniket -- A collection of basic data models in python** if this project is not suitable for your project
## 3. How to use **py-models-by-sporniket -- A collection of basic data models in python** ?
### Requirements
* Python 3.9 or later versions.
* Required command : `pipx`, see [pipx homepage](https://pipx.pypa.io/stable/).
* Required python dependency manager `pdm` : `pipx install pdm`.
### From source
To get the latest available code, one must clone the git repository, build and install to the maven local repository.
git clone https://github.com/sporniket/py-models.git
cd py-models
pdm build
pipx install dist/py-models_by_sporniket-<version>-py3-none-any.whl
### From Pypi
Add any of the following dependencies that are appropriate to your project.
```
pipx install py-models_by_sporniket
```
## 4. Known issues
See the [project issues](https://github.com/sporniket/py-models/issues) page.
## 5. Miscellanous
### Report issues
Use the [project issues](https://github.com/sporniket/py-models/issues) page.
Raw data
{
"_id": null,
"home_page": null,
"name": "py-models-by-sporniket",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "python, data models, interval, rooted tree",
"author": null,
"author_email": "Sporniket <sporniket.studio@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/a8/ed/6ee37a58c06284db3c7881ce7348a86dc675024f6c23cf2f7c809ccff31b/py_models_by_sporniket-1.0.0.tar.gz",
"platform": null,
"description": "# py-models-by-sporniket -- A collection of basic data models in python\n\n![PyPI - Version](https://img.shields.io/pypi/v/py-models-by-sporniket)\n![PyPI - License](https://img.shields.io/pypi/l/py-models-by-sporniket)\n\n\n> [WARNING] Please read carefully this note before using this project. It contains important facts.\n\nContent\n\n1. What is **py-models-by-sporniket -- A collection of basic data models in python**, and when to use it ?\n2. What should you know before using **py-models-by-sporniket -- A collection of basic data models in python** ?\n3. How to use **py-models-by-sporniket -- A collection of basic data models in python** ?\n4. Known issues\n5. Miscellanous\n\n## 1. What is **py-models-by-sporniket -- A collection of basic data models in python**, and when to use it ?\n\n**py-models-by-sporniket -- A collection of basic data models in python** includes the following data models :\n\n* Interval\n* Rooted tree\n\n### What's new in v1.0.0\n\nInitial release.\n\n### Licence\n\n **py-models-by-sporniket -- A collection of basic data models in python** is free software: you can redistribute it and/or modify it under the terms of the\n GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your\n option) any later version.\n\n **py-models-by-sporniket -- A collection of basic data models in python** is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without\n even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for\n more details.\n\n You should have received a copy of the GNU General Public License along with **py-models-by-sporniket -- A collection of basic data models in python**.\n If not, see http://www.gnu.org/licenses/ .\n\n\n## 2. What should you know before using **py-models-by-sporniket -- A collection of basic data models in python** ?\n\n**py-models-by-sporniket -- A collection of basic data models in python** is written in [Python](http://python.org) language\n\n> Do not use **py-models-by-sporniket -- A collection of basic data models in python** if this project is not suitable for your project\n\n## 3. How to use **py-models-by-sporniket -- A collection of basic data models in python** ?\n\n### Requirements\n\n* Python 3.9 or later versions.\n* Required command :\u00a0`pipx`, see [pipx homepage](https://pipx.pypa.io/stable/).\n* Required python dependency manager `pdm` : `pipx install pdm`.\n\n### From source\n\nTo get the latest available code, one must clone the git repository, build and install to the maven local repository.\n\n\tgit clone https://github.com/sporniket/py-models.git\n\tcd py-models\n\tpdm build\n pipx install dist/py-models_by_sporniket-<version>-py3-none-any.whl\n\n### From Pypi\nAdd any of the following dependencies that are appropriate to your project.\n\n```\npipx install py-models_by_sporniket\n```\n\n\n## 4. Known issues\nSee the [project issues](https://github.com/sporniket/py-models/issues) page.\n\n## 5. Miscellanous\n\n### Report issues\nUse the [project issues](https://github.com/sporniket/py-models/issues) page.\n",
"bugtrack_url": null,
"license": "GPL-3.0-or-later",
"summary": "A collection of basic data models in python",
"version": "1.0.0",
"project_urls": {
"bug-tracker": "https://github.com/sporniket/py-models/issues",
"homepage": "https://github.com/sporniket/py-models",
"repository": "https://github.com/sporniket/py-models"
},
"split_keywords": [
"python",
" data models",
" interval",
" rooted tree"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "1b645f2ea53eed97ff567b34829bd9fe7b9402fe8cc92b054b471954acf45417",
"md5": "cff0aa74c9f200a1b91f7231e10bb06b",
"sha256": "c9f7d1378404b8260dbcc183267e9472db7ee108069774bb41b8693212a2c11f"
},
"downloads": -1,
"filename": "py_models_by_sporniket-1.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "cff0aa74c9f200a1b91f7231e10bb06b",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 18731,
"upload_time": "2024-11-09T06:17:18",
"upload_time_iso_8601": "2024-11-09T06:17:18.945936Z",
"url": "https://files.pythonhosted.org/packages/1b/64/5f2ea53eed97ff567b34829bd9fe7b9402fe8cc92b054b471954acf45417/py_models_by_sporniket-1.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a8ed6ee37a58c06284db3c7881ce7348a86dc675024f6c23cf2f7c809ccff31b",
"md5": "832ca5accf0e8c349c60e27559241ffb",
"sha256": "2cfcc65232f95ce5faa9629f236c10086ae79b042c2c93a5cef47761facae2d1"
},
"downloads": -1,
"filename": "py_models_by_sporniket-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "832ca5accf0e8c349c60e27559241ffb",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 19079,
"upload_time": "2024-11-09T06:17:20",
"upload_time_iso_8601": "2024-11-09T06:17:20.956993Z",
"url": "https://files.pythonhosted.org/packages/a8/ed/6ee37a58c06284db3c7881ce7348a86dc675024f6c23cf2f7c809ccff31b/py_models_by_sporniket-1.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-09 06:17:20",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "sporniket",
"github_project": "py-models",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "py-models-by-sporniket"
}