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/*

:heavy_exclamation_mark: Important Update :heavy_exclamation_mark: 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.3a1.tar.gz (22.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

podlozhnyy_module-2.3a1-py3-none-any.whl (26.2 kB view details)

Uploaded Python 3

File details

Details for the file podlozhnyy_module-2.3a1.tar.gz.

File metadata

  • Download URL: podlozhnyy_module-2.3a1.tar.gz
  • Upload date:
  • Size: 22.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.9

File hashes

Hashes for podlozhnyy_module-2.3a1.tar.gz
Algorithm Hash digest
SHA256 ea05c2263f8f217e01dc99f5e29124ac298f494a2fbaf5c051cdd2843911c110
MD5 f3b9e9b1195ff76033780c4d3ed125cf
BLAKE2b-256 6cd2c6212b3ed503b5d182b59c35610751c3b5a60e8a2e340bb88a07fd215adb

See more details on using hashes here.

File details

Details for the file podlozhnyy_module-2.3a1-py3-none-any.whl.

File metadata

File hashes

Hashes for podlozhnyy_module-2.3a1-py3-none-any.whl
Algorithm Hash digest
SHA256 e3b737c7c958d62000a0f314e8884f64529aca7ccc50341503b0ac8caf99ffe1
MD5 8707c4778c4ff63f206f2919682c8969
BLAKE2b-256 f365948d83ec2e273bb34266bf14813bb8c9cc31563e54516be7642407ada71f

See more details on using hashes here.

Supported by

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