/pylibs

This is a collection of python packages for use in other projects. See Docker Hub link to get the base image with this libraries for your python projects!

Primary LanguagePythonMIT LicenseMIT

Python Libraries

Docker Pulls Docker Stars

pylibs is a collection of open-source (see LICENSE) Python packages and libraries to use in other projects.

Testing

python3 -m unittest test.test_config

Pull Docker image

sudo docker pull andyceo/pylibs

Build Docker image with your project with andyceo/pylibs dependency

FROM andyceo/pylibs
#...

Building Docker image

sudo docker build -t andyceo/pylibs:rev_<LAST_REVISION_ID_OR_TAG_OR_DATE>

You also can use build.sh script to build and push image to custom repository with custom tag. To customize image repostory and tag, provide environment variables $REPO and $TAG respectively.

Updating your PYTHONPATH for easy import

Create a .pth file inside your site directory or change .bashrc. See more on Permanently add a directory to PYTHONPATH

Packages interdependencies

This list represent the packages interdependencies. Requirements are listed in package's requirements.txt file.

  • aiml: none
  • singleton: none
  • timefuncs: none
  • webserver: none
  • bitfinex: timeframeds
  • timeframeds: timefuncs
  • dblogging: peeweext

Curated list of awesome third-party Python packages and libraries

This list is not restricted by libraries used only in this repository.

For russian-speaking users: also take a look at my Python docpage (ru)