Skip to content

Python client for the LEXIS Platform with adaptations to OWS

License

Notifications You must be signed in to change notification settings

OpenWebSearch/Py4Lexis

 
 

Repository files navigation

Py4Lexis

Package Py4Lexis provides functions to manage datasets within the LEXIS platform. Uploading datasets' files is performed by tuspy Python package, i.e. by TUS Client.

Install

  1. Download the repository.

  2. Create a virtual environment within the Py4Lexis repository:

    python -m venv ./venv

  3. Activate the virtual environment:

    source path/to/Py4Lexis/.venv/bin/activate

  4. Install the package from root of py4lexis repository:

    python -m pip install .

It will install the Py4Lexis package with all dependencies defined in requirements.txt.

  1. Proceed to the https://docs.lexis.tech/ for further information how to intialise connection and use built-in methods.

About

Python client for the LEXIS Platform with adaptations to OWS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%