Skip to main content

One place for the most useful methods for work

Project description

podlozhnyy-module

A set of tools to simplify data analysis in particular:

  • risk analytics
  • time series construction
  • classical machine learning

Getting started

Easy installation via pip

$ pip install podlozhnyy-module

For developers

If you would like to contribute to the project yo can do the following

  1. Create a new virtual environment and activate it (for Windows use: my_env\Scripts\activate instead of the last command)
$ python -m venv my_env
$ source my_env/bin/activate
  1. Copy the repo
$ git clone https://github.com/NPodlozhniy/podlozhnyy-module.git
  1. Install requirement dependecies for developers
$ pip install -r requirements_dev.txt
  1. Make changes and then release version to PyPI (use --repository-url argument to upload code to test PyPI version)
$ python setup.py sdist bdist_wheel
$ twine upload --repository-url https://test.pypi.org/legacy/ dist/*

4.1 UPDATE: since 2024 PyPi doesn't allow to push without API token, so you need to create one and then push using either .pypirc file, what actually doesn't work for me, or specifying credentials during the call

$ twine upload --repository-url https://test.pypi.org/legacy/ dist/* -u __token__ -p <YOUR TOKEN>
  1. To test the package create another virtual environment and then install library from PyPI using the following command
$ pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple podlozhnyy-module

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

podlozhnyy_module-2.2.1.tar.gz (22.0 kB view hashes)

Uploaded Source

Built Distribution

podlozhnyy_module-2.2.1-py3-none-any.whl (25.6 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