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
- Host: GitHub
- URL: https://github.com/atsign-foundation/at_libraries
- Owner: atsign-foundation
- License: bsd-3-clause
- Created: 2020-10-27T11:43:46.000Z (over 4 years ago)
- Default Branch: trunk
- Last Pushed: 2024-05-22T12:37:23.000Z (about 1 year ago)
- Last Synced: 2024-05-23T04:42:25.526Z (about 1 year ago)
- Topics: atsign, contact, dart, hacktoberfest, lookup, server, status
- Language: Dart
- Homepage: https://pub.dev/publishers/atsign.org/packages
- Size: 6.93 MB
- Stars: 38
- Watchers: 12
- Forks: 11
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: code_of_conduct.md
- Security: SECURITY.md
Awesome Lists containing this project
README
[](https://github.com/atsign-foundation/at_libraries/actions/workflows/at_libraries.yaml)
[](./LICENSE)
[](https://securityscorecards.dev/viewer/?uri=github.com/atsign-foundation/at_libraries&sort_by=check-score&sort_direction=desc)
[](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)