Skip to main content

The Artifacts Management Tool is meant to be a generic means of storing and manipulating artifact data in a human readable text format ideal for colaborative work.

Project description

Artifact Management Tool

PyPI version PyPI pyversions Travis CodeCov Binder Documentation Status MIT license

Statement of Purpose

AMT is meant to be a generic means of storing and manipulating artifact data in a human readable text format ideal for colaborative work.

What AMT is:

  • An object oriented heirarchical data management tool.
  • Designed to be used from the command line or user interface.
  • Intended to manage human readable files captured in a version control system.
  • Scriptable (Written in Python with extendable API)
  • Embeddable (C++ api to follow)

What AMT is not:

  • Specialized for any task other than the storage and manipulation of artifacts.

Intended Use Cases:

  • Distributed Issue Tracking System
  • Colaborative Requirements Management
  • Use Case Documentation
  • Object Models
  • Software Lifecycle/Project Management Documentation Generation
  • Simulation Input Files

What problem does AMT try to solve.

The ability to colaboratively develop artifacts when a central server or database cannot be utilized.

Case Study: Distributed Issue Tracking

Examples of a use case for which there is no existing workable solution, is the requirement to use an issue tracking system for a project that will be worked by groups on multiple networks, sites, locations, and/or classification levels, where access to a central database or server cannot be maintained by all developers, all the time. There are several excellent issue tracking systems out there, Bugzilla, Trac, Jira, but all of those solutions require access to a centralized server to interact with the issue database. AMT provides a user definable solution to create, manage, and version control an issue database, in human readable format, within the repository the project is stored in.

Command line tools

Command line tools are executed through subcommands of the amt command.

Command Usage
dump Dumps an ascii representation of the object tree.
cannonical Enforces the canonical representation of the object tree.

Example Python Usage

import amt

# Load
artifacts = amt.load('/path/to/artifacts')

# Read
AMT_OAR_001 = artifacts['Requirements']['AMT-OAR-0001']

# Modify
artifacts['Requirements']['AMT-OAR-0002']['Description'] = 'Be Cool'

# Write
amt.save('/path/to/write/artifacts', artifacts)

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

History

0.1.9 (2019-07-02)

  • Adding short descriptions to commands.

0.1.8 (2019-07-02)

  • Package cleanup.

0.1.7 (2019-07-02)

  • Documentation cleanup.

0.1.6 (2019-06-24)

  • Debugging automated deployment to pypi.

0.1.5 (2019-06-24)

  • Added uid command.

0.1.4 (2019-06-06)

  • Debugging build issues.

0.1.3 (2019-05-12)

  • Testing release automation.

0.1.2 (2019-05-12)

  • Adding code coverage.

0.1.1 (2019-05-12)

  • Automated deployment from travis.

0.1.0 (2019-04-23)

  • First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

amtool-0.1.9.tar.gz (16.3 kB view details)

Uploaded Source

Built Distribution

amtool-0.1.9-py2.py3-none-any.whl (15.2 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file amtool-0.1.9.tar.gz.

File metadata

  • Download URL: amtool-0.1.9.tar.gz
  • Upload date:
  • Size: 16.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.3

File hashes

Hashes for amtool-0.1.9.tar.gz
Algorithm Hash digest
SHA256 73b7e636eeacd873221f43a3a64af154feb7c8a52c1aa1fd7f2435b79444b556
MD5 8617685a53189d6493e5c6662ed9a3df
BLAKE2b-256 74bea62f77fb3cde8cf3a86fc7a9ca858d53e669678b0a18cfa67594b83c3216

See more details on using hashes here.

File details

Details for the file amtool-0.1.9-py2.py3-none-any.whl.

File metadata

  • Download URL: amtool-0.1.9-py2.py3-none-any.whl
  • Upload date:
  • Size: 15.2 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.3

File hashes

Hashes for amtool-0.1.9-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 c630d377f2adccbe31f9e339f49fe857cb7d0bec108839e1d3fd70f38aa947ae
MD5 cb4595034bfab19d22d33f6ae874fb58
BLAKE2b-256 a7d25ce2bc384d4716018081ec99f738d6889baa755ed69c45769c73c8cd23b2

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page