Library with cross-python path, ini-parsing, io, code, log facilities
| Version | OS | Architecture | Licenses |
|---|---|---|---|
| 1.7.0 | 1.1 | i386 | mit |
| 1.7.0 | 1.1 | i386 | mit |
Install via mport:
mport install py-py
ASN.1 toolkit for Python
| Version | OS | Architecture | Licenses |
|---|---|---|---|
| 0.4.2 | 1.1 | i386 | bsd2 |
| 0.4.2 | 1.1 | i386 | bsd2 |
Install via mport:
mport install py-pyasn1
Collection of ASN.1 data structures for py-pyasn1
https://github.com/etingof/pyasn1-modules
| Version | OS | Architecture | Licenses |
|---|---|---|---|
| 0.2.2 | 1.1 | i386 | bsd2 |
| 0.2.2 | 1.1 | i386 | bsd2 |
Install via mport:
mport install py-pyasn1-modules
Python style guide checker
https://pypi.org/project/pycodestyle/
| Version | OS | Architecture | Licenses |
|---|---|---|---|
| 2.3.1 | 1.1 | i386 | mit |
| 2.3.1 | 1.1 | i386 | mit |
Install via mport:
mport install py-pycodestyle
C parser in Python
https://github.com/eliben/pycparser
| Version | OS | Architecture | Licenses |
|---|---|---|---|
| 2.18 | 1.1 | i386 | bsd3 |
| 2.18 | 1.1 | i386 | bsd3 |
Install via mport:
mport install py-pycparser
Python Cryptography Toolkit
| Version | OS | Architecture | Licenses |
|---|---|---|---|
| 2.6.1_3 | 1.1 | i386 | publicdom |
| 2.6.1_3 | 1.1 | i386 | publicdom |
Install via mport:
mport install py-pycrypto
CUPS bindings for Python
https://github.com/zdohnal/pycups
| Version | OS | Architecture | Licenses |
|---|---|---|---|
| 1.9.73 | 1.1 | i386 | gpl2 gpl3 |
| 1.9.73 | 1.1 | i386 | gpl2 gpl3 |
Install via mport:
mport install py-pycups
Passive checker of Python programs
https://github.com/PyCQA/pyflakes
| Version | OS | Architecture | Licenses |
|---|---|---|---|
| 2.0.0 | 1.1 | i386 | mit |
| 2.0.0 | 1.1 | i386 | mit |
Install via mport:
mport install py-pyflakes
Syntax highlighter written in Python
| Version | OS | Architecture | Licenses |
|---|---|---|---|
| 2.2.0 | 1.1 | i386 | bsd2 |
| 2.2.0 | 1.1 | i386 | bsd2 |
Install via mport:
mport install py-pygments
JSON Web Token implementation in Python
https://github.com/jpadilla/pyjwt
| Version | OS | Architecture | Licenses |
|---|---|---|---|
| 1.4.0 | 1.1 | i386 | mit |
| 1.4.0 | 1.1 | i386 | mit |
Install via mport:
mport install py-pyjwt
Python binding to the Networking and Cryptography library
https://pypi.org/project/PyNaCl/
| Version | OS | Architecture | Licenses |
|---|---|---|---|
| 1.3.0 | 1.1 | i386 | apache2 |
| 1.3.0 | 1.1 | i386 | apache2 |
Install via mport:
mport install py-pynacl
General parsing module for Python
https://pypi.org/project/pyparsing/
| Version | OS | Architecture | Licenses |
|---|---|---|---|
| 2.3.1 | 1.1 | i386 | mit |
| 2.3.1 | 1.1 | i386 | mit |
Install via mport:
mport install py-pyparsing
Generate and parse RFC 3339 timestamps
https://pypi.org/project/pyRFC3339/
| Version | OS | Architecture | Licenses |
|---|---|---|---|
| 1.1 | 1.1 | i386 | mit |
| 1.1 | 1.1 | i386 | mit |
Install via mport:
mport install py-pyrfc3339
Python SOCKS module
https://github.com/Anorov/PySocks
| Version | OS | Architecture | Licenses |
|---|---|---|---|
| 1.6.8 | 1.1 | i386 | bsd3 |
| 1.6.8 | 1.1 | i386 | bsd3 |
Install via mport:
mport install py-pysocks
Snowball Stemming Algorithms for Information Retrieval
https://pypi.org/project/PyStemmer/
| Version | OS | Architecture | Licenses |
|---|---|---|---|
| 1.3.0_1 | 1.1 | i386 | bsd3 mit |
| 1.3.0_1 | 1.1 | i386 | bsd3 mit |
Install via mport:
mport install py-pystemmer
Simple powerful testing with Python
https://docs.pytest.org/en/latest/
| Version | OS | Architecture | Licenses |
|---|---|---|---|
| 3.6.4 | 1.1 | i386 | mit |
| 3.6.4 | 1.1 | i386 | mit |
Install via mport:
mport install py-pytest
Pytest plugin with mechanisms for caching across test runs
https://bitbucket.org/hpk42/pytest-cache/
| Version | OS | Architecture | Licenses |
|---|---|---|---|
| 1.0 | 1.1 | i386 | mit |
| 1.0 | 1.1 | i386 | mit |
Install via mport:
mport install py-pytest-cache
Py.test plugin to capture log messages
https://bitbucket.org/memedough/pytest-capturelog/overview
| Version | OS | Architecture | Licenses |
|---|---|---|---|
| 0.7 | 1.1 | i386 | mit |
| 0.7 | 1.1 | i386 | mit |
Install via mport:
mport install py-pytest-capturelog
Pytest plugin for measuring coverage
https://github.com/pytest-dev/pytest-cov
| Version | OS | Architecture | Licenses |
|---|---|---|---|
| 2.6.0 | 1.1 | i386 | mit |
| 2.6.0 | 1.1 | i386 | mit |
Install via mport:
mport install py-pytest-cov
pytest plugin to check FLAKE8 requirement
https://pypi.org/project/pytest-flake8/
| Version | OS | Architecture | Licenses |
|---|---|---|---|
| 1.0.2 | 1.1 | i386 | bsd2 |
| 1.0.2 | 1.1 | i386 | bsd2 |
Install via mport:
mport install py-pytest-flake8
Thin wrapper around the mock package for easier use with py.test
https://github.com/pytest-dev/pytest-mock/
| Version | OS | Architecture | Licenses |
|---|---|---|---|
| 1.7.1 | 1.1 | i386 | mit |
| 1.7.1 | 1.1 | i386 | mit |
Install via mport:
mport install py-pytest-mock
Test support for pytest runner in setup.py
https://github.com/pytest-dev/pytest-runner
| Version | OS | Architecture | Licenses |
|---|---|---|---|
| 2.11.1 | 1.1 | i386 | mit |
| 2.11.1 | 1.1 | i386 | mit |
Install via mport:
mport install py-pytest-runner
Pytest plugin to abort hanging tests
https://bitbucket.org/pytest-dev/pytest-timeout
| Version | OS | Architecture | Licenses |
|---|---|---|---|
| 1.3.2 | 1.1 | i386 | mit |
| 1.3.2 | 1.1 | i386 | mit |
Install via mport:
mport install py-pytest-timeout
Pytest xdist plugin for distributed testing and loop-on-failing modes
https://github.com/pytest-dev/pytest-xdist
| Version | OS | Architecture | Licenses |
|---|---|---|---|
| 1.13.1 | 1.1 | i386 | mit |
| 1.13.1 | 1.1 | i386 | mit |
Install via mport:
mport install py-pytest-xdist
Python wrapper for HTML Tidy (tidylib)
http://countergram.com/open-source/pytidylib
| Version | OS | Architecture | Licenses |
|---|---|---|---|
| 0.3.2 | 1.1 | i386 | mit |
| 0.3.2 | 1.1 | i386 | mit |
Install via mport:
mport install py-pytidylib
World Timezone Definitions for Python
https://pythonhosted.org/pytz/
| Version | OS | Architecture | Licenses |
|---|---|---|---|
| 2018.5,1 | 1.1 | i386 | mit |
| 2018.5,1 | 1.1 | i386 | mit |
Install via mport:
mport install py-pytz
Python parser for RAML
https://github.com/spotify/ramlfications
| Version | OS | Architecture | Licenses |
|---|---|---|---|
| 0.1.9 | 1.1 | i386 | apache2 |
| 0.1.9 | 1.1 | i386 | apache2 |
Install via mport:
mport install py-ramlfications
Python library for RDF manipulation
https://pypi.org/project/rdflib/
| Version | OS | Architecture | Licenses |
|---|---|---|---|
| 4.2.2 | 1.1 | i386 | bsd3 |
| 4.2.2 | 1.1 | i386 | bsd3 |
Install via mport:
mport install py-rdflib
CommonMark bridge for docutils and Sphinx
https://github.com/rtfd/recommonmark
| Version | OS | Architecture | Licenses |
|---|---|---|---|
| 0.5.0 | 1.1 | i386 | mit |
| 0.5.0 | 1.1 | i386 | mit |
Install via mport:
mport install py-recommonmark
HTTP library written in Python for human beings
https://docs.python-requests.org/en/latest/
| Version | OS | Architecture | Licenses |
|---|---|---|---|
| 2.18.4_1 | 1.1 | i386 | apache2 |
| 2.18.4_1 | 1.1 | i386 | apache2 |
Install via mport:
mport install py-requests
Utility belt for advanced users of python-requests
https://toolbelt.readthedocs.org
| Version | OS | Architecture | Licenses |
|---|---|---|---|
| 0.8.0 | 1.1 | i386 | apache2 |
| 0.8.0 | 1.1 | i386 | apache2 |
Install via mport:
mport install py-requests-toolbelt
Pure-Python RSA implementation
https://stuvel.eu/software/rsa/
| Version | OS | Architecture | Licenses |
|---|---|---|---|
| 3.4.2 | 1.1 | i386 | apache2 |
| 3.4.2 | 1.1 | i386 | apache2 |
Install via mport:
mport install py-rsa
Unix-like tools to manipulate stored files from the command line
| Version | OS | Architecture | Licenses |
|---|---|---|---|
| 2.0.2 | 1.1 | i386 | gpl2 |
Install via mport:
mport install py-s3cmd
Amazon S3 Transfer Manager for Python
https://github.com/boto/s3transfer
| Version | OS | Architecture | Licenses |
|---|---|---|---|
| 0.2.1 | 1.1 | i386 | apache2 |
Install via mport:
mport install py-s3transfer
Helper to test command-line scripts
http://pythonpaste.org/scripttest/
| Version | OS | Architecture | Licenses |
|---|---|---|---|
| 1.3.0 | 1.1 | i386 | mit |
| 1.3.0 | 1.1 | i386 | mit |
Install via mport:
mport install py-scripttest
Service identity verification for pyOpenSSL
https://github.com/pyca/service_identity
| Version | OS | Architecture | Licenses |
|---|---|---|---|
| 17.0.0 | 1.1 | i386 | mit |
| 17.0.0 | 1.1 | i386 | mit |
Install via mport:
mport install py-service_identity
Python packages installer
https://pypi.org/project/setuptools/
| Version | OS | Architecture | Licenses |
|---|---|---|---|
| 40.8.0 | 1.1 | i386 | mit |
| 40.8.0 | 1.1 | i386 | mit |
| 40.8.0 | 1.1 | i386 | mit |
Install via mport:
mport install py-setuptools
Setuptools plugin for darcs
https://pypi.org/project/setuptools_darcs/
| Version | OS | Architecture | Licenses |
|---|---|---|---|
| 1.2.11_3 | 1.1 | i386 | unknown |
Install via mport:
mport install py-setuptools_darcs
Setuptools plugin for hg
https://pypi.org/project/setuptools_hg/
| Version | OS | Architecture | Licenses |
|---|---|---|---|
| 0.4_1 | 1.1 | i386 | gpl2 |
| 0.4_1 | 1.1 | i386 | gpl2 |
Install via mport:
mport install py-setuptools_hg
Setuptools plugin to manage your versions by scm tags
https://github.com/pypa/setuptools_scm
| Version | OS | Architecture | Licenses |
|---|---|---|---|
| 1.17.0 | 1.1 | i386 | mit |
| 1.17.0 | 1.1 | i386 | mit |
Install via mport:
mport install py-setuptools_scm
Simple, fast, extensible JSON encoder/decoder
https://github.com/simplejson/simplejson
| Version | OS | Architecture | Licenses |
|---|---|---|---|
| 3.16.1 | 1.1 | i386 | mit |
| 3.16.1 | 1.1 | i386 | mit |
Install via mport:
mport install py-simplejson
Backport of functools.singledispatch from Python 3.4
https://pypi.org/project/singledispatch/
| Version | OS | Architecture | Licenses |
|---|---|---|---|
| 3.4.0.3_1 | 1.1 | i386 | mit |
Install via mport:
mport install py-singledispatch
Python 2 and 3 compatibility utilities
https://github.com/benjaminp/six
| Version | OS | Architecture | Licenses |
|---|---|---|---|
| 1.12.0 | 1.1 | i386 | mit |
| 1.12.0 | 1.1 | i386 | mit |
Install via mport:
mport install py-six
Snowball stemming library collection for Python
https://pypi.org/project/snowballstemmer/
| Version | OS | Architecture | Licenses |
|---|---|---|---|
| 1.2.0_1 | 1.1 | i386 | bsd2 |
| 1.2.0_1 | 1.1 | i386 | bsd2 |
Install via mport:
mport install py-snowballstemmer
SPARQL endpoint interface to Python
https://sparqlwrapper.readthedocs.io/en/stable/
| Version | OS | Architecture | Licenses |
|---|---|---|---|
| 1.8.2 | 1.1 | i386 | W3C |
| 1.8.2 | 1.1 | i386 | W3C |
Install via mport:
mport install py-sparqlwrapper
Python bindings for Speech Dispatcher
https://devel.freebsoft.org/speechd
| Version | OS | Architecture | Licenses |
|---|---|---|---|
| 0.8.8_1 | 1.1 | i386 | gpl2 lgpl2.1 |
Install via mport:
mport install py-speech-dispatcher
Python documentation generator
| Version | OS | Architecture | Licenses |
|---|---|---|---|
| 1.6.5_1,1 | 1.1 | i386 | bsd2 |
| 1.6.5_1,1 | 1.1 | i386 | bsd2 |
Install via mport:
mport install py-sphinx
Mobile-friendly py-sphinx theme
https://github.com/readthedocs/sphinx_rtd_theme
| Version | OS | Architecture | Licenses |
|---|---|---|---|
| 0.4.0 | 1.1 | i386 | mit |
| 0.4.0 | 1.1 | i386 | mit |
Install via mport:
mport install py-sphinx_rtd_theme
Sphinx API for Web Apps
https://github.com/sphinx-doc/sphinxcontrib-websupport
| Version | OS | Architecture | Licenses |
|---|---|---|---|
| 1.0.1 | 1.1 | i386 | bsd2 |
| 1.0.1 | 1.1 | i386 | bsd2 |
Install via mport:
mport install py-sphinxcontrib-websupport
Database schema migrations for SQLAlchemy
https://opendev.org/x/sqlalchemy-migrate
| Version | OS | Architecture | Licenses |
|---|---|---|---|
| 0.11.0 | 1.1 | i386 | mit |
| 0.11.0 | 1.1 | i386 | mit |
Install via mport:
mport install py-sqlalchemy-migrate