Yet another Python Transifex API.
Project description
### PyTransifex: yet another Python Transifex API
Read the documentation: https://opengisch.github.io/pytransifex
This was largely based on https://github.com/jakul/python-transifex which was not made available for Python 3.
This can be imported as a library or run as a CLI executable (pytx). Read on for the latter use case.
### Build the package (required for consuming the package as a CLI)
Ensure that build is installed for the current user or project: - current user: pip3 –user install build - local project: pipenv install –dev build
#### 1. Build the installable archive
Build the package: - current user: pip3 -m build - local project: pipenv run build
#### 2. Install from the archive
This will create a dist in the current directory, with a tar.gz archive in it. You can finally install it: - current user: pip3 –user install <path/to/the/archive> - local project: pipenv install <path/to/the/archive>
#### 3. Run the pytx cli
Once installed the package can be run as a CLI; example:
pytx pull name -l fr
Run pytx –help for more information.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pytransifex-1.1.5.tar.gz
.
File metadata
- Download URL: pytransifex-1.1.5.tar.gz
- Upload date:
- Size: 25.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 18081c71939917c46e29f51621745eb83a666c577e9aa9b4377f04890e9adc48 |
|
MD5 | 4b17722358dc9ae7b7a5108f2465ad72 |
|
BLAKE2b-256 | 3b2e6f4f20e2da9f47492a3d84b1f2c5eeb70a1403dab171dbfdff600bf7c6f8 |
File details
Details for the file pytransifex-1.1.5-py3-none-any.whl
.
File metadata
- Download URL: pytransifex-1.1.5-py3-none-any.whl
- Upload date:
- Size: 13.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ac7c70f9eb99aaa6c9242dc018ae19d996374f598bca4da78a9f6da27bbccab1 |
|
MD5 | cc4515bbbf7cf92bc8eac4f4b6f3a76b |
|
BLAKE2b-256 | 63de6dbe9ea9bf02c23dd0d5d772c3f7705851708e677a1c98cee7df2c5089df |