An open API service indexing awesome lists of open source software.

https://github.com/atsign-foundation/at_libraries

Support libraries & dependencies for Atsign's technology
https://github.com/atsign-foundation/at_libraries

atsign contact dart hacktoberfest lookup server status

Last synced: 3 months ago
JSON representation

Support libraries & dependencies for Atsign's technology

Awesome Lists containing this project

README

        

The Atsign FoundationThe Atsign Foundation

[![Build Status](https://github.com/atsign-foundation/at_libraries/actions/workflows/at_libraries.yaml/badge.svg?branch=trunk)](https://github.com/atsign-foundation/at_libraries/actions/workflows/at_libraries.yaml)
[![GitHub License](https://img.shields.io/badge/license-BSD3-blue.svg)](./LICENSE)
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/atsign-foundation/at_libraries/badge)](https://securityscorecards.dev/viewer/?uri=github.com/atsign-foundation/at_libraries&sort_by=check-score&sort_direction=desc)
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/8117/badge)](https://www.bestpractices.dev/projects/8117)

# at_libraries

Welcome to at_libraries. This project is open with intent—we encourage
contributions, and we want pull requests to hear about issues.

## What is this for?

This repository contains various atPlatform libraries for developers building
their own atPlatform applications. (These libraries can also be found on
[pub.dev](https://pub.dev/publishers/atsign.org/packages))

[at_commons](https://pub.dev/packages/at_commons) Commonly used components
in implementation of the atProtocol.

[at_utils](https://pub.dev/packages/at_utils) This is the Utility library
for atProtocol projects. It contains utility classes for atsign, atmetadata,
configuration and logger.

[at_contact](https://pub.dev/packages/at_contact): A contacts library that
persists across different @ Platform applications. You can see this dependency
in action by cloning the at_chat_flutter project from the
[at_widgets repository](https://github.com/atsign-foundation/at_widgets).

[at_lookup](https://pub.dev/packages/at_lookup): A low-level library that
directly implements the atProtocol verbs. You can find this dependency in
several other packages such as at_client and at_client_mobile.

[at_onboarding_cli](https://pub.dev/packages/at_onboarding_cli): A command
line library to authenticate and onboard Atsigns intended for use in
headless applications such as Internet of Things (IoT) devices.

[at_server_status](https://pub.dev/packages/at_server_status): A helpful
library that logs the status of the root server as well as a secondary
server of your choice.

[at_cli_commons](https://pub.dev/packages/at_cli_commons): A library of
generic / reusable stuff which is useful when building cli programs which
use the [AtClient SDK](https://pub.dev/packages/at_client)

## How do I install?

All installation guidelines are written in their respective directories
and pub.dev sites. Click on the links above for those details.

## Maintainers
[AtSign Foundation core devs](https://github.com/orgs/atsign-foundation/teams/atcoredevs)