https://github.com/midnighter/conda-mnx
A Docker image that contains a conda environment with all of the mnx command line tools installed.
https://github.com/midnighter/conda-mnx
conda docker metanetx metanetx-assets metanetx-post metanetx-sdk
Last synced: 9 months ago
JSON representation
A Docker image that contains a conda environment with all of the mnx command line tools installed.
- Host: GitHub
- URL: https://github.com/midnighter/conda-mnx
- Owner: Midnighter
- License: apache-2.0
- Created: 2020-03-13T22:38:10.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-13T22:38:34.000Z (about 6 years ago)
- Last Synced: 2025-01-04T20:15:34.030Z (over 1 year ago)
- Topics: conda, docker, metanetx, metanetx-assets, metanetx-post, metanetx-sdk
- Language: Makefile
- Homepage: https://hub.docker.com/r/midnighter/conda-mnx
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Conda-MNX
[](https://travis-ci.org/Midnighter/conda-mnx)
[](https://cloud.docker.com/repository/docker/midnighter/conda-mnx/)
[](https://opensource.org/licenses/Apache-2.0)
The `midnighter/conda-mnx` Docker image exposes a collection of Python conda
packages centered around working with [MetaNetX](https://metanetx.org/) that is
[metanetx-sdk](https://pypi.org/project/metanetx-sdk/),
[metanetx-assets](https://pypi.org/project/metanetx-assets/), and
[metanetx-post](https://pypi.org/project/metanetx-post/).
## Usage
Run the image and take a look at the commands described in the help text.
```
docker run --rm midnighter/conda-mnx:latest mnx-sdk --help
docker run --rm midnighter/conda-mnx:latest mnx-assets --help
docker run --rm midnighter/conda-mnx:latest mnx-post --help
```
## Copyright
* Copyright © 2020, Moritz E. Beber.
* Free software licensed under the [Apache License, Version 2.0](LICENSE).