Basic, enthusiast-grade python client for atproto.com and bsky.app
Project description
adenosine
: enthusiast-grade implementation of atproto.com in Python
Status: it doesn't really work yet and will eat your data
This is a hobby project to implement components of the proposed Bluesky AT Protocol (atproto.com) for federated social media, as initially announced in Fall 2022. This might be interesting for other folks to take a spin with, but isn't intended to host real content from real people. The goal is to think through how the protocol might work by implementing it.
The intent is for this to roughly track the adenosine
Rust implementation.
This will probably be just a Python library, not a CLI or PDS implementation.
Disclaimer
In addition to the below standard Free Software disclaimer from the LICENSE file, note that this project is likely to be out of sync with upstream protocol specifications; is not intended for real-world use; is entirely naive about abuse, security, and privacy; will not have an upgrade/migration path; etc.
[CONTRIBUTORS] PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, > EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED > WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
HOWTO: Release pypi.org Package
Go to test.pypi.org
(and then later pypi.org
) and generate an API token for
your account (assumign you already have an account).
Install deps (on Debian/Ubuntu):
sudo apt install python3-build python3-twine
Build this package:
python3 -m build
Run the upload:
# for test.pypi.org
python3 -m twine upload --repository testpypi dist/*
# for regular pypi.org
python3 -m twine upload dist/*
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file adenosine-0.0.0.tar.gz
.
File metadata
- Download URL: adenosine-0.0.0.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 538b872e54bac1b4d4157da7bf6e6966d85f48394d42e854893ca47722ec130c |
|
MD5 | cff831be9ae35268279db6185c3bfc25 |
|
BLAKE2b-256 | df01a847e7f46944d0e920310869d99033174ae8287e4eea1fa1919a0aa11e97 |
File details
Details for the file adenosine-0.0.0-py3-none-any.whl
.
File metadata
- Download URL: adenosine-0.0.0-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9936c9063db58faee2418fa118f29800167a2ad527e66239147cd76e61cf50bf |
|
MD5 | acdcd00a45d8af53f52521bf120ba66d |
|
BLAKE2b-256 | 5feee2efa40f85be0a12f02e253c5cee29f10222a6866033b9cc10b6c722ccca |