Metadata-Version: 2.4
Name: ant_connect_py
Version: 2.0.12rc27
Summary: ANT OS python package. Connecting you to ANT Core
License: Proprietary - ANTCDE
License-File: AUTHORS.rst
License-File: LICENSE
Author: LEED
Author-email: lars.meulenbroek@collaborall.net
Requires-Python: >=3.10,<3.15
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: numpy (>=2.1.0,<3.0.0)
Requires-Dist: pandas (>=2.2.3,<3.0.0)
Requires-Dist: pydantic (>=2.8.0,<3.0.0)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Project-URL: Documentation, https://api.antcde.io/api/2.0/documentation
Project-URL: Homepage, https://os.antcde.io/
Description-Content-Type: text/x-rst

===============
ant_connect_py
===============


    ant_connect_py Python package V2 is here! 


ant_connect_py V2 is a ground-up rewrite that offers some breaking changes compared to the previous version. 
The new version is designed to be more flexible, more efficient, and especially more user-friendly. 
The new version is also designed to be more modular, allowing users to easily extend the functionality of the package.


Note
====

If you are using ant_connect V1 (versions 2023.15.1 and lower) you might want to check the documentation for more details.
ant_connect_py V2 also ships with the latest version of ant_connect V1 built in so that you can incrementally upgrade your code base and projects.

Import as follows:
`from ant_connect import v1 as ant_connect_v1`

This repo contains a centralized changelog file, CHANGELOG.rst, which is used to track 
changes to the project. The file is automatically updated in the pipeline with each 
release, and includes a list of changes, bug fixes, and new features for each version 
of the project.

The reason to use a centraized changelog file (found on the `centralized-changelog` 
branch) is to provide a single source of truth for all changes to the project and all 
future releases.

Of course, I would not be an epic developer if I would not consider your need to manually
add changes to the changelog for the coming release. List your changes below!

ADD TO THE CHANGELOG (every line from line 15 will be added to the changelog)
--------------------------------------------------------------------------------
- 
