pyperseo


Namepyperseo JSON
Version 0.1.1 PyPI version JSON
download
home_pagehttps://github.com/pabloalarconm/PERSEO
SummaryPersonal Semantic Objects
upload_time2022-12-20 12:27:36
maintainer
docs_urlNone
authorPablo Alarcón Moreno
requires_python
licenseMIT
keywords semantic rdf fair ejp
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # SEMANTIC FUNCTIONALITIES


**Pull the image in your local from [Dockerhub](https://hub.docker.com/repository/docker/pabloalarconm/perseo):**

`docker pull pabloalarconm/perseo:latest`

<hr>

##  Unique identifier generator:

Milisecond timestamp for CSV spreadsheets

**Run the docker by pointing your CSV files as a volume to `/app/data` It will take all CSVs from this directory and transform all of them:**

`docker run --rm -v /path/of/your/volumes:/app/data pabloalarconm/perseo uniqid`

**If you dont point to any volume:** `docker run --rm pabloalarconm/perseo uniqid`. **Docker will run the default mock CSV files included in** `/app/data` **named** `trial.csv`


## NT to TTL transformation

RDF data transformation from N-Triples representation to Turtle

**Run the docker by pointing your N-Triples files as a volume to `/app/data` It will take all CSVs from this directory and transform all of them:**

`docker run --rm -v /path/of/your/volumes:/app/data pabloalarconm/perseo 2ttl`
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/pabloalarconm/PERSEO",
    "name": "pyperseo",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Semantic,RDF,FAIR,EJP",
    "author": "Pablo Alarc\u00f3n Moreno",
    "author_email": "pabloalarconmoreno@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/cf/c2/576ac907196040a12041392e8bf647b35e97500c8d71e27bcdbb373504e3/pyperseo-0.1.1.tar.gz",
    "platform": null,
    "description": "# SEMANTIC FUNCTIONALITIES\n\n\n**Pull the image in your local from [Dockerhub](https://hub.docker.com/repository/docker/pabloalarconm/perseo):**\n\n`docker pull pabloalarconm/perseo:latest`\n\n<hr>\n\n##  Unique identifier generator:\n\nMilisecond timestamp for CSV spreadsheets\n\n**Run the docker by pointing your CSV files as a volume to `/app/data` It will take all CSVs from this directory and transform all of them:**\n\n`docker run --rm -v /path/of/your/volumes:/app/data pabloalarconm/perseo uniqid`\n\n**If you dont point to any volume:** `docker run --rm pabloalarconm/perseo uniqid`. **Docker will run the default mock CSV files included in** `/app/data` **named** `trial.csv`\n\n\n## NT to TTL transformation\n\nRDF data transformation from N-Triples representation to Turtle\n\n**Run the docker by pointing your N-Triples files as a volume to `/app/data` It will take all CSVs from this directory and transform all of them:**\n\n`docker run --rm -v /path/of/your/volumes:/app/data pabloalarconm/perseo 2ttl`",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Personal Semantic Objects",
    "version": "0.1.1",
    "split_keywords": [
        "semantic",
        "rdf",
        "fair",
        "ejp"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "0f272dcee3458ade607c4a507cf661c4",
                "sha256": "70fd570b0c0d3dbe80de72a3a92ce12b46a3b2dfaaa45a62f780f6a049157da7"
            },
            "downloads": -1,
            "filename": "pyperseo-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "0f272dcee3458ade607c4a507cf661c4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3193,
            "upload_time": "2022-12-20T12:27:36",
            "upload_time_iso_8601": "2022-12-20T12:27:36.244255Z",
            "url": "https://files.pythonhosted.org/packages/cf/c2/576ac907196040a12041392e8bf647b35e97500c8d71e27bcdbb373504e3/pyperseo-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-20 12:27:36",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "pabloalarconm",
    "github_project": "PERSEO",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pyperseo"
}
        
Elapsed time: 0.02116s