Go to file
edith 7efa7a0fbc
regex: allows for a mix of words and periods between the FOLDER and the .po. I assume we use semver ? (#124)
2022-04-12 21:28:01 +02:00
.github Modified to published only released 2020-11-26 15:35:00 +01:00
media Base of the standard readme 2020-12-27 12:52:23 +01:00
potodo regex: allows for a mix of words and periods between the FOLDER and the .po. I assume we use semver ? (#124) 2022-04-12 21:28:01 +02:00
tests Yet another take at excluding files: Use the .potodoignore mecanism. 2021-02-11 22:56:53 +01:00
.all-contributorsrc Merge branch 'master' into all-contributors/add-grenoya 2020-10-13 13:31:55 +02:00
.gitignore WIP on cache 2020-09-16 08:58:41 +02:00
.pep8speaks.yml Added pep8speaks.yml config 2020-10-13 12:57:12 +02:00
.potodoignore Fixed potodoignre matching 2020-10-15 10:31:48 +02:00
.pre-commit-config.yaml regex: allows for a mix of words and periods between the FOLDER and the .po. I assume we use semver ? (#124) 2022-04-12 21:28:01 +02:00
LICENSE Version 0.0.1 2018-12-13 23:57:35 +01:00
README.md Updated readme with new version 2021-02-15 12:58:36 +01:00
requirements-dev.in Better dependencies handling. (#112) 2021-01-04 09:45:43 +01:00
requirements-dev.txt Bump urllib3 from 1.26.2 to 1.26.4 2021-04-24 17:07:58 +00:00
requirements.txt Bump urllib3 from 1.26.4 to 1.26.5 (#121) 2021-06-04 06:47:08 +02:00
setup.cfg Better dependencies handling. (#112) 2021-01-04 09:45:43 +01:00
setup.py Better dependencies handling. (#112) 2021-01-04 09:45:43 +01:00
tox.ini Harden ci (#109) 2021-01-03 21:42:43 +01:00

README.md

                    Python Build status GitHub Issues Contributions welcome License PyPI

All Contributors

What is it ?

Potodo, a (almost) flawless TODO/progress listing CLI tool for po files.

Potodo is part of poutils!

Poutils (.po utils) is is a metapackage to easily install usefull Python tools to use with po files and potodo is a part of it! Go check out Poutils to discover the other useful tools for po file related translation!

Installation

pip install potodo

Usage example

usage: potodo [-h] [-p path] [-e path [path ...]] [-a X] [-b X] [-f] [-o] [-n] [-c] [-j] [--exclude-fuzzy] [--exclude-reserved] [--only-reserved] [--show-reservation-dates] [--no-cache] [-i] [-l] [--version] [-v]

List and prettify the po files left to translate.

optional arguments:
  -h, --help            show this help message and exit
  -p path, --path path  execute Potodo in path
  -e path [path ...], --exclude path [path ...]
                        exclude from search
  -a X, --above X       list all TODOs above given X% completion
  -b X, --below X       list all TODOs below given X% completion
  -f, --only-fuzzy      print only files marked as fuzzys
  -o, --offline         don't perform any fetching to GitHub/online
  -n, --no-reserved     don't print info about reserved files
  -c, --counts          render list with the count of remaining entries (translate or review) rather than percentage done
  -j, --json            format output as JSON
  --exclude-fuzzy       select only files without fuzzy entries
  --exclude-reserved    select only files that aren't reserved
  --only-reserved       select only only reserved files
  --show-reservation-dates
                        show issue creation dates
  --no-cache            Disables cache (Cache is disabled when files are modified)
  -i, --interactive     Activates the interactive menu
  -l, --matching-files  Suppress normal output; instead print the name of each matching po file from which output would normally have been printed.
  --version             show program's version number and exit
  -v, --verbose         Increases output verbosity

Development setup

Create a virtual environment

python3 -m venv venv

Activate it

source venv/bin/activate

Install the dev requirements

pip install -r requirements-dev.txt

Install the pre-commit hook

pre-commit install

Install potodo in a development version

pip install -e .

Release History

  • v0.21.0
    • A nice new README
  • v0.20.0
    • New exclude behavior with gitignore style matching !
  • v0.19.2
    • Dropped cache_args to simplify cache functionality
  • v0.19.1
    • Fixed a bug of division by 0
    • Replaced Travis-ci tests with github actions
  • v0.19.0
    • Fixed windows support
  • v0.17.3
    • Fixed a math error where the completion %age of a folder was wrong
    • Fixes on the .potodoignore file
  • v0.17.0
    • Added tests
    • Fixed bug where github would rate limit your IP address
    • Fixed argument errors
    • Added -l --matching-files Which will print the path of files matching your arguments
  • v0.16.0
    • Args passed to potodo are now cached as well ! This allows for a better control of what is cached !
    • The ignore file now works as the .gitignore does. Add a venv/ in your .potodoignore for example :)
  • v0.15.0
    • Potodo now supports .potodoignore files ! You can finally ignore the venv you made 🎉
  • v0.14.3
    • Added cache versioning to avoid errors when cache changes, for example if files are moved between potodo versions.
  • v0.14.2
    • Nothing new, just code moved around ! Thanks for sticking around 🎉
  • v0.14.1
    • Added --only-reserved option to display only reserved filed
    • Added --reserved-dates to display when a file was reserved
    • Added cache to cache pofiles to speedup the reading process
    • Added logging for verbosity
    • Added interactive option with --interactive
    • Added contributors in the readme
  • < v0.14.1
    • Base version

Contributing

  1. Fork it (https://github.com/afpy/potdo/fork)
  2. Create your feature branch (git checkout -b feature/fooBar

/!\ Don't forget to bump the version in potodo/__init__.py when you're pushing your changes to your branch

  1. Commit your changes (git commit -am 'Add some fooBar')
  2. Push to the branch (git push origin feature/fooBar)
  3. Create a new Pull Request

Contributors

Thanks goes to these wonderful people (emoji key):


Julien Palard

👀 💻

Antoine

👀 💻

Jules Lasne (jlasne)

👀 💻

Christophe Nanteuil

👀 💻

Claire Revillet

👀 💻

This project follows the all-contributors specification. Contributions of any kind welcome!