Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lig/pystardict
Library for manipulating StarDict dictionaries from within Python
https://github.com/lig/pystardict
dictionary python stardict
Last synced: about 2 months ago
JSON representation
Library for manipulating StarDict dictionaries from within Python
- Host: GitHub
- URL: https://github.com/lig/pystardict
- Owner: lig
- License: gpl-3.0
- Created: 2008-12-11T07:26:38.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2023-05-29T15:23:18.000Z (over 1 year ago)
- Last Synced: 2024-10-18T12:55:11.403Z (2 months ago)
- Topics: dictionary, python, stardict
- Language: Python
- Homepage:
- Size: 810 KB
- Stars: 104
- Watchers: 7
- Forks: 30
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
pystardict [![Build Status](https://travis-ci.org/lig/pystardict.svg?branch=master)](https://travis-ci.org/lig/pystardict)
==========Home page
---------Authors
-------Serge Matveenko and contributors: .
Installation
------------```shell
pip install pystardict
```How to use
----------For working example look into `examples` directory at the `demo.py` file.
Examples are installed in the `/local/prefix/share/pystardict` directory, where
`/local/prefix` is your installation prefix.How to contribute
-----------------Fill free to report any bugs or send pull requests on Github: .
Respect PEP8.