Metadata-Version: 2.1
Name: nanots
Version: 0.1.0
Summary: Python bindings for nanots embedded time series database
Author-email: Your Name <your.email@example.com>
License: MIT
Project-URL: Homepage, https://github.com/dicroce/nanots
Project-URL: Repository, https://github.com/dicroce/nanots
Project-URL: Issues, https://github.com/dicroce/nanots/issues
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Database
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# nanots Python bindings

# Open x64 Native Console

# You gotta have cython and build installed

pip install cython
pip install build

# on linux, build with make, on windows, "python -m build"
