Metadata-Version: 2.4
Name: skylite
Version: 0.1
Summary: Manage model artifacts throughout the model development process.
Author-email: "Jesse C. Sealand" <jesse.sealand@outlook.com>
Project-URL: Homepage, https://github.com/jesse-sealand/skylite
Project-URL: Bug Tracker, https://github.com/jesse-sealand/skylite/issues
Keywords: python,modeling,model-development,organization-tool
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Dynamic: license-file

# Skylite

The aim of this project is to create a minimalist approach to managing artifacts generated throughout the model development process.

## Features

- **Project**:
A Project is the single element that manages all of your tasks.

- **Store**:
A Store is the single element that manages all artifacts of a single type, across all projects.

## Requirements

-


## Change Log

See the [change log] for a detailed list of changes in each version.

## Known Issues

-

## License

This extension is [licensed under the MIT License].

[change log]: https://github.com/jesse-sealand/skylite/blob/main/CHANGELOG.md
[licensed under the mit license]: https://github.com/jesse-sealand/skylite/blob/main/LICENSE.txt
