Metadata-Version: 2.3
Name: nconnect
Version: 1.0.0.post137
Summary: Connectivity utility library for Python
License: MIT
Keywords: neptune,utilities,connectivity,sql
Author: Florian Barras
Author-email: florian@barras.io
Maintainer: Florian Barras
Maintainer-email: florian@barras.io
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
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: Programming Language :: Python :: 3.13
Requires-Dist: nutil (>=1.0.0,<2.0.0)
Requires-Dist: sqlalchemy (>=2.0.41,<3.0.0)
Project-URL: Bug Tracker, https://github.com/b-io/io.barras/issues
Project-URL: Documentation, https://repo.barras.io/io.barras.python/neptune/nconnect/index.html
Project-URL: Repository, https://github.com/b-io/io.barras/tree/master/python/neptune/nconnect
Project-URL: Source Code, https://github.com/b-io/io.barras/tree/master/python/neptune/nconnect
Description-Content-Type: text/markdown

# ♆ NEPTUNE

**NEPTUNE** is a set of decoupled **Python libraries** intended to facilitate Python development:

* nconnect,
* nfin,
* nformat,
* ngui,
* nlearn,
* nmath,
* nserve, and
* nutil.

The library **nconnect** contains connectivity utility functions; among them:

* time series manipulation and
* pricing engine (including Black-Scholes model).

NEPTUNE is based on popular libraries like numpy, pandas, plotly and scipy.

---

## 🚀 Installation

Launch the following commands in a shell:
```bash
git clone https://github.com/b-io/io.barras.git
cd io.barras/python/neptune/
mvn clean install
```

---

## 📄 License

The libraries are released under the [MIT License](LICENSE).  
You are free to download, use, and share suggestions — contribute if you'd like to get involved.

[license]: <LICENSE>

