Metadata-Version: 2.1
Name: cnest
Version: 1.1.1
Summary: An efficient library providing operators on Python's nested data structures, implemented in C++
Author-email: Haonan Yu <haonan.yu@horizon.ai>
Project-URL: Homepage, https://github.com/HorizonRobotics/cnest
Project-URL: Bug Tracker, https://github.com/HorizonRobotics/cnest/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# cnest

An efficient library providing operators on Python's nested data structures. It includes C++ implementation of several key nest functions that are performance critical.

This library is developed by [Haonan Yu](https://github.com/hnyu) and alf contributors.
