Skip to main content

Utils to load financials filing from Edgar

Project description

Utils for EDGAR filings


  ______    _                    _    _ _   _ _     
 |  ____|  | |                  | |  | | | (_) |    
 | |__   __| | __ _  __ _ _ __  | |  | | |_ _| |___ 
 |  __| / _` |/ _` |/ _` | '__| | |  | | __| | / __|
 | |___| (_| | (_| | (_| | |    | |__| | |_| | \__ \
 |______\__,_|\__, |\__,_|_|     \____/ \__|_|_|___/
               __/ |                                
              |___/                                 

Setting up DEV environment

  • Creating Python venv
    $ python3 -m venv venv
    
  • Activating env
    $ source ./venv/bin/activate
    
  • Enabling PyTest in VCS. The following parameter should be set to TRUE
      python.testing.pyTestEnabled 
    

Running tests

  • Activate venv
    $ source ./venv/bin/activate
    
  • Run tests manually
    $ pytest
    
  • Run tests via make
    $ make deveop.test
    

Generating documentation

  • Install sphinx
    $ pip install sphinx
    

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

edgar_utils-0.0.5-py3-none-any.whl (14.4 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