Metadata-Version: 2.1
Name: startifact
Version: 1.0.0a8
Summary: Stages artifacts into Amazon Web Services
Home-page: https://github.com/cariad/startifact
Author: Cariad Eccleston
Author-email: cariad@cariad.earth
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Typing :: Typed
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: ansiscape (~=1.0)
Requires-Dist: asking (~=1.0)
Requires-Dist: boto3 (~=1.20)
Requires-Dist: cline (~=1.2)
Requires-Dist: semver (~=2.13)

# 📦 Startifact

[![CircleCI](https://circleci.com/gh/cariad/startifact/tree/main.svg?style=shield)](https://circleci.com/gh/cariad/startifact/tree/main) [![codecov](https://codecov.io/gh/cariad/startifact/branch/main/graph/badge.svg?token=DY4aEoo9Th)](https://codecov.io/gh/cariad/startifact)

**Startifact** is a command line application and Python package for staging and retrieving versioned artifacts in Amazon Web Services.

- Configuration is held in Amazon Web Services Systems Manager. Startifact operates consistently across all your CI/CD jobs by default.
- Optional metadata can be attached to artifacts at the point of staging then interrogated later.
- Configuration, artifacts and metadata are stored across as many regions as you care to provide. Startifact is resilient to outages.

**Full documentation is online at [cariad.github.io/startifact](https://cariad.github.io/startifact/).**

## Licence

Startifact is released at [github.com/cariad/startifact](https://github.com/cariad/startifact) under the MIT Licence.

See [LICENSE](https://github.com/cariad/startifact/blob/main/LICENSE) for more information.

## Author

Hello! 👋 I'm **Cariad Eccleston** and I'm a freelance DevOps and backend engineer. My contact details are available on my personal wiki at [cariad.earth](https://cariad.earth).

Please consider supporting my open source projects by [sponsoring me on GitHub](https://github.com/sponsors/cariad/).


