pylibcdr
Parse Corel Draw vector graphics from Python using libcdr
Science Score: 67.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 2 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (4.8%) to scientific vocabulary
Keywords
Repository
Parse Corel Draw vector graphics from Python using libcdr
Basic Info
Statistics
- Stars: 11
- Watchers: 0
- Forks: 2
- Open Issues: 2
- Releases: 1
Topics
Metadata Files
README.md
Python bindings for libcdr
Intro
Simple Python bindings for the libcdr written by Dr. Andrey Sobolev.
Installation
First, the libcdr newer than v0.1.8 must be compiled.
E.g. on Debian:
apt-get install automake cmake libtool libboost-all-dev libicu-dev liblcms2-dev librevenge-dev libcppunit-dev zlib1g-dev
git clone https://git.libreoffice.org/libcdr
cd libcdr
./autogen.sh
./configure
make && sudo make install
Then: pip install git+https://github.com/mpds-io/pylibcdr
Usage
import sys
from pylibcdr import CDRParser
parser = CDRParser(sys.argv[1])
print(parser.dict)
License
Inherited from the libcdr (MPL 2.0).
Owner
- Name: MPDS
- Login: mpds-io
- Kind: organization
- Email: support@mpds.io
- Location: The Internet
- Website: https://mpds.io
- Repositories: 14
- Profile: https://github.com/mpds-io
MPDS stands for Materials Platform for Data Science. It provides curated high-quality materials data, manually extracted from about 400k scientific publications
Citation (CITATION.cff)
cff-version: 1.2.0
title: pylibcdr
type: software
license: MPL-2.0
authors:
- given-names: Andrey
family-names: Sobolev
orcid: 'https://orcid.org/0000-0001-5086-6601'
- given-names: Evgeny
family-names: Blokhin
orcid: 'https://orcid.org/0000-0002-5333-3947'
doi: 10.5281/zenodo.7692820
url: 'https://github.com/mpds-io/pylibcdr'
keywords:
- vector-graphics
- coreldraw
- openoffice
- open-office
- cdr
- openoffice-extension
- libcdr
GitHub Events
Total
- Watch event: 4
Last Year
- Watch event: 4
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 2
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 1
- Total pull request authors: 0
- Average comments per issue: 0.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 2
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 1
- Pull request authors: 0
- Average comments per issue: 0.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- blokhin (2)