...
...
...
...
...
...
Warning | ||
---|---|---|
| ||
This page is now hosted on https://odp.finos.org/docs/development-infrastructure/continuous-integration/python |
Python is an interpreted, object-oriented, high-level programming language with dynamic semantics; you can browse the Foundation hosted projects that use python; packages . Packages are published on the Python Package Index (pypi), however however they cannot be browsed by author, therefore packages must be either searched or accessed from links published on so you will need to follow links to the pypi listing from each project's documentation pagesREADME.
Publishing on Pypi
Pyhon Python packages can be easily installed using pip or easy_install; in order to publish a Python package to the Python Package Index, follow the simple steps described on this blogpost.
...
- Python Hacking style guide
- Python semantic release, automatic semantic versioning for python projects, including Travis CI integration