Metadata-Version: 2.4
Name: arcline
Version: 0.0.1.dev0
Summary: A Python Framework for Supply Chain Network Optimizer
Author-email: ZenithClown <dpramanik.official@gmail.com>
License: MIT License
        
        Copyright (c) 2026 Debmalya Pramanik
        
        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: Homepage, https://github.com/growthio/arcline
Project-URL: Repository, https://github.com/growthio/arcline
Project-URL: Issues, https://github.com/growthio/arcline/issues
Keywords: supply chain,network optimization,share of business
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

<div align = "justify">

# ✨ Supply Chain Network Optimization

</div>

<div align = "justify">

The **`arcline`** is a Python framework for building, solving, and analyzing supply chain optimization problems as network flow
models. Real supply chains are graphs. Suppliers, plants, warehouses, distribution centers, and customers are nodes; the lanes
between them are arcs (or edges); and the optimization questions that matter - where to source, how much to produce, which
routes to use, when to open or close a facility - are all decisions about flow on those arcs. The project gives you a declarative
API for modeling these networks, a solver-agnostic backend (CBC, HiGHS, Gurobi, CPLEX), and first-class tooling for the parts
of the workflow that real practitioners spend most of their time on: data ingestion, scenario comparison, sensitivity analysis,
and visualization. It is designed to bridge the gap between the academic clarity of textbook formulations and the messy practical
needs of production supply chain teams. Whether you are running a one-off facility location study, building a digital twin of
a global distribution network, or embedding a recurring optimization into a daily planning pipeline, `arcline` aims to be the
layer that makes the network the first-class object - and the math, the I/O, and the solver plumbing fade into the background.

</div>
