15 Commits

Author SHA1 Message Date
Konstantin Köhring
6c70d7c75f Fix Python packaging for Python 3.12 (#79)
* Translate setup.py to pyproject.toml

* Introduce PEP518 by using Poetry as package manager
* Introduce PEP402-ish package structure
* Remove requirements.txt and setup.py
* Update Dockerfile and Docs for new packaging method

* Bump dependencies, remove six

six is no longer necessary as of docker-py 5.0.1 (see https://github.com/docker/docker-py/pull/2863)
2024-11-13 12:17:10 -05:00
Red5d
d3aa07ee74 Remove old pipx install instructions
PyPi version is not updated. The docker image is automatically updated and is the current recommended usage method.
#74
2024-04-04 22:22:46 -04:00
Bitals
2e6a55fad6 Installation instructions and AUR (#68)
I added a bit of information about installing this tool to the system and about my AUR packages.

Also the PyPI version is outdated (1.0.1 from Jan 3 2016, https://pypi.org/project/docker-autocompose/#history), is it still supported?
2023-11-27 21:08:31 -05:00
Red5d
85e398193f Update README with note on how to validate output. 2022-08-20 14:46:27 -04:00
hgghyxo
ec211717ed Update README.md
adding a oneliner to print out all containers
2022-02-24 11:49:46 +01:00
Red5d
4e8ff192dc Updates about ARM support, dependency listing, and formatting/wording 2021-08-07 14:06:52 -04:00
Joel
7fe7a07fb5 Update README.md
correct the link to the newer docker python module
2020-10-22 14:54:00 -07:00
Red5d
4eb8d97536 Fixed typo in compose file version setting example. 2018-12-20 21:04:40 -05:00
Red5d
9827c4488d Updated README with new feature and usage information. 2018-07-27 20:44:14 -04:00
Red5d
f3f2eca906 Adjust format of example for clarity 2018-06-27 23:16:48 -04:00
Christian Höltje
2a1b25e4f4 Update README.md
fixed image name.
2018-03-20 11:50:43 -04:00
Frederik Mogensen
b71078f68b Updated Readme 2017-09-12 12:41:05 +02:00
Frederik Mogensen
83bc0afad6 Docker file for running autocompose in docker 2017-09-12 12:15:46 +02:00
Red5d
3a5d38f246 Add requirements, usage, and details to README. 2016-01-02 17:26:13 -05:00
Red5d
2cd65b6318 Initial commit 2016-01-02 17:15:37 -05:00