معرفی شرکت ها


amtool-0.1.9


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

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.
ویژگی مقدار
سیستم عامل -
نام فایل amtool-0.1.9
نام amtool
نسخه کتابخانه 0.1.9
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Kenneth E. Bellock
ایمیل نویسنده ken@bellock.net
آدرس صفحه اصلی https://github.com/bellockk/amtool
آدرس اینترنتی https://pypi.org/project/amtool/
مجوز MIT license
# Artifact Management Tool [![PyPI version](https://img.shields.io/pypi/v/amtool.svg)](https://pypi.python.org/pypi/amtool/) [![PyPI pyversions](https://img.shields.io/pypi/pyversions/amtool.svg)](https://pypi.python.org/pypi/amtool/) [![Travis](https://api.travis-ci.org/bellockk/amtool.svg?branch=master)](https://travis-ci.org/bellockk/amtool/) [![CodeCov](https://codecov.io/gh/bellockk/amtool/branch/master/graph/badge.svg)](https://codecov.io/gh/bellockk/amtool) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/bellockk/amtool/master) [![Documentation Status](https://readthedocs.org/projects/amtool/badge/?version=latest)](http://amtool.readthedocs.io/?badge=latest) [![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://lbesson.mit-license.org/) 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 ```python 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](https://github.com/audreyr/cookiecutter) and the [audreyr/cookiecutter-pypackage](https://github.com/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.


نیازمندی

مقدار نام
>=6.0 Click
>=0.3.2 click-log
>=1.1.1 click-plugins
>=1.0.12 mako
>=5.1 PyYAML


نحوه نصب


نصب پکیج whl amtool-0.1.9:

    pip install amtool-0.1.9.whl


نصب پکیج tar.gz amtool-0.1.9:

    pip install amtool-0.1.9.tar.gz