A custom Model Field that uses the Hashids library to obfuscate an IntegerField
or AutoField. It can be used in new models or dropped in place of an existing
IntegerField, explicit AutoField, or an automatically generated AutoField.
WWW: https://github.com/nshafer/django-hashid-field
pyexcel-xlsx is a tiny wrapper library to read, manipulate and write data in
xlsx and xlsm format using read_only mode reader, write_only mode writer from
openpyxl. You are likely to use it with pyexcel.
WWW: https://github.com/pyexcel/pyexcel-xlsx
pyexcel-xls is a tiny wrapper library to read, manipulate and write data in xls
format and it can read xlsx and xlsm fromat. You are likely to use it with
pyexcel.
WWW: https://github.com/pyexcel/pyexcel-xls
pyexcel-ods3 is a tiny wrapper library to read, manipulate and write data in ods
format. You are likely to use pyexcel together with this library.
WWW: https://github.com/pyexcel/pyexcel-ods3
pyexcel-io provides one application programming interface (API) to read and
write the data in excel format, import the data into and export the data from
database. It provides support for csv(z) format, django database and sqlalchemy
supported databases. Its supported file formats are extended to cover "xls",
"xlsx", "ods".
WWW: https://github.com/pyexcel/pyexcel-io
ezodf is a Python package to create new or open existing OpenDocument (ODF)
files to extract, add, modify or delete document data. pyexcel-ezodf is a fork
maintained by pyexcel.
WWW: https://github.com/pyexcel/pyexcel-ezodf
pyexcel lets you focus on data, instead of file formats. It supports csv, tsv,
csvz, tsvz, xls, xlsx, xlsm, ods, fods, json, html, simple, rst and media wiki
table.
WWW: https://github.com/pyexcel/pyexcel
hashids is a Python port of the JavaScript hashids implementation. It generates
YouTube-like hashes from one or many numbers. Use hashids when you do not want
to expose your database ids to the user.
WWW: https://github.com/davidaurelio/hashids-python
pyreadr is a python package to read and write R RData and Rds files into/from
pandas dataframes. It does not need to have R or other external dependencies
installed.
WWW: https://github.com/ofajardo/pyreadr
poetry2setup converts python-poetry (pyproject.toml) to setup.py. It only relies
on poetry.core, so the effect is better than any other third-party software. The
author created this library because python-poetry does not support exporting to
setup.py and dephell will generate setup.py incorrectly in some cases.
WWW: https://github.com/abersheeran/poetry2setup
GUPnP is an object-oriented open source framework for creating UPnP devices and
control points, written in C using GObject and libsoup. The GUPnP API is
intended to be easy to use, efficient and flexible.
GUPnP Tools are free replacements of Intel UPnP tools that use GUPnP. They
provides the following client and server side tools which enable one to easily
test and debug one's UPnP devices and control points:
- Universal Control Point: a tool that enables one to discover UPnP devices and
services, retrieve information about them, subscribe to events and invoke
actions.
- Network Light: a virtual light bulb that allows control points to switch it on
and off, change its dimming level and query its current status. It also
provides a simple UI to control all the network lights available on the
network.
- AV Control Point: a simple media player UI that enables one to discover and
play multimedia contents available on a network. It is strictly a control
point and therefore does not have any playback capabilities of it's own and
relies on external UPnP MediaRenderer devices for actual playback.
- Upload: a simple commandline utility that uploads files to known MediaServers.
Use Universal Control Point for discovering the MediaServers.
WWW: https://wiki.gnome.org/Projects/GUPnP
WWW: https://gitlab.gnome.org/GNOME/gupnp-tools
Bazarr is a companion application to Sonarr and Radarr that manages and
downloads subtitles based on your requirements.
- net-p2p/bazarr uses latest stable release
- net-p2p/bazarr-devel uses beta builds (created automatically from
development branch once a day, if there were changes to that branch)
- Ports dont have bundled dependencies unbundled (yet).
Talked this over with upstream, they are not going to unbundle
for support-workload avoidance and ease-of-install they get from the
fact they bundle all dependencies on specific versions.
- Reserve UID and GID for bazarr daemon process
- Add to net-p2p/Makefile
- The plists are auto-generated as in multimedia/tautulli.
Website: https://www.bazarr.media
Changelog: https://github.com/morpheus65535/bazarr/releases
Bugtracker: https://github.com/morpheus65535/bazarr/issues
PR: 243967
Changelog:
Evolution 3.40.3 2021-07-09
---------------------------
Bug Fixes:
I#1307 - backup-restore: Handle user settings through GSettings, not DConf (Milan Crha)
I#1469 - Composer: Signatures in HTML inserted into the quote on reply (Milan Crha)
I#1537 - EShellSearchbar: Search option not saved on change (Milan Crha)
I#1547 - EMailNotes: Unset Content-Transfer-Encoding on message on save (Milan Crha)
I#1554 - Mail: Sort Status column by unread state first (Milan Crha)
Changelog:
Evolution-EWS 3.40.3 2021-07-09
-------------------------------
Bug Fixes:
I#155 - Contacts: Birthday/Anniversary before Epoch ignored (Milan Crha)
I#156 - Set FolderClass when creating a new folder (Milan Crha)
I#157 - Mail: Do not re-encode message on append (Milan Crha)
Changelog:
Evolution-Data-Server 3.40.3 2021-07-09
---------------------------------------
Bug Fixes:
I#336 - Handle "Object is out of sync" during backend refresh better (Milan Crha)
Miscellaneous:
tests: Workaround libphonenumber behavior change (Milan Crha)
test-book-client-write-write: Fix occasional test failure (Milan Crha)
IMAPx: Change how Junk and NotJunk flags are handled (Milan Crha)
ECalBackendFile: Free interval tree only when being allocated (Milan Crha)
Also remove the archaic pre-everything target from the Makefile,
simplify the Makefile, add SF as another master site and set
LICENSE. Take over maintainership of this unmaintained port.
PR: 257181
Install right 'htmllint' file. Currently one included in original
archive is installed. But to work correctly one generated from
file/htmllint.in need to be installed. So change 'do-install' target
so it installs the latter instead of the former.
PR: 256966