https://github.com/alternbits/altern-python
Python package to interact with Altern api
https://github.com/alternbits/altern-python
Last synced: 5 months ago
JSON representation
Python package to interact with Altern api
- Host: GitHub
- URL: https://github.com/alternbits/altern-python
- Owner: alternbits
- Created: 2023-10-05T11:59:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-06T09:40:51.000Z (over 2 years ago)
- Last Synced: 2025-10-25T21:28:09.945Z (8 months ago)
- Language: Python
- Size: 20.5 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A Python package to interact with the Altern API
install
--------
The easiest way to install the altern package is either via pip:
```
$ pip install altern
```
or manually by downloading the source and run the setup.py script:
```
python setup.py install
```
license
-------
MIT