Skip to main content

Package to aggregate tools used and developed by the ai-team

Project description

aichopen-tools

Repository containing tools used by the AI-Team

  • JsonLoader: tool to load and dump json into files

  • LoggerFactory: tool to create a preconfigured logger using the singleton pattern

Make package publicly pip installable

Generate the distribution archives

python3 -m pip install --upgrade build
python3 -m build

Upload to TestPyPI

python3 -m pip install --upgrade twine
python3 -m twine upload --repository testpypi dist/*

Installation

Local

First install

pip install .

If you have an existing install, and want to ensure package and dependencies are updated

pip install --upgrade .

or pip uninstall aichopen-tools

Remote

First add your ssh key on GitHub and then pip install the repository as shown below:

pip install git+https://git@github.com/echOpen-factory/aichopen-tools.git

Usage

from aichopen_tools.json_loader import JsonLoader

from aichopen_tools.logger import LoggerFactory

Additional

You can find examples of issue and pull requests templates in the directory .github

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aichopen_tools-0.0.2.tar.gz (3.4 kB view hashes)

Uploaded Source

Built Distribution

aichopen_tools-0.0.2-py3-none-any.whl (3.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page