https://github.com/mkb79/audible-uv-test
https://github.com/mkb79/audible-uv-test
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mkb79/audible-uv-test
- Owner: mkb79
- License: agpl-3.0
- Created: 2025-06-04T12:15:08.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-06-20T05:40:10.000Z (about 1 year ago)
- Last Synced: 2025-06-20T06:19:39.478Z (about 1 year ago)
- Language: Python
- Size: 1.83 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Audible
[](https://pypi.org/project/audible/)
[](https://pypi.org/project/audible/)
[](https://pypi.org/project/audible/)
[](https://pypi.org/project/audible/)
[](https://pypi.org/project/audible/)
[](https://travis-ci.org/mkb79/audible)
[](https://www.codefactor.io/repository/github/mkb79/audible)
[](https://pypi.org/project/audible/)
**Audible is a Python low-level interface to communicate with the non-publicly
[Audible]() API.**
It enables Python developers to create there own Audible services.
Asynchronous communication with the Audible API is supported.
For a basic command line interface take a look at my
[audible-cli](https://github.com/mkb79/audible-cli) package. This package
supports:
- downloading audiobooks (aax/aaxc), cover, PDF and chapter files
- export library to [csv](https://en.wikipedia.org/wiki/Comma-separated_values)
files
- get activation bytes
- add own plugin commands
## Requirements
Python >= 3.10
## Installation
`pip install audible`
## Read the Doc
The documentation can be found at [Read the Docs](https://audible.readthedocs.io/en/latest)
## Contributing
Contributions are very welcome.
To learn more, see the [Contributor Guide].
## License
Distributed under the terms of the [AGPL-3.0][license],
_Audible_ is free and open source software.
## Issues
If you encounter any problems,
please [file an issue] along with a detailed description.
## Credits
Thanks a lot JetBrains for supporting me with a free [license](https://www.jetbrains.com/community/opensource/#support)
This project was generated from [@cjolowicz]'s [Hypermodern Python Cookiecutter] template.
[@cjolowicz]: https://github.com/cjolowicz
[pypi]: https://pypi.org/
[hypermodern python cookiecutter]: https://github.com/cjolowicz/cookiecutter-hypermodern-python
[file an issue]: https://github.com/mkb79/Audible/issues
[pip]: https://pip.pypa.io/
[audible]: https://github.com/mkb79/Audible
[pipx]: https://pypa.github.io/pipx/
[license]: https://github.com/mkb79/Audible/blob/main/LICENSE
[contributor guide]: https://github.com/mkb79/Audible/blob/main/CONTRIBUTING.md