File: PKG-INFO

package info (click to toggle)
wlc 1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 700 kB
  • sloc: python: 1,419; makefile: 3
file content (104 lines) | stat: -rw-r--r-- 3,647 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
Metadata-Version: 1.1
Name: wlc
Version: 1.1
Summary: A command line utility for Weblate, translation tool with tight version control integration
Home-page: https://weblate.org/
Author: Michal Čihař
Author-email: michal@cihar.com
License: GPLv3+
Download-URL: https://github.com/WeblateOrg/wlc
Project-URL: Issue Tracker, https://github.com/WeblateOrg/wlc/issues
Project-URL: Documentation, https://docs.weblate.org/
Project-URL: Source Code, https://github.com/WeblateOrg/wlc
Project-URL: Twitter, https://twitter.com/WeblateOrg
Description: wlc
        ===
        
        `Weblate`_ commandline client using `Weblate's REST API`_.
        
        .. image:: https://travis-ci.org/WeblateOrg/wlc.svg?branch=master
            :target: https://travis-ci.org/WeblateOrg/wlc
            :alt: Build Status
        
        .. image:: https://ci.appveyor.com/api/projects/status/e9a8n9qhvd6ulibw/branch/master?svg=true
            :target: https://ci.appveyor.com/project/nijel/wlc/branch/master
            :alt: Build status
        
        .. image:: https://codecov.io/github/WeblateOrg/wlc/coverage.svg?branch=master
            :target: https://codecov.io/github/WeblateOrg/wlc?branch=master
            :alt: Code coverage
        
        .. image:: https://img.shields.io/pypi/v/wlc.svg
            :target: https://pypi.org/project/wlc/
            :alt: PyPI package
        
        .. image:: https://hosted.weblate.org/widgets/weblate/-/svg-badge.svg
            :alt: Translation status
            :target: https://hosted.weblate.org/engage/weblate/?utm_source=widget
        
        .. image:: https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat
            :alt: Documentation
            :target: https://docs.weblate.org/en/latest/wlc.html
        
        Installation
        ------------
        
        Install using pip:
        
        .. code-block:: sh
        
            pip3 install wlc
        
        Sources are available at <https://github.com/WeblateOrg/wlc>.
        
        Usage
        -----
        
        Please see `Weblate documentation`_ for more complete documentation.
        
        Command line usage:
        
        .. code-block:: sh
        
            wlc list-projects
            wlc list-components
            wlc list-translations
            wlc list-languages
            wlc show
            wlc ls
            wlc commit
            wlc push
            wlc pull
            wlc repo
            wlc stats
            wlc lock
            wlc unlock
            wlc lock-status
            wlc download
            wlc upload
        
        Configuration is stored in ``~/.config/weblate``:
        
        .. code-block:: ini
        
            [weblate]
            url = https://hosted.weblate.org/api/
        
            [keys]
            https://hosted.weblate.org/api/ = APIKEY
        
        .. _Weblate's REST API: https://docs.weblate.org/en/latest/api.html
        .. _Weblate documentation: https://docs.weblate.org/en/latest/wlc.html
        .. _Weblate: https://weblate.org/
        
Keywords: i18n l10n gettext git mercurial translate
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Topic :: Software Development :: Internationalization
Classifier: Topic :: Software Development :: Localization
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3