Metadata-Version: 2.4
Name: yiedl-ai
Version: 0.2.4
Summary: Programmaticaly interact with the yiedl machine learning competition
License: MIT License
        
        Copyright (c) 2022 Rocket Capital Investment
        
        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.
        
Project-URL: Repository, https://github.com/rocketcapital-ai/competition_submission
Project-URL: Documentation, https://docs.yiedl.ai/rci-competition
Project-URL: Changelog, https://github.com/rocketcapital-ai/competition_submission/CHANGELOG.md
Project-URL: Releases, https://github.com/rocketcapital-ai/competition_submission/releases
Project-URL: Discord, https://discord.com/invite/r6NbnCSrzn
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: base58>=2.1.1
Requires-Dist: requests>=2.32.3
Requires-Dist: web3>=7.7.0
Requires-Dist: pandas>=2.2.3
Requires-Dist: tqdm>=4.67.1
Requires-Dist: pyarrow>=23.0.0
Requires-Dist: fastparquet>=2025.12.0
Provides-Extra: test
Requires-Dist: pylint; extra == "test"
Dynamic: license-file


# Submission Script

 Please refer to `quickstart.ipynb` and this [accompanying guide](https://docs.yiedl.ai/rci-competition/data-scientists/getting-started-via-automated-submissions) as the main tutorial on submitting predictions programmatically.

## Python Version Requirement
```>= 3.11```

## Installation

    pip install yiedl-ai
