<p align="center">
<em>jaanca public libraries</em>
</p>
<p align="center">
<a href="https://pypi.org/project/jaanca" target="_blank">
<img src="https://img.shields.io/pypi/v/jaanca?color=blue&label=PyPI%20Package" alt="Package version">
</a>
<a href="(https://www.python.org" target="_blank">
<img src="https://img.shields.io/badge/Python-%5B%3E%3D3.8%2C%3C%3D3.11%5D-blue" alt="Python">
</a>
</p>
---
# A tool library created by jaanca
[Source code](https://github.com/jaanca/python-libraries/tree/main/jaanca)
| [Package (PyPI)](https://pypi.org/project/jaanca/)
---
# Here is a non-exhaustive list of related packages:
- [jaanca-chronometer](https://pypi.org/project/jaanca-chronometer/) : jaanca's helper chronometer.
- [jaanca-datetime](https://pypi.org/project/jaanca-datetime/) : jaanca's helper for date and time management and moving dates between time days by UTC.
- [jaanca-utils-os](https://pypi.org/project/jaanca-utils-os/) : jaanca's helper for operating system help functions such as reading environment variables, reading/writing files, file properties, among others.
- [jaanca-utils-encrypt](https://pypi.org/project/jaanca-utils-encrypt/) : jaanca's helper for encrypting and decrypting in different ways.
---
# Semantic Versioning
jaanca < MAJOR >.< MINOR >.< PATCH >
* **MAJOR**: version when you make incompatible API changes
* **MINOR**: version when you add functionality in a backwards compatible manner
* **PATCH**: version when you make backwards compatible bug fixes
## Definitions for releasing versions
* https://peps.python.org/pep-0440/
- X.YaN (Alpha release): Identify and fix early-stage bugs. Not suitable for production use.
- X.YbN (Beta release): Stabilize and refine features. Address reported bugs. Prepare for official release.
- X.YrcN (Release candidate): Final version before official release. Assumes all major features are complete and stable. Recommended for testing in non-critical environments.
- X.Y (Final release/Stable/Production): Completed, stable version ready for use in production. Full release for public use.
---
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Types of changes
- Added for new features.
- Changed for changes in existing functionality.
- Deprecated for soon-to-be removed features.
- Removed for now removed features.
- Fixed for any bug fixes.
- Security in case of vulnerabilities.
## [0.0.1rcX] - 2024-05-21
### Added
- First tests using pypi.org in develop environment.
- Examples of use are added to the documentation of the functions in docstring
- In the samples folder of this library, there are complete working examples of using the code.
## [0.1.X] - 2024-05-21
### Added
- Completion of testing and launch into production.
## [0.1.2] - 2024-05-23
### Added
- Documentation improvements.
## [0.1.3] - 2024-05-24
### Added
- New feature jaanca-datetime.
## [0.1.4-5] - 2024-05-27
### Added
- New feature jaanca-utils-os.
## [0.1.6] - 2024-05-27
### Added
- New feature jaanca-utils-encrypt.
Raw data
{
"_id": null,
"home_page": "https://github.com/jaanca/python-libraries/tree/main/jaanca",
"name": "jaanca",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "python tools, libraries",
"author": "Jaime Andres Cardona Carrillo",
"author_email": "jacardona@outlook.com",
"download_url": "https://files.pythonhosted.org/packages/5e/3d/c356e4603dafe035f1db60ccb4d43455a83dd4a9806e82eb35ed1230c20c/jaanca-0.1.6.tar.gz",
"platform": null,
"description": "<p align=\"center\">\r\n <em>jaanca public libraries</em>\r\n</p>\r\n\r\n<p align=\"center\">\r\n<a href=\"https://pypi.org/project/jaanca\" target=\"_blank\">\r\n <img src=\"https://img.shields.io/pypi/v/jaanca?color=blue&label=PyPI%20Package\" alt=\"Package version\">\r\n</a>\r\n<a href=\"(https://www.python.org\" target=\"_blank\">\r\n <img src=\"https://img.shields.io/badge/Python-%5B%3E%3D3.8%2C%3C%3D3.11%5D-blue\" alt=\"Python\">\r\n</a>\r\n</p>\r\n\r\n\r\n---\r\n\r\n# A tool library created by jaanca\r\n\r\n[Source code](https://github.com/jaanca/python-libraries/tree/main/jaanca)\r\n| [Package (PyPI)](https://pypi.org/project/jaanca/)\r\n\r\n---\r\n\r\n# Here is a non-exhaustive list of related packages:\r\n\r\n- [jaanca-chronometer](https://pypi.org/project/jaanca-chronometer/) : jaanca's helper chronometer.\r\n- [jaanca-datetime](https://pypi.org/project/jaanca-datetime/) : jaanca's helper for date and time management and moving dates between time days by UTC.\r\n- [jaanca-utils-os](https://pypi.org/project/jaanca-utils-os/) : jaanca's helper for operating system help functions such as reading environment variables, reading/writing files, file properties, among others.\r\n- [jaanca-utils-encrypt](https://pypi.org/project/jaanca-utils-encrypt/) : jaanca's helper for encrypting and decrypting in different ways.\r\n\r\n---\r\n\r\n# Semantic Versioning\r\n\r\njaanca < MAJOR >.< MINOR >.< PATCH >\r\n\r\n* **MAJOR**: version when you make incompatible API changes\r\n* **MINOR**: version when you add functionality in a backwards compatible manner\r\n* **PATCH**: version when you make backwards compatible bug fixes\r\n\r\n## Definitions for releasing versions\r\n* https://peps.python.org/pep-0440/\r\n\r\n - X.YaN (Alpha release): Identify and fix early-stage bugs. Not suitable for production use.\r\n - X.YbN (Beta release): Stabilize and refine features. Address reported bugs. Prepare for official release.\r\n - X.YrcN (Release candidate): Final version before official release. Assumes all major features are complete and stable. Recommended for testing in non-critical environments.\r\n - X.Y (Final release/Stable/Production): Completed, stable version ready for use in production. Full release for public use.\r\n---\r\n\r\n# Changelog\r\n\r\nAll notable changes to this project will be documented in this file.\r\n\r\nThe format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),\r\nand this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).\r\n\r\n## Types of changes\r\n\r\n- Added for new features.\r\n- Changed for changes in existing functionality.\r\n- Deprecated for soon-to-be removed features.\r\n- Removed for now removed features.\r\n- Fixed for any bug fixes.\r\n- Security in case of vulnerabilities.\r\n\r\n## [0.0.1rcX] - 2024-05-21\r\n### Added\r\n- First tests using pypi.org in develop environment.\r\n- Examples of use are added to the documentation of the functions in docstring\r\n- In the samples folder of this library, there are complete working examples of using the code.\r\n\r\n## [0.1.X] - 2024-05-21\r\n### Added\r\n- Completion of testing and launch into production.\r\n\r\n## [0.1.2] - 2024-05-23\r\n### Added\r\n- Documentation improvements.\r\n\r\n## [0.1.3] - 2024-05-24\r\n### Added\r\n- New feature jaanca-datetime.\r\n\r\n## [0.1.4-5] - 2024-05-27\r\n### Added\r\n- New feature jaanca-utils-os.\r\n\r\n## [0.1.6] - 2024-05-27\r\n### Added\r\n- New feature jaanca-utils-encrypt.\r\n",
"bugtrack_url": null,
"license": "MIT License",
"summary": "A tool library created by jaanca.",
"version": "0.1.6",
"project_urls": {
"Homepage": "https://github.com/jaanca/python-libraries/tree/main/jaanca"
},
"split_keywords": [
"python tools",
" libraries"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "2a7ede328e80a70cfbed14d58691222c1d9bceb5d77c587b14961829b4d22a20",
"md5": "676d6a6773ce67e6ee7deaf0248160cd",
"sha256": "c2e90b6179f2e4e12de8d87505050e31081422288bad1f4fd831ccfc2f9a9237"
},
"downloads": -1,
"filename": "jaanca-0.1.6-py3-none-any.whl",
"has_sig": false,
"md5_digest": "676d6a6773ce67e6ee7deaf0248160cd",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 4746,
"upload_time": "2024-06-05T15:50:27",
"upload_time_iso_8601": "2024-06-05T15:50:27.415134Z",
"url": "https://files.pythonhosted.org/packages/2a/7e/de328e80a70cfbed14d58691222c1d9bceb5d77c587b14961829b4d22a20/jaanca-0.1.6-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "5e3dc356e4603dafe035f1db60ccb4d43455a83dd4a9806e82eb35ed1230c20c",
"md5": "507bb5dfaf116c12b35083c61f591231",
"sha256": "2012021c3e3bb631ffcb4228d8b940c8ea099393196200e488aafabd7570b8ef"
},
"downloads": -1,
"filename": "jaanca-0.1.6.tar.gz",
"has_sig": false,
"md5_digest": "507bb5dfaf116c12b35083c61f591231",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 4383,
"upload_time": "2024-06-05T15:50:28",
"upload_time_iso_8601": "2024-06-05T15:50:28.964130Z",
"url": "https://files.pythonhosted.org/packages/5e/3d/c356e4603dafe035f1db60ccb4d43455a83dd4a9806e82eb35ed1230c20c/jaanca-0.1.6.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-06-05 15:50:28",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "jaanca",
"github_project": "python-libraries",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "jaanca"
}