Metadata-Version: 2.4
Name: autoholidays
Version: 0.0.2.dev1
Summary: Intelligent algorithm-driven planner to calculate holidays.
Home-page: https://github.com/PyUtility/autoholidays
License: MIT License
        
        Copyright (c) 2025 Debmalya Pramanik
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: End Users/Desktop
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Utilities
Classifier: Topic :: Office/Business
Classifier: Topic :: Office/Business :: Scheduling
Classifier: Topic :: Software Development :: Code Generators
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: holidays>=0.92
Requires-Dist: pydantic==2.12.5
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

<div align = "center">

# Auto-Holidays Planner

</div>

<div align = "justify">

**`AutoHolidays`** is an intelligent, algorithm-driven Python package designed to optimize leave planning by identifying the
most strategic days to take time off from professional commitments. By analyzing entitled leave balances, weekly offs, public
holidays, and fully customizable constraints, it computes optimal combinations that maximize continuous break periods
while minimizing leave usage. Built for both individuals and teams, the module supports coordinated planning without
disrupting operational continuity. Its flexible architecture adapts seamlessly to diverse organizational policies and regional
calendars, making it suitable for personal productivity enthusiasts as well as enterprise environments.

## Project License

This project is licensed under the [MIT License](./LICENSE). Permission is granted to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the software. The software is provided “as is”, without warranty of any kind,
express or implied. See the LICENSE file for full details.

## Project Disclaimer

This application is developed with the intention of providing useful functionality and a safe user experience. It is not
designed to cause harm, misuse data, or negatively impact users, devices, or systems. However, all software carries inherent
risks depending on how it is installed, configured, and used. Users are solely responsible for ensuring that the application
is used appropriately and in accordance with applicable laws, regulations, and best practices. It is strongly recommended that
users take necessary precautions, including maintaining updated security software, safeguarding sensitive information, and
regularly backing up data. The developers assume no liability for any direct, indirect, incidental, or consequential damages
arising from the use or misuse of this application and shall not be held responsible or subject to claims beyond these stated
terms. If you do not agree to follow these guidelines and take the necessary precautions, you should not use this application.

## Contribution Guidelines

All contributions, bug reports, bug fixes, documentation improvements, enhancements, and ideas are welcome. A detailed
overview on how to contribute can be found in the **contributing guidelines**.

As contributors and maintainers to this project, you are expected to abide by [PyUtility](https://github.com/PyUtility)'s
code of conduct. More information can be found at: **Contributor Code of Conduct**.

</div>
