Skip to main content

Add a short description here!

Project description

(Trader.Forex.Moosir.Feature)

It s to create packages required for feature extraction Follow [this](https://pyscaffold.org/en/stable/usage.html)

How to run tests

pytest /tests

How to run

  • create conda env with environment.yml

  • run pip install -e .

  • run tox -e build

  • create package locally tox -e publish

  • push package in pypi tox -e publish -- --repository pypi
    • to publish, you need to tag git commits (otherwise pypi returns errors)

    • After commit git tag -a v1.4 -m "my version 1.4"
      • make sure version matches the intended pypi version

      • to see list of git tags
        • git describe

        • python setup.py --version

      • if not work
        • delete tags, ammend commends, add tag again, tox build

      • if still does not work delete .tox and dist directory

      • if version is big version change, just mention two first part
        • v1.0 and not v1.0.0!!!

    • in case does nt work, remove all in .tox file

Note

  • tox cant be used for running tests
    • `tox` returns errors!!

    • todo: why?

  • additional package
    • in setup.cfg
      • install_requires

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

moosir_feature-1.4.19.tar.gz (45.5 kB view hashes)

Uploaded Source

Built Distribution

moosir_feature-1.4.19-py3-none-any.whl (37.9 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